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 e5f8a27 + faf111e commit 114e673Copy full SHA for 114e673
composer.json
@@ -18,7 +18,7 @@
18
],
19
"require": {
20
"php": ">=7.2.0",
21
- "illuminate/support": "^6.0 || ^7.0 || ^8.0|^9.0|^10.0"
+ "illuminate/support": "^6.0 || ^7.0 || ^8.0|^9.0|^10.0|^11.0"
22
},
23
"autoload": {
24
"psr-4": {
@@ -31,7 +31,7 @@
31
"minimum-stability": "dev",
32
"prefer-stable": true,
33
"require-dev": {
34
- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
+ "phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0|^11.0",
35
"fzaninotto/faker": "^1.9|^1.5",
36
"mockery/mockery": "^1.3",
37
"satooshi/php-coveralls": "^2.0|^1.0",
0 commit comments