Skip to content

Commit 6df6e4c

Browse files
committed
Drop PHP 5.5 support
1 parent 0168e6c commit 6df6e4c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.travis.yml

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

55
php:
6-
- 5.5
76
- 5.6
87
- 7.0
98
- 7.1

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ HTTP protocol support for the XP Framework ChangeLog
33

44
## ?.?.? / ????-??-??
55

6+
## 8.0.0 / 2016-08-28
7+
8+
* **Heads up: Dropped PHP 5.5 support!** - @thekid
9+
* Added forward compatibility with XP 8.0.0 - @thekid
10+
611
## 7.0.1 / 2016-06-10
712

813
* Allowed IPV6 addresses in *_PROXY, e.g. `[::1]:3128` - @thekid

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"xp-framework/core": "^8.0 | ^7.0 | ^6.5",
1010
"xp-framework/logging": "^7.0 | ^6.5",
1111
"xp-framework/networking": "^7.0 | ^6.6",
12-
"php": ">=5.5.0"
12+
"php": ">=5.6.0"
1313
},
1414
"require-dev" : {
1515
"xp-framework/unittest": "^7.0 | ^6.5"

0 commit comments

Comments
 (0)