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 dca1d33 commit fb9500dCopy full SHA for fb9500d
composer.json
@@ -14,7 +14,7 @@
14
"require": {
15
"json-mapper/json-mapper": "^2.3",
16
"php": "^7.2 || ^8.0",
17
- "illuminate/support": "^5.5|^6|^7|^8|^9|^10"
+ "illuminate/support": "^5.5|^6|^7|^8|^9|^10 || ^11.0"
18
},
19
"autoload": {
20
"psr-4": {
@@ -43,8 +43,8 @@
43
"ext-json": "*",
44
"squizlabs/php_codesniffer": "^3.5",
45
"phpstan/phpstan": "^0.12.19 || ^1.0.0",
46
- "phpunit/phpunit": "^8.0 || ^9.0",
47
- "orchestra/testbench": "^5.3|^6.0",
+ "phpunit/phpunit": "^8.0 || ^9.0 || ^10.5",
+ "orchestra/testbench": "^5.3|^6.0 || ^9.0",
48
"php-coveralls/php-coveralls": "^2.4",
49
"guzzlehttp/guzzle": "^6.5 || ^7.0"
50
}
0 commit comments