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

Fix composer requirement. #57

Merged
merged 1 commit into from
Jun 12, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"require": {
"php": ">=5.4.0",
"adamwathan/form": "0.7.*"
"adamwathan/form": "~0.7.1"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
Expand Down