Skip to content

Commit

Permalink
Relaxing php version dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Brunette <n@tebru.net>
  • Loading branch information
natebrunette committed Mar 22, 2016
1 parent adff99b commit 93bc708
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 @@ -2,7 +2,7 @@
"name": "tebru/dynamo",
"description": "Generates PHP classes from an interface based on doctrine annotations",
"require": {
"php": ">= 5.4, <7",
"php": ">= 5.4",
"nikic/php-parser": "~1.3",
"doctrine/annotations": "~1.0",
"tebru/assert": "^0.2",
Expand Down

0 comments on commit 93bc708

Please sign in to comment.