Skip to content

Commit 9e0bd34

Browse files
committed
update version constraints in composer.json
1 parent 71f4246 commit 9e0bd34

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
@@ -20,12 +20,12 @@
2020
"composer/semver": "^1.4",
2121
"geerlingguy/ping": "^1.1",
2222
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
23-
"vlucas/phpdotenv": "^2.5|^3.3"
23+
"vlucas/phpdotenv": "~2.5|~3.3"
2424
},
2525
"require-dev": {
2626
"larapack/dd": "^1.0",
2727
"mockery/mockery": "^1.0",
28-
"orchestra/testbench": "^3.8",
28+
"orchestra/testbench": "~3.5|~3.8",
2929
"phpunit/phpunit": "^7.0",
3030
"predis/predis": "^1.1",
3131
"scrutinizer/ocular": "^1.5"

0 commit comments

Comments
 (0)