1
0
mirror of https://github.com/danog/dns.git synced 2024-11-26 20:14:51 +01:00

Drop php req to 5.4

This commit is contained in:
Daniel Lowrey 2014-10-21 11:54:29 -04:00
parent 704c35870c
commit 5748155b4b

View File

@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=5.5.0",
"php": ">=5.4.0",
"amphp/amp": "~0.11",
"daverandom/libdns": "~0.2"
},