Skip to content
This repository has been archived by the owner on Oct 27, 2019. It is now read-only.

Commit

Permalink
Reduce minimum PHP version in composer to 5.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorth committed May 6, 2015
1 parent 827d621 commit fdd57ec
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 @@ -18,7 +18,7 @@
"psr-0": { "PHP_GCM": "src/" }
},
"require": {
"php": ">=5.3.29",
"php": ">=5.3.10",
"ext-curl": "*"
}
}

0 comments on commit fdd57ec

Please sign in to comment.