From 57a48c7bccce954d16ea225bc26dfb840ba88b39 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Mon, 13 Oct 2014 16:06:57 +0100 Subject: [PATCH] Update installation.md --- installation.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/installation.md b/installation.md index 825d641f..cf90ad92 100755 --- a/installation.md +++ b/installation.md @@ -12,12 +12,8 @@ If you already have a composer.json file in your root then add `"league/oauth2-s Otherwise create a new file in your project root called composer.json add set the contents to: -~~~ javascript -{ - "require": { - "league/oauth2-server": "4.0.*@dev" - } -} +~~~shell +composer require league/oauth2-server:4.0.x-dev ~~~ Now, assuming you have [installed Composer](https://getcomposer.org/download/) run `composer update`.