Skip to content

Commit 1e29de5

Browse files
committed
Drop PHP 5.6
1 parent c1bc2e0 commit 1e29de5

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

.travis.yml

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

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

ChangeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ WebSockets change log
33

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

6+
## 1.0.0 / 2019-12-01
7+
8+
* Implemented xp-framework/rfc#334: Drop PHP 5.6. The minimum required
9+
PHP version is now 7.0.0!
10+
(@thekid)
11+
* Made compatible with XP 10 - @thekid
12+
613
## 0.2.0 / 2019-09-29
714

815
* Fixed *Skipped installation of bin bin/xp.xp-forge.web* error

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ WebSockets for the XP Framework
44
[![Build Status on TravisCI](https://secure.travis-ci.org/xp-forge/websockets.png)](http://travis-ci.org/xp-forge/websockets)
55
[![XP Framework Module](https://raw.githubusercontent.com/xp-framework/web/master/static/xp-framework-badge.png)](https://github.com/xp-framework/core)
66
[![BSD Licence](https://raw.githubusercontent.com/xp-framework/web/master/static/licence-bsd.png)](https://github.com/xp-framework/core/blob/master/LICENCE.md)
7-
[![Required PHP 5.6+](https://raw.githubusercontent.com/xp-framework/web/master/static/php-5_6plus.png)](http://php.net/)
8-
[![Supports PHP 7.0+](https://raw.githubusercontent.com/xp-framework/web/master/static/php-7_0plus.png)](http://php.net/)
7+
[![Requires PHP 7.0+](https://raw.githubusercontent.com/xp-framework/web/master/static/php-7_0plus.png)](http://php.net/)
98
[![Latest Stable Version](https://poser.pugx.org/xp-forge/websockets/version.png)](https://packagist.org/packages/xp-forge/websockets)
109

1110
Example

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"description" : "WebSockets for the XP Framework",
77
"keywords": ["module", "xp"],
88
"require" : {
9-
"xp-framework/core": "^9.0 | ^8.0 | ^7.0",
9+
"xp-framework/core": "^10.0 | ^9.0 | ^8.0 | ^7.0",
1010
"xp-framework/networking": "^9.0 | ^8.0 | ^7.0",
1111
"xp-framework/logging": "^9.0 | ^8.0 | ^7.0",
1212
"xp-forge/uri": "^1.2",
13-
"php": ">=5.6.0"
13+
"php": ">=7.0.0"
1414
},
1515
"require-dev" : {
16-
"xp-framework/unittest": "^9.0 | ^8.0 |^7.0"
16+
"xp-framework/unittest": "^11.0 | ^10.0 | ^9.0 | ^8.0 |^7.0"
1717
},
1818
"bin": ["bin/xp.xp-forge.ws"],
1919
"autoload" : {

0 commit comments

Comments
 (0)