From da7db7309cea2b3b145c4775f03d6604f46edecd Mon Sep 17 00:00:00 2001 From: Michael Schouman Date: Mon, 3 Feb 2020 13:22:17 +0100 Subject: [PATCH] Update to SF 3.4 --- .gitignore | 1 + composer.json | 12 +++--------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 5fbb8a1..250482d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /phpunit.xml composer.lock /vendor/ +.idea/ diff --git a/composer.json b/composer.json index b8025cf..2f4b84e 100755 --- a/composer.json +++ b/composer.json @@ -4,17 +4,10 @@ "keywords": ["symfony2","ajax","response","http-foundation", "httpfoundation", "ajaxresponse", "ajax-response"], "type": "symfony-bundle", "license": "MIT", - "authors": [ - { - "name": "Pim Widdershoven", - "email": "p.widdershoven@bluetea.nl", - "homepage": "http://www.bluetea.nl" - } - ], "require": { "jms/serializer-bundle": "*", - "symfony/http-foundation": ">=2.3", - "symfony/http-kernel": ">=2.3" + "symfony/http-foundation": "3.4.*", + "symfony/http-kernel": "3.4.*" }, "autoload": { "psr-0": { @@ -28,6 +21,7 @@ } }, "require-dev": { + "roave/security-advisories": "dev-master", "phpunit/phpunit": "^4.6" } }