Skip to content

Commit

Permalink
Merge pull request #65 from sminnee/fix-php-req
Browse files Browse the repository at this point in the history
FIX: Relax PHP version requirement.
  • Loading branch information
kinglozzer authored Apr 3, 2017
2 parents b10955d + e5f51b1 commit c1d2696
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 @@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=5.3.3,<7",
"php": ">=5.3.3,<7.2",
"silverstripe/framework": "~3.3"
},
"extra": {
Expand Down

0 comments on commit c1d2696

Please sign in to comment.