This commit is contained in:
Daniil Gentili 2019-12-13 02:39:56 +01:00
parent 7d399256c1
commit 5a2981d2b6
2 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@ sudo: false
language: php language: php
php: php:
- 7.2 # - 7.2
- 7.3 # - 7.3
- 7.4 - 7.4
- nightly - nightly

View File

@ -47,7 +47,7 @@
"danog/libdns-json": "^0.1", "danog/libdns-json": "^0.1",
"daverandom/libdns": "^2.0.1", "daverandom/libdns": "^2.0.1",
"amphp/amp": "^2", "amphp/amp": "^2",
"amphp/http-client": "4.0-rc10", "amphp/http-client": "4.0-rc11",
"amphp/dns": "dev-master as v0.9.x-dev", "amphp/dns": "dev-master as v0.9.x-dev",
"ext-filter": "*", "ext-filter": "*",
"ext-json": "*" "ext-json": "*"