Skip to content

Commit

Permalink
Require at least PHP 5.4 now.
Browse files Browse the repository at this point in the history
  • Loading branch information
discordier committed Jul 10, 2015
1 parent 9550f4b commit a7c5e75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=5.3.3",
"php": ">=5.4",
"symfony/console": "2.*",
"guzzle/guzzle": "~3.1",
"symfony/finder": "2.*",
Expand Down

0 comments on commit a7c5e75

Please sign in to comment.