Skip to content
This repository has been archived by the owner on May 19, 2018. It is now read-only.

Commit

Permalink
Fixed min PHP version (to 5.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
corpsee committed Nov 9, 2014
1 parent 2181bb5 commit 8057764
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 94 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"role": "Developer"
}],
"require": {
"php": ">=5.3.0",
"php": ">=5.4.0",
"lib-pcre": "*"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 8057764

Please sign in to comment.