File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ language: php
3
3
dist : trusty
4
4
5
5
php :
6
- - 5.6
7
6
- 7.0
8
7
- 7.1
9
8
- 7.2
Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ WebSockets change log
3
3
4
4
## ?.?.? / ????-??-??
5
5
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
+
6
13
## 0.2.0 / 2019-09-29
7
14
8
15
* Fixed * Skipped installation of bin bin/xp.xp-forge.web* error
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ WebSockets for the XP Framework
4
4
[ ![ Build Status on TravisCI] ( https://secure.travis-ci.org/xp-forge/websockets.png )] ( http://travis-ci.org/xp-forge/websockets )
5
5
[ ![ XP Framework Module] ( https://raw.githubusercontent.com/xp-framework/web/master/static/xp-framework-badge.png )] ( https://github.com/xp-framework/core )
6
6
[ ![ 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/ )
9
8
[ ![ Latest Stable Version] ( https://poser.pugx.org/xp-forge/websockets/version.png )] ( https://packagist.org/packages/xp-forge/websockets )
10
9
11
10
Example
Original file line number Diff line number Diff line change 6
6
"description" : " WebSockets for the XP Framework" ,
7
7
"keywords" : [" module" , " xp" ],
8
8
"require" : {
9
- "xp-framework/core" : " ^9.0 | ^8.0 | ^7.0" ,
9
+ "xp-framework/core" : " ^10.0 | ^ 9.0 | ^8.0 | ^7.0" ,
10
10
"xp-framework/networking" : " ^9.0 | ^8.0 | ^7.0" ,
11
11
"xp-framework/logging" : " ^9.0 | ^8.0 | ^7.0" ,
12
12
"xp-forge/uri" : " ^1.2" ,
13
- "php" : " >=5.6 .0"
13
+ "php" : " >=7.0 .0"
14
14
},
15
15
"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"
17
17
},
18
18
"bin" : [" bin/xp.xp-forge.ws" ],
19
19
"autoload" : {
You can’t perform that action at this time.
0 commit comments