From: Antonio Ospite 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/3d0bc9cf232c446c4d987dbb89a6e9034bd0cbca 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"] }