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

Revert "Fix version aliases"

This reverts commit b9bc42908f.

Only the next version of Amp is 2.0, these libs will be 0.2.
This commit is contained in:
Aaron Piotrowski 2016-08-24 09:16:48 -05:00
parent c164c9704a
commit 429ca48c94

View File

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