Skip to content

Commit 502c79a

Browse files
author
Nenad Stojanovikj
committed
Stop support for PHP 5.5
1 parent 360bd29 commit 502c79a

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.5
1110
- 5.6
1211
- 7.0
1312
- 7.1

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.5 || ^7.0",
14+
"php": "^5.6 || ^7.0",
1515
"php-http/httplug": "^1.0",
1616
"react/http-client": "~0.5.9",
1717
"react/dns": "^1.0|^0.4",

0 commit comments

Comments
 (0)