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 ffe85b5 commit 53602b6Copy full SHA for 53602b6
composer.json
@@ -19,12 +19,12 @@
19
],
20
"require": {
21
"php": "^8.0.2",
22
- "illuminate/contracts": "^8.0|^9.0",
23
- "illuminate/http": "^8.0|^9.0",
24
- "illuminate/support": "^8.0|^9.0"
+ "illuminate/contracts": "^8.0|^9.0|^10.0",
+ "illuminate/http": "^8.0|^9.0|^10.0",
+ "illuminate/support": "^8.0|^9.0|^10.0"
25
},
26
"require-dev": {
27
- "orchestra/testbench": "^6.0|^7.0",
+ "orchestra/testbench": "^6.0|^7.0|^8.0",
28
"phpunit/phpunit": "^9.0"
29
30
"autoload": {
@@ -40,7 +40,6 @@
40
"scripts": {
41
"test": "vendor/bin/phpunit",
42
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
43
-
44
45
"config": {
46
"sort-packages": true
0 commit comments