Skip to content

Commit

Permalink
Drop PHP 5.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Aug 28, 2016
1 parent 0168e6c commit 6df6e4c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
language: php

php:
- 5.5
- 5.6
- 7.0
- 7.1
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ HTTP protocol support for the XP Framework ChangeLog

## ?.?.? / ????-??-??

## 8.0.0 / 2016-08-28

* **Heads up: Dropped PHP 5.5 support!** - @thekid
* Added forward compatibility with XP 8.0.0 - @thekid

## 7.0.1 / 2016-06-10

* Allowed IPV6 addresses in *_PROXY, e.g. `[::1]:3128` - @thekid
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"xp-framework/core": "^8.0 | ^7.0 | ^6.5",
"xp-framework/logging": "^7.0 | ^6.5",
"xp-framework/networking": "^7.0 | ^6.6",
"php": ">=5.5.0"
"php": ">=5.6.0"
},
"require-dev" : {
"xp-framework/unittest": "^7.0 | ^6.5"
Expand Down

0 comments on commit 6df6e4c

Please sign in to comment.