We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5572d5c commit aed06d7Copy full SHA for aed06d7
composer.json
@@ -12,16 +12,16 @@
12
"license": "MIT",
13
"authors": [],
14
"require": {
15
- "php": "^8.1",
16
- "illuminate/console": "^10.0",
17
- "illuminate/database": "^10.0",
18
- "illuminate/support": "^10.0",
19
- "illuminate/routing": "^10.0"
+ "php": "^8.2",
+ "illuminate/console": "^11.0",
+ "illuminate/database": "^11.0",
+ "illuminate/support": "^11.0",
+ "illuminate/routing": "^11.0"
20
},
21
"require-dev": {
22
- "phpunit/phpunit": "^9.5||^10.0",
+ "phpunit/phpunit": "^10.0||^11.0",
23
"mockery/mockery": "^1.4",
24
- "orchestra/testbench": "^8.0"
+ "orchestra/testbench": "^9.0"
25
26
"autoload": {
27
"psr-4": {
0 commit comments