From 4d414d947c3989c35ac43491f356d818aec85e56 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Dec 2020 05:21:39 +0000 Subject: [PATCH] Bump friendsofsymfony/rest-bundle from 2.7.3 to 2.8.4 Bumps [friendsofsymfony/rest-bundle](https://github.com/FriendsOfSymfony/FOSRestBundle) from 2.7.3 to 2.8.4. - [Release notes](https://github.com/FriendsOfSymfony/FOSRestBundle/releases) - [Changelog](https://github.com/FriendsOfSymfony/FOSRestBundle/blob/3.x/CHANGELOG.md) - [Commits](https://github.com/FriendsOfSymfony/FOSRestBundle/compare/2.7.3...2.8.4) Signed-off-by: dependabot-preview[bot] --- composer.lock | 40 ++++++++++++++++++++++++---------------- 1 file changed, 24 insertions(+), 16 deletions(-) mode change 100755 => 100644 composer.lock diff --git a/composer.lock b/composer.lock old mode 100755 new mode 100644 index fb0dbe0..7ec9a79 --- a/composer.lock +++ b/composer.lock @@ -684,6 +684,7 @@ "cache", "caching" ], + "abandoned": true, "time": "2019-11-29T11:22:01+00:00" }, { @@ -1216,6 +1217,7 @@ "reflection", "static" ], + "abandoned": "roave/better-reflection", "time": "2020-03-27T11:06:43+00:00" }, { @@ -1505,21 +1507,21 @@ }, { "name": "friendsofsymfony/rest-bundle", - "version": "2.7.3", + "version": "2.8.4", "source": { "type": "git", "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git", - "reference": "21a27cebe54f02f6499d78db8978162ce7183112" + "reference": "d60e0ba3cc1f3dce11cedf65d8535cb17c506bd3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/21a27cebe54f02f6499d78db8978162ce7183112", - "reference": "21a27cebe54f02f6499d78db8978162ce7183112", + "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/d60e0ba3cc1f3dce11cedf65d8535cb17c506bd3", + "reference": "d60e0ba3cc1f3dce11cedf65d8535cb17c506bd3", "shasum": "" }, "require": { "doctrine/inflector": "^1.0", - "php": "^7.1", + "php": "^7.1|^8.0", "psr/log": "^1.0", "symfony/config": "^3.4|^4.3", "symfony/debug": "^3.4|^4.3", @@ -1532,9 +1534,10 @@ "symfony/routing": "^3.4|^4.3", "symfony/security-core": "^3.4|^4.3", "willdurand/jsonp-callback-validator": "^1.0", - "willdurand/negotiation": "^2.0" + "willdurand/negotiation": "^2.0|^3.0" }, "conflict": { + "doctrine/inflector": "1.4.0", "jms/serializer": "<1.13.0", "jms/serializer-bundle": "<2.0.0", "sensio/framework-extra-bundle": "<3.0.13" @@ -1551,7 +1554,7 @@ "symfony/css-selector": "^3.4|^4.3", "symfony/expression-language": "^3.4|^4.3", "symfony/form": "^3.4|^4.3", - "symfony/phpunit-bridge": "^4.1.8", + "symfony/phpunit-bridge": "^5.2", "symfony/security-bundle": "^3.4|^4.3", "symfony/serializer": "^3.4|^4.3", "symfony/templating": "^3.4|^4.3", @@ -1570,6 +1573,7 @@ "type": "symfony-bundle", "extra": { "branch-alias": { + "2.x-dev": "2.8-dev", "dev-master": "2.7-dev" } }, @@ -1605,7 +1609,7 @@ "keywords": [ "rest" ], - "time": "2020-03-28T08:23:35+00:00" + "time": "2020-12-10T19:24:58+00:00" }, { "name": "friendsofsymfony/user-bundle", @@ -3361,6 +3365,7 @@ "javascript", "minification" ], + "abandoned": true, "time": "2016-04-19T09:28:22+00:00" }, { @@ -3999,6 +4004,7 @@ "configuration", "distribution" ], + "abandoned": true, "time": "2019-06-18T15:43:58+00:00" }, { @@ -4658,6 +4664,7 @@ "keywords": [ "sonata" ], + "abandoned": true, "time": "2017-12-16T18:36:00+00:00" }, { @@ -7519,6 +7526,7 @@ "i18n", "text" ], + "abandoned": true, "time": "2018-12-05T18:34:18+00:00" }, { @@ -7628,28 +7636,28 @@ }, { "name": "willdurand/negotiation", - "version": "v2.3.1", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/willdurand/Negotiation.git", - "reference": "03436ededa67c6e83b9b12defac15384cb399dc9" + "reference": "04e14f38d4edfcc974114a07d2777d90c98f3d9c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9", - "reference": "03436ededa67c6e83b9b12defac15384cb399dc9", + "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/04e14f38d4edfcc974114a07d2777d90c98f3d9c", + "reference": "04e14f38d4edfcc974114a07d2777d90c98f3d9c", "shasum": "" }, "require": { - "php": ">=5.4.0" + "php": ">=7.1.0" }, "require-dev": { - "phpunit/phpunit": "~4.5" + "symfony/phpunit-bridge": "^5.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.3-dev" + "dev-master": "3.0-dev" } }, "autoload": { @@ -7676,7 +7684,7 @@ "header", "negotiation" ], - "time": "2017-05-14T17:21:12+00:00" + "time": "2020-09-25T08:01:41+00:00" } ], "packages-dev": [