Skip to content

Commit c0e2657

Browse files
committed
fix php version constraint
1 parent e7d7576 commit c0e2657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828
],
2929
"require": {
30-
"php": "^5.6|7.0.x",
30+
"php": "^5.6|^7.0",
3131
"phpcr/phpcr-implementation": "2.1.*",
3232
"phpunit/phpunit": "^5.7"
3333
},

0 commit comments

Comments
 (0)