From dd1652008378e17d1f0e48b188b0d7873328f48d Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Mon, 13 Oct 2014 16:07:45 +0100 Subject: [PATCH] Update installation.md --- installation.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/installation.md b/installation.md index cf90ad92..fbd1e01d 100755 --- a/installation.md +++ b/installation.md @@ -8,11 +8,9 @@ permalink: /installation/ The recommended way of installing the library is via Composer. -If you already have a composer.json file in your root then add `"league/oauth2-server": "4.*"` in the require object. Then run `composer update`. +In your project root just run: -Otherwise create a new file in your project root called composer.json add set the contents to: - -~~~shell +~~~ shell composer require league/oauth2-server:4.0.x-dev ~~~