mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-11 14:09:31 -06:00
109 lines
3.4 KiB
JSON
109 lines
3.4 KiB
JSON
{
|
|
"name": "laravel/laravel",
|
|
"description": "The Laravel Framework.",
|
|
"keywords": [
|
|
"framework",
|
|
"laravel"
|
|
],
|
|
"license": "MIT",
|
|
"type": "project",
|
|
"require": {
|
|
"php": ">=8.0",
|
|
"ext-dom": "*",
|
|
"ext-json": "*",
|
|
"ext-libxml": "*",
|
|
"ext-zip": "*",
|
|
"andkab/laravel-joypixels": "^1.0",
|
|
"appstract/laravel-opcache": "^4.0",
|
|
"arcanedev/log-viewer": "^8.0",
|
|
"assada/laravel-achievements": "^2.3",
|
|
"bandwidth-throttle/token-bucket": "^2.0",
|
|
"bepsvpt/secure-headers": "^7.0",
|
|
"doctrine/dbal": "^2.10",
|
|
"fideloper/proxy": "^4.2",
|
|
"fruitcake/laravel-cors": "^2.0",
|
|
"gabrielelana/byte-units": "^0.5.0",
|
|
"guzzlehttp/guzzle": "^7.0.1",
|
|
"hootlex/laravel-moderation": "^1.0",
|
|
"intervention/image": "^2.5",
|
|
"joypixels/assets": "^6.0",
|
|
"kyslik/column-sortable": "^6.0",
|
|
"laravel/framework": "^8.0",
|
|
"laravel/octane": "^0.1.1",
|
|
"laravel/tinker": "^2.0",
|
|
"laravel/ui": "^3.1.0",
|
|
"league/flysystem-cached-adapter": "~1.0",
|
|
"league/flysystem-sftp": "~1.0",
|
|
"livewire/livewire": "^2.0",
|
|
"marcreichel/igdb-laravel": "^2.1.0",
|
|
"mews/purifier": "^3.2",
|
|
"paragonie/constant_time_encoding": "^2.0",
|
|
"predis/predis": "^1.1",
|
|
"spatie/laravel-backup": "^7.0",
|
|
"spatie/laravel-cookie-consent": "^3.0",
|
|
"spatie/laravel-image-optimizer": "^1.6",
|
|
"spatie/ssl-certificate": "^1.12",
|
|
"spiral/roadrunner": "^2.0",
|
|
"symfony/dom-crawler": "^2.7|^3.0",
|
|
"theodorejb/polycast": "^1.0",
|
|
"voku/anti-xss": "^4.1",
|
|
"vstelmakh/url-highlight": "^3.0"
|
|
},
|
|
"require-dev": {
|
|
"facade/ignition": "^2.3.6",
|
|
"fzaninotto/faker": "^1.9.1",
|
|
"imanghafoori/laravel-microscope": "^1.0",
|
|
"jasonmccreary/laravel-test-assertions": "^1.0",
|
|
"mockery/mockery": "^1.3.1",
|
|
"nunomaduro/collision": "^5.0",
|
|
"phpro/grumphp": "^1.2.0",
|
|
"phpunit/phpunit": "^9.3",
|
|
"rector/rector": "^0.10",
|
|
"symplify/changelog-linker": "^8.0"
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist",
|
|
"sort-packages": true,
|
|
"optimize-autoloader": true,
|
|
"platform": {
|
|
"ext-mcrypt": "1.0"
|
|
}
|
|
},
|
|
"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": "dev",
|
|
"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=\"andkab\\LaravelJoyPixels\\LaravelJoyPixelsServiceProvider\""
|
|
],
|
|
"post-root-package-install": [
|
|
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
|
],
|
|
"post-create-project-cmd": [
|
|
"@php artisan key:generate --ansi"
|
|
]
|
|
}
|
|
}
|