Skip to content

Commit 818733e

Browse files
committed
try to fix versions conflict hell
1 parent 5f87403 commit 818733e

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
@@ -26,10 +26,10 @@
2626
],
2727
"require" : {
2828
"php" : ">=5.3.10",
29-
"jbzoo/data" : "^1.0"
29+
"jbzoo/data" : "^1.4"
3030
},
3131
"require-dev" : {
32-
"jbzoo/phpunit" : "^1.5"
32+
"jbzoo/phpunit" : "^1.6|1.x-dev"
3333
},
3434
"suggest" : {
3535
"ext-mbstring" : "Provides multibyte specific string functions",

0 commit comments

Comments
 (0)