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

Fix version aliases

This commit is contained in:
Aaron Piotrowski 2016-08-23 18:11:17 -05:00
parent f7ba250b77
commit b9bc42908f

View File

@ -31,8 +31,8 @@
"require": {
"php": ">=7.0",
"amphp/amp": "dev-master as 2.0",
"amphp/cache": "dev-amp_v2 as 0.2",
"amphp/file": "dev-amp_v2 as 0.2",
"amphp/cache": "dev-amp_v2 as 2.0",
"amphp/file": "dev-amp_v2 as 2.0",
"daverandom/libdns": "^1"
},
"minimum-stability": "dev",