Skip to content

Commit

Permalink
PHP 5.6 supports reflection-based proxy instantiation for internal cl…
Browse files Browse the repository at this point in the history
…asses. May allow 5.5 as well, but messy for now.
  • Loading branch information
Ocramius committed Sep 28, 2014
1 parent 3fd19b3 commit 7f31c05
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 @@ -19,7 +19,7 @@
}
],
"require": {
"php": ">=5.3.3",
"php": "~5.6",
"zendframework/zend-code": ">2.2.5,<3.0"
},
"require-dev": {
Expand Down

0 comments on commit 7f31c05

Please sign in to comment.