Skip to content

Commit

Permalink
fix php version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Jan 27, 2017
1 parent e7d7576 commit c0e2657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
],
"require": {
"php": "^5.6|7.0.x",
"php": "^5.6|^7.0",
"phpcr/phpcr-implementation": "2.1.*",
"phpunit/phpunit": "^5.7"
},
Expand Down

0 comments on commit c0e2657

Please sign in to comment.