From 1f022fa2155907d7f8ccc92944579d18a19ecb2a Mon Sep 17 00:00:00 2001 From: Hunter Skrasek Date: Tue, 27 Dec 2016 15:14:00 -0600 Subject: [PATCH] Removing un-needed dependency, closes #1273 Signed-off-by: Hunter Skrasek --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 19c0025cd..39b5614c0 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,6 @@ "require": { "php": "^5.5.9 || ^7.0", "dingo/blueprint": "0.2.*", - "doctrine/annotations": "1.2.*", "illuminate/routing": "5.1.* || 5.2.* || 5.3.*", "illuminate/support": "5.1.* || 5.2.* || 5.3.*", "league/fractal": ">=0.12.0"