Skip to content

Commit e424337

Browse files
committed
Lock in dependency versions
1 parent e08d3f1 commit e424337

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
@@ -23,11 +23,11 @@
2323
"require": {
2424
"php": "^7.1",
2525
"codezero/browser-locale": "^3.0",
26-
"illuminate/support": ">=5.6"
26+
"illuminate/support": "^5.6|^6.0"
2727
},
2828
"require-dev": {
2929
"mockery/mockery": "^1.0",
30-
"orchestra/testbench": ">=3.6",
30+
"orchestra/testbench": "^3.6|^4.0",
3131
"phpunit/phpunit": "^7.0|^8.0"
3232
},
3333
"scripts": {

0 commit comments

Comments
 (0)