Skip to content

Commit a27ea1a

Browse files
committed
try fixing depedencies on php7
1 parent 36c7e11 commit a27ea1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"odenktools/php-bca": "2.*"
2121
},
2222
"require-dev": {
23-
"graham-campbell/testbench": "^3.2",
23+
"graham-campbell/testbench": "3.2.*|3.3.*|3.4.*|3.5.*",
2424
"mockery/mockery": "^0.9.5 || ~1.0",
2525
"phpunit/phpunit": "~4.0 || ^5.4 || ~6.0"
2626
},

0 commit comments

Comments
 (0)