We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b65b03 + 05b1be2 commit f922c78Copy full SHA for f922c78
.travis.yml
@@ -1,9 +1,9 @@
1
language: php
2
3
php:
4
-- "7.1"
5
- "7.2"
6
- "7.3"
+- "7.4"
7
8
before_script:
9
- composer install
composer.json
@@ -30,9 +30,9 @@
30
"require": {
31
"react/socket": "~1.2",
32
"react/datagram": "^1.4",
33
- "php": "~7.1",
34
- "ext-json": "~1.0",
35
- "ext-simplexml": "*",
+ "php": "~7.2",
+ "ext-json": "*",
+ "ext-SimpleXML": "*",
36
"symfony/event-dispatcher": "~4.0",
37
"psr/log": "^1.0",
38
"symfony/filesystem": "^4.3",
0 commit comments