Skip to content

Commit

Permalink
remove php 5.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Mar 29, 2016
1 parent cadb3ef commit 65d0c9c
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,6 +1,5 @@
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=5.4",
"php": ">=5.5",
"doctrine/annotations": "^1.2",
"doctrine/cache": "^1.6",
"doctrine/dbal": "^2.5",
Expand Down

0 comments on commit 65d0c9c

Please sign in to comment.