Skip to content

Commit a67fd2e

Browse files
authored
specify the supported php versions to avoid installing with unsupported versions
1 parent 9517e1d commit a67fd2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "phpcr/phpcr-shell",
33
"description": "Shell for PHPCR",
44
"require": {
5+
"php": "^5.6|^7.0",
56
"symfony/console": "~2.8|~3.0",
67
"jackalope/jackalope": "~1.1",
78
"phpcr/phpcr": "~2.1",

0 commit comments

Comments
 (0)