From 316afa054bea72255d9d73510a3e992123fe29df Mon Sep 17 00:00:00 2001 From: Gabriel Koerich Date: Wed, 7 May 2014 01:10:17 -0300 Subject: [PATCH] Remove fractal from suggest --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1478ec3bb..baa161755 100644 --- a/composer.json +++ b/composer.json @@ -27,8 +27,7 @@ }, "suggest": { "dingo/oauth2-server-laravel": "Use the Dingo OAuth 2.0 server to protect your API.", - "lucadegasperi/oauth2-server-laravel": "Use the League OAuth 2.0 server to protect your API.", - "league/fractal": "Easily output complex, flexible, RESTful data structures." + "lucadegasperi/oauth2-server-laravel": "Use the League OAuth 2.0 server to protect your API." }, "autoload": { "psr-4": {