Skip to content

Commit

Permalink
Bump required PHP to 5.3.6 in composer.json
Browse files Browse the repository at this point in the history
Because of character setting for PDO, see #66.
  • Loading branch information
Woody Gilk committed Apr 29, 2014
1 parent 3d7a7cd commit b0f53af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -22,7 +22,7 @@
"require": {
"composer/installers": "~1.0",
"kohana/core": ">=3.3",
"php": ">=5.3.3"
"php": ">=5.3.6"
},
"suggest": {
"ext-mysql": "*",
Expand Down

0 comments on commit b0f53af

Please sign in to comment.