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 ba81260 + 531c19e commit 9ffed90Copy full SHA for 9ffed90
composer.json
@@ -23,11 +23,11 @@
23
],
24
"require": {
25
"php": ">=7.2",
26
- "illuminate/support": "^6.0|^7.0",
+ "illuminate/support": "^6.0|^7.0|^8.0",
27
"rollbar/rollbar": "^2"
28
},
29
"require-dev": {
30
- "orchestra/testbench": "^4|^5",
+ "orchestra/testbench": "^4.0|^5.0|^6.0",
31
"mockery/mockery": "^1",
32
"php-coveralls/php-coveralls": "^2.2",
33
"squizlabs/php_codesniffer": "3.*",
@@ -54,5 +54,7 @@
54
"phpcs --standard=PSR1,PSR2 src tests"
55
56
"fix": "phpcbf --standard=PSR1,PSR2 src tests"
57
- }
+ },
58
+ "minimum-stability": "dev",
59
+ "prefer-stable": true
60
}
0 commit comments