Skip to content

Commit

Permalink
Merge pull request #1 from SidRoberts/patch-1
Browse files Browse the repository at this point in the history
Support PHP 7
  • Loading branch information
Caffe1neAdd1ct committed Mar 18, 2016
2 parents cefb0ae + a10a77a commit 0811296
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 @@ -3,7 +3,7 @@
"description": "Additional form and data validators extending the inbuilt phalcon validate interface.",
"require": {
"ext-phalcon": ">=1.3.4",
"php": "~5.3"
"php": ">=5.3"
},
"autoload": {
"psr-4": {
Expand All @@ -18,4 +18,4 @@
}
],
"minimum-stability": "dev"
}
}

0 comments on commit 0811296

Please sign in to comment.