Skip to content

Commit 385d354

Browse files
committed
Fix dep contraints
1 parent 4afa98b commit 385d354

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
@@ -21,11 +21,11 @@
2121
},
2222

2323
"require": {
24-
"php": "^5.6.0"
24+
"php": "^5.6 || ^7.0"
2525
},
2626
"require-dev": {
2727
"doctrine/collections": "^1.0",
28-
"doctrine/common": "^2.8",
28+
"doctrine/common": "^2.6",
2929
"phpunit/phpunit": "^4.1"
3030
},
3131

0 commit comments

Comments
 (0)