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 8dcfd0c commit 132b77fCopy full SHA for 132b77f
composer.json
@@ -21,13 +21,13 @@
21
],
22
"require": {
23
"php": "^7.2|^8.0",
24
- "illuminate/contracts": "^6.0|^7.0|^8.0"
+ "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0"
25
},
26
"require-dev": {
27
"friendsofphp/php-cs-fixer": "^2.17",
28
- "orchestra/testbench": "^4.0",
+ "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
29
"phpstan/phpstan": "^0.12.65",
30
- "phpunit/phpunit": "^8.0"
+ "phpunit/phpunit": "^8.0|^9.0"
31
32
"autoload": {
33
"psr-4": {
0 commit comments