Skip to content

Commit 72f49e5

Browse files
authored
Merge pull request #196 from phpcr/specify-php-version
specify the supported php versions to avoid installing with unsupported versions
2 parents 8198ff8 + a67fd2e commit 72f49e5

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)