composer.json: relax the version number of the ao2/tweeper dependency
[experiments/tweeper_composer_test.git] / 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"]
 }