Skip to content

Commit

Permalink
[Composer] Allow PHP 7
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonF committed Apr 18, 2016
1 parent 872b480 commit d8bc35f
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 @@ -13,7 +13,7 @@
"require": {
"aws/aws-sdk-php": "^3.9",
"ext-openssl": "*",
"php": "^5.5.9",
"php": "^5.5.9 || ^7.0",
"symfony/polyfill-php56": "^1.0",
"webmozart/path-util": "^2.3"
},
Expand Down

0 comments on commit d8bc35f

Please sign in to comment.