Skip to content

Commit

Permalink
Merge pull request #7 from Ocramius/feature/php-5-3-micro-release-com…
Browse files Browse the repository at this point in the history
…patibility

Enabling 5.3.3+ php versions
  • Loading branch information
Ocramius committed Jul 12, 2013
2 parents 1f02adc + f629c1e commit 3550025
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: php

php:
- 5.3.3
- 5.3
- 5.4
- 5.5

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"php": ">=5.4",
"php": ">=5.3.3",
"zendframework/zend-stdlib": "2.*",
"ocramius/proxy-manager": "0.4.*",
"nikic/php-parser": "0.9.*"
Expand Down

0 comments on commit 3550025

Please sign in to comment.