File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 5.6
5
- - 7.0
6
- - 7.1
7
4
- 7.2
8
5
9
6
services :
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ ## v0.2.0 - 2018-06-26
5
+ ### Updated:
6
+ - required php version changed to 7.2
7
+
4
8
## v0.1.6 - 2018-06-26
5
9
### Fixed:
6
10
- updated composer dependencies
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " >=5.6 " ,
19
+ "php" : " >=7.2 " ,
20
20
"react/socket" : " ^0.8" ,
21
21
"react/promise" : " ^2.7" ,
22
22
"react/event-loop" : " ^0.5" ,
35
35
"require-dev" : {
36
36
"seregazhuk/react-promise-testing" : " 0.*" ,
37
37
"mockery/mockery" : " ^1.0" ,
38
- "phpunit/phpunit" : " ~5 .0" ,
38
+ "phpunit/phpunit" : " ~6 .0" ,
39
39
"codeclimate/php-test-reporter" : " ^0.4.4&quo
3C71
t;
40
40
}
41
41
}
You can’t perform that action at this time.
0 commit comments