1
0
mirror of https://github.com/danog/dns.git synced 2024-11-30 04:29:06 +01:00

update composer for php7

This commit is contained in:
Daniel Lowrey 2015-04-27 15:26:11 -04:00
parent 6dd23e5b42
commit 4c8072a557

View File

@ -12,8 +12,8 @@
}
],
"require": {
"php": ">=5.4.0",
"amphp/amp": "~0.17.0",
"php": ">=7.0.0",
"amphp/amp": "1.0.x-dev",
"daverandom/libdns": "~1.0"
},
"require-dev": {