From f95a96f066cfef9cf51716098801621d97c8d11f Mon Sep 17 00:00:00 2001 From: Will Skates Date: Tue, 22 Jan 2013 22:27:44 +0000 Subject: [PATCH] Committing documentation changes and some stuff for composer. --- README.md | 2 +- composer.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5bd91e9..3ace4ae 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This library requires composer. You can find out more over at http://getcomposer Clone or download the contents of this repository onto your local machine, setup your project as you normally would and add the following to the "require" section of your composer.json file: - "willskates/dictionaryapi": "dev-master" + "willskates/dictionaryapi": "v1.0.0" After you have done this, run the command: diff --git a/composer.json b/composer.json index 38e7a71..567763b 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ { "name": "Will Skates", "email": "will.skates@ntlworld.com", - "homepage": "http://www.thisbe.ws", + "homepage": "http://www.stuffby.ws", "role": "developer" } ], @@ -18,6 +18,7 @@ "rmccue/requests": "dev-master", "pimple/pimple": "1.0.*@dev" }, + "minimum-stability": "dev", "autoload": { "psr-0": { "WillSkates": "src/"