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 b716ad3 commit 7df050bCopy full SHA for 7df050b
composer.json
@@ -11,15 +11,15 @@
11
}
12
],
13
"require": {
14
- "php" : "^8.0.2",
15
- "illuminate/config": "~9.0",
16
- "illuminate/database": "~9.0",
17
- "illuminate/http": "~9.0"
+ "php" : "^8.1",
+ "illuminate/config": "~10.0",
+ "illuminate/database": "~10.0",
+ "illuminate/http": "~10.0"
18
},
19
"require-dev": {
20
"phpunit/phpunit": "^9.5.8",
21
"mockery/mockery": "^1.5.1",
22
- "orchestra/testbench": "^7.16"
+ "orchestra/testbench": "^8.0"
23
24
"autoload": {
25
"psr-4": {
0 commit comments