Skip to content

Commit

Permalink
update php requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Oct 25, 2015
1 parent c2a8458 commit 969aaca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "samsonasik/redirect-handler-module",
"type": "library",
"description": "ZF2 module to for Url Redirect handling",
"keywords": ["redirect","zf2"],
"keywords": ["redirect","zf2","handler"],
"homepage": "https://github.com/samsonasik/RedirectHandlerModule",
"license": "MIT",
"authors": [
Expand All @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=5.3.23",
"php": "^5.3.23|^7.0",
"zendframework/zend-mvc": "~2.3"
},
"require-dev": {
Expand Down

0 comments on commit 969aaca

Please sign in to comment.