From 42a8bea75e8ffd27917c35030e4512c4a57d3928 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2020 17:40:31 +0000 Subject: [PATCH] Bump sonata-project/core-bundle from 3.8.0 to 3.17.2 Bumps [sonata-project/core-bundle](https://github.com/sonata-project/SonataCoreBundle) from 3.8.0 to 3.17.2. - [Release notes](https://github.com/sonata-project/SonataCoreBundle/releases) - [Changelog](https://github.com/sonata-project/SonataCoreBundle/blob/3.x/CHANGELOG.md) - [Commits](https://github.com/sonata-project/SonataCoreBundle/compare/3.8.0...3.17.2) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 263 +++++++------------------------------------------- 2 files changed, 38 insertions(+), 227 deletions(-) mode change 100755 => 100644 composer.json mode change 100755 => 100644 composer.lock diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 index b7ad877..c5c7442 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "sonata-project/classification-bundle": "^3.5", "sonata-project/intl-bundle": "^2.4", "sonata-project/news-bundle": "^3.2", - "sonata-project/core-bundle": "3.8", + "sonata-project/core-bundle": "3.17.2", "sonata-project/block-bundle": "^3.9", "symfony/twig-bundle": "^3.4", "swiftmailer/swiftmailer": "5.4.6", diff --git a/composer.lock b/composer.lock old mode 100755 new mode 100644 index fb0dbe0..06ae3ed --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "27174f64e9c48ab9ca135803412cfe99", + "content-hash": "1feed9b712c6365b78c2d9cf0a8c69b4", "packages": [ { "name": "behat/transliterator", @@ -1027,20 +1027,6 @@ "database", "orm" ], - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine/orm", - "type": "tidelift" - } - ], "time": "2020-03-19T06:41:02+00:00" }, { @@ -1124,20 +1110,6 @@ "orm", "persistence" ], - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence", - "type": "tidelift" - } - ], "time": "2020-03-21T15:13:52+00:00" }, { @@ -2698,12 +2670,6 @@ "laminas", "zf" ], - "funding": [ - { - "url": "https://funding.communitybridge.org/projects/laminas-project", - "type": "community_bridge" - } - ], "time": "2020-04-03T16:01:00+00:00" }, { @@ -4587,46 +4553,57 @@ }, { "name": "sonata-project/core-bundle", - "version": "3.8.0", + "version": "3.17.2", "source": { "type": "git", "url": "https://github.com/sonata-project/SonataCoreBundle.git", - "reference": "8e6bbe11c89a3ce540f3f3ce7c2f231c2f5a2d92" + "reference": "3b1128ba24ee6b42aad016b7e683d2cdc77f8a03" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/8e6bbe11c89a3ce540f3f3ce7c2f231c2f5a2d92", - "reference": "8e6bbe11c89a3ce540f3f3ce7c2f231c2f5a2d92", + "url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/3b1128ba24ee6b42aad016b7e683d2cdc77f8a03", + "reference": "3b1128ba24ee6b42aad016b7e683d2cdc77f8a03", "shasum": "" }, "require": { "cocur/slugify": "^1.4 || ^2.0 || ^3.0", - "php": "^5.6 || ^7.0", + "php": "^7.1", "sonata-project/datagrid-bundle": "^2.0", + "sonata-project/doctrine-extensions": "^1.1", "symfony/config": "^2.8 || ^3.2 || ^4.0", - "symfony/form": "^2.8 || ^3.2 || ^4.0", + "symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0", + "symfony/event-dispatcher": "^2.8 || ^3.2 || ^4.0", + "symfony/form": "^2.8.18 || ^3.2.6 || ^4.0", "symfony/framework-bundle": "^2.8 || ^3.2 || ^4.0", "symfony/http-foundation": "^2.8 || ^3.2 || ^4.0", + "symfony/http-kernel": "^2.8 || ^3.2 || ^4.0", + "symfony/options-resolver": "^2.8 || ^3.2 || ^4.0", "symfony/property-access": "^2.8 || ^3.2 || ^4.0", - "symfony/security": "^2.8 || ^3.2 || ^4.0", + "symfony/security-csrf": "^2.8 || ^3.2 || ^4.0", "symfony/translation": "^2.8 || ^3.2 || ^4.0", "symfony/twig-bridge": "^2.8 || ^3.2 || ^4.0", "symfony/validator": "^2.8 || ^3.2 || ^4.0", "twig/extensions": "^1.5", "twig/twig": "^1.34 || ^2.0" }, + "conflict": { + "sonata-project/exporter": "< 1.11.0" + }, "require-dev": { "doctrine/orm": "^2.4", "doctrine/phpcr-odm": "^1.0", - "friendsofsymfony/rest-bundle": "^1.1 || ^2.0", "jackalope/jackalope-doctrine-dbal": "^1.0", - "jms/serializer-bundle": "0.11 - 0.13 || ^1.0", - "matthiasnoback/symfony-config-test": "^1.1", - "matthiasnoback/symfony-dependency-injection-test": "^0.7", + "jms/serializer-bundle": "^1.0 || ^2.0", + "matthiasnoback/symfony-config-test": "^4.0", + "matthiasnoback/symfony-dependency-injection-test": "^3.1", "nelmio/api-doc-bundle": "^2.11", - "sensio/framework-extra-bundle": "^3.0 || ^4.0 || ^5.0", - "sonata-project/exporter": "^1.3", - "symfony/phpunit-bridge": "^3.3.12 || ^4.0" + "sonata-project/exporter": "^1.11.0 || ^2.0", + "symfony/phpunit-bridge": "^4.3" + }, + "suggest": { + "sonata-project/doctrine-extensions": "Direct replacement for Doctrine behavioral extensions", + "sonata-project/form-extensions": "Direct replacement for Symfony form extensions", + "sonata-project/twig-extensions": "Direct replacement for Twig Extensions" }, "type": "symfony-bundle", "extra": { @@ -4636,7 +4613,10 @@ }, "autoload": { "psr-4": { - "Sonata\\CoreBundle\\": "src/" + "Sonata\\CoreBundle\\": "src/CoreBundle/", + "Sonata\\Form\\": "src/Form/", + "Sonata\\Serializer\\": "src/Serializer/", + "Sonata\\Twig\\": "src/Twig/" } }, "notification-url": "https://packagist.org/downloads/", @@ -4644,21 +4624,21 @@ "MIT" ], "authors": [ - { - "name": "Sonata Community", - "homepage": "https://github.com/sonata-project/SonataCoreBundle/contributors" - }, { "name": "Thomas Rabaix", "email": "thomas.rabaix@sonata-project.org" + }, + { + "name": "Sonata Community", + "homepage": "https://github.com/sonata-project/SonataCoreBundle/contributors" } ], - "description": "Symfony SonataCoreBundle", + "description": "Symfony SonataCoreBundle (abandoned)", "homepage": "https://sonata-project.org/bundles/core", "keywords": [ "sonata" ], - "time": "2017-12-16T18:36:00+00:00" + "time": "2019-11-29T18:32:35+00:00" }, { "name": "sonata-project/datagrid-bundle", @@ -6170,20 +6150,6 @@ ], "description": "Symfony HttpClient component", "homepage": "https://symfony.com", - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], "time": "2020-03-27T16:54:36+00:00" }, { @@ -6303,20 +6269,6 @@ "mime", "mime-type" ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], "time": "2020-03-27T16:54:36+00:00" }, { @@ -6494,20 +6446,6 @@ "polyfill", "portable" ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], "time": "2020-02-27T09:26:54+00:00" }, { @@ -6566,20 +6504,6 @@ "portable", "shim" ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], "time": "2020-02-27T09:26:54+00:00" }, { @@ -6642,20 +6566,6 @@ "portable", "shim" ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], "time": "2020-03-09T19:04:49+00:00" }, { @@ -6715,20 +6625,6 @@ "portable", "shim" ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], "time": "2020-03-09T19:04:49+00:00" }, { @@ -6785,20 +6681,6 @@ "portable", "shim" ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], "time": "2020-03-09T19:04:49+00:00" }, { @@ -6913,20 +6795,6 @@ "portable", "shim" ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], "time": "2020-02-27T09:26:54+00:00" }, { @@ -6985,20 +6853,6 @@ "portable", "shim" ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], "time": "2020-02-27T09:26:54+00:00" }, { @@ -7051,20 +6905,6 @@ "polyfill", "shim" ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], "time": "2020-03-02T11:55:35+00:00" }, { @@ -7399,20 +7239,6 @@ "keywords": [ "framework" ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], "time": "2020-03-30T06:25:29+00:00" }, { @@ -7798,20 +7624,6 @@ ], "description": "Symfony PHPUnit Bridge", "homepage": "https://symfony.com", - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], "time": "2020-03-27T16:54:36+00:00" } ], @@ -7828,6 +7640,5 @@ "platform-dev": [], "platform-overrides": { "php": "7.1.3" - }, - "plugin-api-version": "1.1.0" + } }