Skip to content

Commit

Permalink
#226 ^7.0|^7.1 is redundant, and can be replaced by ^7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Dec 24, 2016
1 parent 311c7c8 commit b311582
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 @@ -3,7 +3,7 @@
"description": "Better Reflection - an improved code reflection API",
"license": "MIT",
"require": {
"php": "^7.0|^7.1",
"php": "^7.0",
"nikic/php-parser": "^3.0",
"phpdocumentor/reflection-docblock": "^3.0",
"phpdocumentor/type-resolver": "^0.2",
Expand Down

0 comments on commit b311582

Please sign in to comment.