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 e08d3f1 commit e424337Copy full SHA for e424337
composer.json
@@ -23,11 +23,11 @@
23
"require": {
24
"php": "^7.1",
25
"codezero/browser-locale": "^3.0",
26
- "illuminate/support": ">=5.6"
+ "illuminate/support": "^5.6|^6.0"
27
},
28
"require-dev": {
29
"mockery/mockery": "^1.0",
30
- "orchestra/testbench": ">=3.6",
+ "orchestra/testbench": "^3.6|^4.0",
31
"phpunit/phpunit": "^7.0|^8.0"
32
33
"scripts": {
0 commit comments