Skip to content

Commit

Permalink
Merge pull request #405 from doctrine/feature/php-7-composer-compat
Browse files Browse the repository at this point in the history
Correcting composer constraints: allowing PHP 7, dropping 5.4 support
  • Loading branch information
mikeSimonson committed Dec 29, 2015
2 parents e926b36 + 0af50f8 commit d40bd18
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 @@ -11,7 +11,7 @@
{"name": "Michael Simonson", "email": "contact@mikesimonson.com" }
],
"require": {
"php": ">=5.4.0",
"php": "^5.5|^7.0",
"doctrine/dbal": "~2.2",
"symfony/yaml": "~2.3|~3.0",
"symfony/console": "~2.3|~3.0"
Expand Down

0 comments on commit d40bd18

Please sign in to comment.