8000 Update php requirement to version 7.2 · seregazhuk/php-react-memcached@3cbbeef · GitHub
[go: up one dir, main page]

Skip to content

Commit 3cbbeef

Browse files
committed
Update php requirement to version 7.2
1 parent 34fd1bc commit 3cbbeef

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
language: php
22

33
php:
4-
- 5.6
5-
- 7.0
6-
- 7.1
74
- 7.2
85

96
services:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## v0.2.0 - 2018-06-26
5+
### Updated:
6+
- required php version changed to 7.2
7+
48
## v0.1.6 - 2018-06-26
59
### Fixed:
610
- updated composer dependencies

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.6",
19+
"php": ">=7.2",
2020
"react/socket": "^0.8",
2121
"react/promise": "^2.7",
2222
"react/event-loop": "^0.5",
@@ -35,7 +35,7 @@
3535
"require-dev": {
3636
"seregazhuk/react-promise-testing": "0.*",
3737
"mockery/mockery": "^1.0",
38-
"phpunit/phpunit": "~5.0",
38+
"phpunit/phpunit": "~6.0",
3939
"codeclimate/php-test-reporter": "^0.4.4&quo 3C71 t;
4040
}
4141
}

0 commit comments

Comments
 (0)
0