Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 75f9578

Browse files
committed
No support for php 5.4
1 parent d49b725 commit 75f9578

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

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

99
php:
10-
- 5.4
1110
- 5.5
1211
- 5.6
1312
- 7.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^5.4 || ^7.0",
14+
"php": "^5.5 || ^7.0",
1515
"php-http/httplug": "^1.0",
1616
"php-http/discovery": "^1.0",
1717
"zendframework/zend-http": "^2.3"

0 commit comments

Comments
 (0)