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 f2d0b1f commit 5d79013Copy full SHA for 5d79013
composer.json
@@ -18,11 +18,11 @@
18
],
19
"require": {
20
"php": "^7.2.5|^8.0",
21
- "illuminate/support": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0"
+ "illuminate/support": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0"
22
},
23
"require-dev": {
24
- "orchestra/testbench": "^3.6|^5.0|^6.0",
25
- "phpunit/phpunit": "^7.0|^8.0|9.2.*"
+ "orchestra/testbench": "^3.6|^5.0|^6.0|^7.0",
+ "phpunit/phpunit": "^7.0|^8.0|9.2.*|^9.5.10"
26
27
"autoload": {
28
"psr-4": {
@@ -37,7 +37,6 @@
37
"scripts": {
38
"test": "vendor/bin/phpunit",
39
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
40
-
41
42
"config": {
43
"sort-packages": true
0 commit comments