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 1693486 commit 91c7049Copy full SHA for 91c7049
composer.json
@@ -21,16 +21,16 @@
21
}
22
],
23
"require": {
24
- "php": "^8.1",
25
- "illuminate/container": "^v9.0",
26
- "illuminate/console": "^v9.0",
27
- "illuminate/contracts": "^v9.0",
28
- "illuminate/database": "^v9.0",
29
- "illuminate/support": "^v9.0"
+ "php": "^8.0",
+ "illuminate/container": "^9.0",
+ "illuminate/console": "^9.0",
+ "illuminate/contracts": "^9.0",
+ "illuminate/database": "^9.0",
+ "illuminate/support": "^9.0"
30
},
31
"require-dev": {
32
- "orchestra/testbench": "^7.0-dev",
33
- "phpunit/phpunit": "^9.5.8"
+ "orchestra/testbench": "^7.0",
+ "phpunit/phpunit": "^9.0"
34
35
"autoload": {
36
"psr-4": {
0 commit comments