Skip to content

Commit 557a27b

Browse files
committed
Merge pull request #13 from silentworks/feature/remove-pimple-from-require
Remove PHP 5.4 from .travis.yml
2 parents b2708fc + 1e2910d commit 557a27b

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.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": {

src/Cache.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<?php
22
namespace Slim\HttpCache;
33

4-
use Pimple\Container;
5-
use Pimple\ServiceProviderInterface;
64
use Psr\Http\Message\RequestInterface;
75
use Psr\Http\Message\ResponseInterface;
86

0 commit comments

Comments
 (0)