Skip to content

Commit

Permalink
[composer] bump PHP requirement to 5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
igorw committed Sep 22, 2011
1 parent ca2d515 commit 1c6e443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": ">=5.3.0",
"php": ">=5.3.2",
"Pimple": ">=1.0.0",
"Symfony-BrowserKit": ">=2.0.0",
"Symfony-CssSelector": ">=2.0.0",
Expand All @@ -27,4 +27,4 @@
"Symfony-HttpKernel": ">=2.0.0",
"Symfony-Routing": ">=2.0.0"
}
}
}

0 comments on commit 1c6e443

Please sign in to comment.