diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..cf57175 --- /dev/null +++ b/changelog.md @@ -0,0 +1,4 @@ +## v0.0.0 (2013-10-30) + + * First stable 0.0.x release + diff --git a/composer.json b/composer.json index 481a3f7..d282962 100644 --- a/composer.json +++ b/composer.json @@ -25,10 +25,5 @@ }, "require-dev": { "phpunit/phpunit": "3.7.21" - }, - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } } } diff --git a/composer.lock b/composer.lock index c2c4a02..e335acf 100644 --- a/composer.lock +++ b/composer.lock @@ -3,7 +3,7 @@ "This file locks the dependencies of your project to a known state", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" ], - "hash": "8f86f89326a977cee6e3f382ff33f4b2", + "hash": "503fe373c89941d4997d4960ec0e5716", "packages": [ { "name": "ircmaxell/random-lib",