From 575101e4c2131db0dcdf5800cadf604801f940e4 Mon Sep 17 00:00:00 2001 From: Robert Reinhard Date: Fri, 19 Feb 2016 09:04:47 -0800 Subject: [PATCH] Allowing Symfony 3 #119 --- composer.json | 58 +++++++++++++++++++++++++-------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/composer.json b/composer.json index 80d2be8..f4ccb5d 100644 --- a/composer.json +++ b/composer.json @@ -1,29 +1,29 @@ -{ - "name": "bkwld/croppa", - "description": "Image thumbnail creation through specially formatted URLs for Laravel", - "authors": [{ "name": "Robert Reinhard" } ], - "license": "MIT", - "require": { - "php": ">=5.4.0", - "illuminate/console": "4 - 5", - "illuminate/support": "4 - 5", - "illuminate/routing": "4 - 5", - "league/flysystem": "~1.0", - "symfony/http-foundation": "~2.0", - "symfony/http-kernel": "~2.0", - "weotch/PHPThumb": ">=1.0.5,<2" - }, - "require-dev": { - "phpunit/phpunit": "3.7.*", - "mockery/mockery": "~0.9" - }, - "conflict": { - "league/flysystem-cached-adapter": "<1.0.2" - }, - "autoload": { - "psr-0": { - "Bkwld\\Croppa": "src/" - } - }, - "minimum-stability": "dev" -} +{ + "name": "bkwld/croppa", + "description": "Image thumbnail creation through specially formatted URLs for Laravel", + "authors": [{ "name": "Robert Reinhard" } ], + "license": "MIT", + "require": { + "php": ">=5.4.0", + "illuminate/console": "4 - 5", + "illuminate/support": "4 - 5", + "illuminate/routing": "4 - 5", + "league/flysystem": "~1.0", + "symfony/http-foundation": "2 - 3", + "symfony/http-kernel": "2 - 3", + "weotch/PHPThumb": "^1.0.5" + }, + "require-dev": { + "phpunit/phpunit": "3.7.*", + "mockery/mockery": "~0.9" + }, + "conflict": { + "league/flysystem-cached-adapter": "<1.0.2" + }, + "autoload": { + "psr-0": { + "Bkwld\\Croppa": "src/" + } + }, + "minimum-stability": "dev" +}