Skip to content

Commit 26f5cb0

Browse files
committed
Update dependency version constraints
1 parent 0332e75 commit 26f5cb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"require": {
2323
"php": "^7.1",
2424
"0.0.0/composer-include-files": "^1.5",
25-
"illuminate/support": "^5.6|^6.0"
25+
"illuminate/support": ">=5.6"
2626
},
2727
"require-dev": {
28-
"orchestra/testbench": "3.6.*|^4.0",
28+
"orchestra/testbench": ">=3.6",
2929
"phpunit/phpunit": "^7.0|^8.0"
3030
},
3131
"scripts": {

0 commit comments

Comments
 (0)