1
0
Fork 0
mirror of https://github.com/archtechx/template.git synced 2025-12-12 05:14:04 +00:00

upgrade to Laravel 11

This commit is contained in:
Samuel Štancl 2024-04-24 18:11:15 +02:00
parent caa1260fb1
commit 88ccb84e42
4 changed files with 21 additions and 16 deletions

View file

@ -20,14 +20,14 @@
}
},
"require": {
"php": "^8.0",
"illuminate/support": "^8.24|^9.0"
"php": "^8.3",
"illuminate/support": "^11.0"
},
"require-dev": {
"orchestra/testbench": "^6.9|^7.0",
"nunomaduro/larastan": "^1.0|^2.0",
"pestphp/pest": "^1.2",
"pestphp/pest-plugin-laravel": "^1.0"
"orchestra/testbench": "^9.0",
"nunomaduro/larastan": "^2.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0"
},
"extra": {
"laravel": {
@ -37,5 +37,10 @@
}
},
"minimum-stability": "dev",
"prefer-stable": true
"prefer-stable": true,
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
}