Skip to content

Commit a620b2d

Browse files
committed
Remove PHP 5.4 from .travis.yml
Updated to PHP 5.5+ Removed pimple from composer require
1 parent b2708fc commit a620b2d

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 5.4
54
- 5.5
65
- 5.6
76
- 7.0

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"php": ">=5.4.0",
17-
"pimple/pimple": "~3.0",
16+
"php": ">=5.5.0",
1817
"psr/http-message": "^1.0"
1918
},
2019
"require-dev": {

0 commit comments

Comments
 (0)