78 lines
1.7 KiB
JSON
Executable File
78 lines
1.7 KiB
JSON
Executable File
{
|
|
"name": "laravel/laravel",
|
|
"description": "The Laravel Framework.",
|
|
"keywords": [
|
|
"framework",
|
|
"laravel"
|
|
],
|
|
"license": "MIT",
|
|
"type": "project",
|
|
"require": {
|
|
"php": "^8.0",
|
|
"arifhp86/laravel-clear-expired-cache-file": "^0.0.4",
|
|
"astrotomic/laravel-translatable": "^11.1",
|
|
"diglactic/laravel-breadcrumbs": "^6.1",
|
|
"doctrine/dbal": "2.*",
|
|
"felixkiss/uniquewith-validator": "^3.1",
|
|
"fideloper/proxy": "^4.0",
|
|
"gghughunishvili/entrust": "4.0",
|
|
"guzzlehttp/guzzle": "^7.2",
|
|
"laravel/framework": "^6.20",
|
|
"laravel/tinker": "^2.0",
|
|
"laravelcollective/html": "^6.1",
|
|
"mcamara/laravel-localization": "^1.3",
|
|
"solarium/solarium": "^3.8",
|
|
"yajra/laravel-datatables-oracle": "^9.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.3"
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"app/Helpers/utils.php",
|
|
"app/Constants/constants.php"
|
|
],
|
|
"classmap": [
|
|
"database/seeds",
|
|
"database/factories"
|
|
],
|
|
"psr-4": {
|
|
"App\\": "app/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\": "tests/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"post-install-cmd": [
|
|
"@php artisan clear-compiled"
|
|
],
|
|
"post-create-project-cmd": [
|
|
"php -r \"copy('.env.example', '.env');\"",
|
|
"@php artisan key:generate --ansi"
|
|
],
|
|
"post-autoload-dump": [
|
|
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
|
"@php artisan package:discover --ansi"
|
|
],
|
|
"test": "php vendor/phpunit/phpunit/phpunit --testsuite Feature"
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist",
|
|
"sort-packages": true,
|
|
"optimize-autoloader": true
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Arno Kaimbacher",
|
|
"email": "arno.kaimbacher@geologie.ac.at",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"homepage": "https://www.geologie.ac.at/"
|
|
}
|