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.
2 parents 7a3aff9 + 01457b3 commit 3a11a0aCopy full SHA for 3a11a0a
composer.json
@@ -26,14 +26,14 @@
26
"prefer-stable": true,
27
"require": {
28
"php": "^8.0",
29
- "illuminate/contracts": "^8.22.1",
30
- "illuminate/support": "^8.22.1"
+ "illuminate/contracts": "^8.22.1 || ^9.9",
+ "illuminate/support": "^8.22.1 || ^9.9"
31
},
32
"require-dev": {
33
- "friendsofphp/php-cs-fixer": "^2.15",
34
- "orchestra/testbench": "^6.0",
35
- "phpunit/phpunit": "^9.3",
36
- "squizlabs/php_codesniffer": "^3.5"
+ "friendsofphp/php-cs-fixer": "^2.15 || ^3.8",
+ "orchestra/testbench": "^6.0 || ^7.4",
+ "phpunit/phpunit": "^9.3 || ^9.5",
+ "squizlabs/php_codesniffer": "^3.5 || ^3.6"
37
38
"autoload": {
39
"psr-4": {
0 commit comments