From 2d5cccc755394e18f6f6c647c9388d89ea30dd7c Mon Sep 17 00:00:00 2001 From: German Lena Date: Fri, 17 Jul 2015 14:23:38 -0300 Subject: [PATCH] changed dependencies --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df8b122..cd5cca0 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,8 @@ Modify your `composer.json` to add the following dependencies and run `composer ~~~js { "require": { - "firebase/php-jwt": "dev-master", - "adoy/oauth2": "dev-master" + "adoy/oauth2": "dev-master", + "auth0/jwt-auth-bundle": "~1.1" } } ~~~