mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-06 11:38:52 -06:00
107 lines
3.4 KiB
JSON
107 lines
3.4 KiB
JSON
{
|
|
"name": "laravel/laravel",
|
|
"description": "The Laravel Framework.",
|
|
"keywords": [
|
|
"framework",
|
|
"laravel"
|
|
],
|
|
"license": "MIT",
|
|
"type": "project",
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"ext-dom": "*",
|
|
"ext-json": "*",
|
|
"ext-libxml": "*",
|
|
"ext-zend-opcache": "*",
|
|
"ext-zip": "*",
|
|
"appstract/laravel-opcache": "^4.0.2",
|
|
"assada/laravel-achievements": "^2.5",
|
|
"bjeavons/zxcvbn-php": "^1.3.1",
|
|
"doctrine/dbal": "^3.6.2",
|
|
"gabrielelana/byte-units": "^0.5.0",
|
|
"guzzlehttp/guzzle": "^7.6.1",
|
|
"hdvinnie/laravel-html-purifier": "^2.0.0",
|
|
"hdvinnie/laravel-joypixel-emojis": "^2.0.0",
|
|
"hdvinnie/laravel-security-headers": "^2.0.0",
|
|
"hootlex/laravel-moderation": "^1.1",
|
|
"intervention/image": "^2.7.2",
|
|
"joypixels/assets": "^6.6",
|
|
"laravel/framework": "^10.11",
|
|
"laravel/tinker": "^2.8.1",
|
|
"laravel/ui": "^4.2.2",
|
|
"league/flysystem-sftp-v3": "^3.15",
|
|
"livewire/livewire": "^2.12.3",
|
|
"marcreichel/igdb-laravel": "3.7.0",
|
|
"paragonie/constant_time_encoding": "^2.6.3",
|
|
"predis/predis": "^2.1.2",
|
|
"spatie/laravel-backup": "^8.1.10",
|
|
"spatie/laravel-cookie-consent": "^3.2.4",
|
|
"spatie/laravel-image-optimizer": "^1.7.1",
|
|
"spatie/ssl-certificate": "^1.22.1",
|
|
"symfony/dom-crawler": "^6.2.9",
|
|
"theodorejb/polycast": "dev-master",
|
|
"voku/anti-xss": "^4.1.41",
|
|
"vstelmakh/url-highlight": "^3.0.2"
|
|
},
|
|
"require-dev": {
|
|
"brianium/paratest": "^6.9.1",
|
|
"fakerphp/faker": "^1.22",
|
|
"laravel/pint": "^1.10",
|
|
"laravel/sail": "^1.22",
|
|
"mockery/mockery": "^1.5.1",
|
|
"nunomaduro/collision": "^6.4",
|
|
"phpunit/phpunit": "^9.6.8",
|
|
"spatie/laravel-ignition": "^2.1.2"
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist",
|
|
"sort-packages": true,
|
|
"optimize-autoloader": true,
|
|
"platform": {
|
|
"ext-mcrypt": "1.0"
|
|
},
|
|
"allow-plugins": {
|
|
"pestphp/pest-plugin": true
|
|
}
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"dont-discover": []
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "app/",
|
|
"Database\\Factories\\": "database/factories/",
|
|
"Database\\Seeders\\": "database/seeders/"
|
|
},
|
|
"files": [
|
|
"app/Helpers/Helpers.php"
|
|
]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\": "tests/"
|
|
}
|
|
},
|
|
"minimum-stability": "stable",
|
|
"prefer-stable": true,
|
|
"scripts": {
|
|
"post-autoload-dump": [
|
|
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
|
"@php artisan package:discover --ansi",
|
|
"@php artisan vendor:publish --force --tag=livewire:assets --ansi",
|
|
"@php artisan vendor:publish --tag=public --provider=\"hdvinnie\\LaravelJoyPixels\\LaravelJoyPixelsServiceProvider\""
|
|
],
|
|
"post-root-package-install": [
|
|
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
|
],
|
|
"post-create-project-cmd": [
|
|
"@php artisan key:generate --ansi"
|
|
],
|
|
"post-update-cmd": [
|
|
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
|
|
]
|
|
}
|
|
}
|