Skip to content

Commit f922c78

Browse files
Merge pull request #98 from samuelwilliams/dropPHP71
Drop php71
2 parents 7b65b03 + 05b1be2 commit f922c78

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: php
22

33
php:
4-
- "7.1"
54
- "7.2"
65
- "7.3"
6+
- "7.4"
77

88
before_script:
99
- composer install

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"require": {
3131
"react/socket": "~1.2",
3232
"react/datagram": "^1.4",
33-
"php": "~7.1",
34-
"ext-json": "~1.0",
35-
"ext-simplexml": "*",
33+
"php": "~7.2",
34+
"ext-json": "*",
35+
"ext-SimpleXML": "*",
3636
"symfony/event-dispatcher": "~4.0",
3737
"psr/log": "^1.0",
3838
"symfony/filesystem": "^4.3",

0 commit comments

Comments
 (0)