composer.json: relax the version number of the ao2/tweeper dependency master
authorAntonio Ospite <ao2@ao2.it>
Sun, 11 Dec 2016 10:46:04 +0000 (11:46 +0100)
committerAntonio Ospite <ao2@ao2.it>
Sun, 11 Dec 2016 10:46:04 +0000 (11:46 +0100)
This way composer can pick up stable releases.

composer.json

index 1581b91..bab81af 100644 (file)
@@ -1,7 +1,7 @@
 {
     "name": "ao2/tweeper_composer_test",
     "require": {
-        "ao2/tweeper": "dev-master"
+        "ao2/tweeper": "*"
     },
     "bin": ["tweeper_test"]
 }