Skip to content

Commit bbf4396

Browse files
committed
Remove PHP 5.4 support
1 parent 3049067 commit bbf4396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ cache:
77
- $HOME/.composer/cache
88

99
php:
10-
- 5.4
1110
- 5.5
1211
- 5.6
1312
- nightly
@@ -21,6 +20,7 @@ matrix:
2120
fast_finish: true
2221

2322
before_script:
23+
- composer self-update
2424
- composer install
2525

2626
script:

0 commit comments

Comments
 (0)