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 4d540e0 commit b9da8f3Copy full SHA for b9da8f3
composer.json
@@ -27,12 +27,12 @@
27
],
28
"minimum-stability": "stable",
29
"require": {
30
- "php": "^7.2|^8.0|^8.1",
31
- "illuminate/support": "~6|~7|~8|~9|^10.0|^11.0",
+ "php": "^7.2|^8.0|^8.1|^8.2|^8.3",
+ "illuminate/support": "~6|~7|~8|~9|^10.0|^11.0|^12.0",
32
"guzzlehttp/guzzle": "~6|~7|~8|~9"
33
},
34
"require-dev": {
35
- "phpunit/phpunit": "^8.4|^9.0|^10.5",
+ "phpunit/phpunit": "^8.4|^9.0|^10.5|^11.0",
36
"scrutinizer/ocular": "~1.1",
37
"php-coveralls/php-coveralls": "^2.0",
38
"mockery/mockery": "^1.3"
0 commit comments