Bump min version req to 5.3.9 to avoid Interface parse error

This commit is contained in:
Chris Boden 2013-04-15 20:48:32 -04:00
parent 7b5b215c44
commit dc59a0a3c0
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
language: php language: php
php: php:
- 5.3.3 - 5.3.9
- 5.3 - 5.3
- 5.4 - 5.4

View File

@ -25,7 +25,7 @@
} }
} }
, "require": { , "require": {
"php": ">=5.3.3" "php": ">=5.3.9"
, "react/socket": "0.2.*" , "react/socket": "0.2.*"
, "guzzle/http": "~3.0" , "guzzle/http": "~3.0"
, "symfony/http-foundation": "~2.1" , "symfony/http-foundation": "~2.1"