From 0858824140df7e9e895a5cb8efdbacad0ec90061 Mon Sep 17 00:00:00 2001 From: Michael Cullum Date: Sun, 12 Mar 2017 01:35:38 +0000 Subject: [PATCH 1/2] Bump dependency --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 59bdc4a..27f175f 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "require": { "php": ">=5.6", - "league/fractal": "~0.14.0", + "league/fractal": "^0.14", "symfony/framework-bundle": "^2.7|^3.0" }, "require-dev": { From c6d28acb135a1b6c37ecc147cbc7d945ba6198f1 Mon Sep 17 00:00:00 2001 From: Michael Cullum Date: Sun, 12 Mar 2017 01:40:43 +0000 Subject: [PATCH 2/2] Next branch --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 27f175f..763f9c7 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "require": { "php": ">=5.6", - "league/fractal": "^0.14", + "league/fractal": "^0.15", "symfony/framework-bundle": "^2.7|^3.0" }, "require-dev": {