composer: reduce constraints for testbench (#975)

We only support L5.5 which is satisfied by testbench 3.5 already
This commit is contained in:
Markus Podar
2020-06-26 07:08:14 +02:00
committed by GitHub
parent e1940c25bc
commit eaf4a00eae
+1 -1
View File
@@ -33,7 +33,7 @@
"illuminate/config": "^5.5 || ^6 || ^7",
"illuminate/view": "^5.5 || ^6 || ^7",
"mockery/mockery": "^1.3",
"orchestra/testbench": "^3 || ^4 || ^5",
"orchestra/testbench": "^3.5 || ^4 || ^5",
"phpro/grumphp": "^0.19.0",
"spatie/phpunit-snapshot-assertions": "^1.4 || ^2.2 || ^3",
"squizlabs/php_codesniffer": "^3.5",