From: Antonio Ospite <ao2@ao2.it>
Date: Sun, 11 Dec 2016 10:46:04 +0000 (+0100)
Subject: composer.json: relax the version number of the ao2/tweeper dependency
X-Git-Url: https://git.ao2.it/experiments/tweeper_composer_test.git/commitdiff_plain/HEAD?ds=inline;hp=6bd44b800d1a2892495d945030df62f4e30b89a7

composer.json: relax the version number of the ao2/tweeper dependency

This way composer can pick up stable releases.
---

diff --git a/composer.json b/composer.json
index 1581b91..bab81af 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
 {
     "name": "ao2/tweeper_composer_test",
     "require": {
-        "ao2/tweeper": "dev-master"
+        "ao2/tweeper": "*"
     },
     "bin": ["tweeper_test"]
 }