Skip to content

Commit

Permalink
Drop support for php 5.3 and 5.4 and use the still valid php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmodijk authored and matthiasnoback committed Oct 1, 2017
1 parent 34c2343 commit 10ad966
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: php

php:
- 5.3
- 5.4
- 5.6
- 7.0
- 7.1

before_script:
- composer install
Expand Down

0 comments on commit 10ad966

Please sign in to comment.