Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
remove php 5.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ghua committed Jul 20, 2016
1 parent 7dc0a5d commit a4ab818
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: php

php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=5.4",
"php": ">=5.5",
"symfony/symfony": ">=2.3",
"symfony/monolog-bundle": "~2.4",
"symfony/assetic-bundle": "~2.3",
Expand Down

0 comments on commit a4ab818

Please sign in to comment.