- Upgrade to 7.x from 6.x #11

This commit is contained in:
Arno Kaimbacher 2021-05-25 14:15:02 +02:00
parent 4e44d9d996
commit bcbd05d7d8
29 changed files with 1289 additions and 647 deletions

View file

@ -8,25 +8,31 @@
"license": "MIT",
"type": "project",
"require": {
"php": "^8.0",
"php": "^7.2.5||^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",
"fideloper/proxy": "^4.4",
"gghughunishvili/entrust": "4.0",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^6.20",
"laravel/tinker": "^2.0",
"laravel/framework": "^7.29",
"laravel/tinker": "^2.5",
"laravel/ui": "2.0",
"laravelcollective/html": "^6.1",
"mcamara/laravel-localization": "^1.3",
"solarium/solarium": "^3.8",
"solarium/solarium": "^6.1",
"yajra/laravel-datatables-oracle": "^9.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
"phpunit/phpunit": "^8.5.8|^9.3.3"
},
"extra": {
"laravel": {
"dont-discover": []
}
},
"autoload": {
"files": [
"app/Helpers/utils.php",
@ -60,6 +66,9 @@
"test": "php vendor/phpunit/phpunit/phpunit --testsuite Feature"
},
"config": {
"platform": {
"php": "7.3"
},
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true