From dfe44705d3f9fa7c2ef0774f12a6bff89887687c Mon Sep 17 00:00:00 2001 From: dbarsukov Date: Thu, 15 Apr 2021 15:18:06 +0700 Subject: [PATCH] Added test for doctrine connection issue --- README.md | 26 + composer.lock | 1119 +++++++++++++++++-------------- symfony.lock | 6 + tests/Functional/IssuesCest.php | 35 + 4 files changed, 689 insertions(+), 497 deletions(-) create mode 100644 tests/Functional/IssuesCest.php diff --git a/README.md b/README.md index 83f084c..204288d 100644 --- a/README.md +++ b/README.md @@ -44,3 +44,29 @@ To create [Unit Tests](https://codeception.com/docs/05-UnitTests) or [Acceptance vendor/bin/codecept generate:suite Unit vendor/bin/codecept generate:suite Acceptance ``` + +### Using local code for tests + +Assuming you have the following directory structure: +``` +Codeception/ +├─ module-symfony/ +├─ symfony-module-tests/ +│ ├─ composer.json +│ ├─ composer.lock +``` + +Add code listed below to the composer.json and run `composer update`. +``` +{ + // ... + "repositories": [ + { + "type": "path", + "url": "../module-symfony" + } + ] +} +``` + +Don't forget to revert composer.json and run `composer update` before commit changes. diff --git a/composer.lock b/composer.lock index 105e345..2b62965 100644 --- a/composer.lock +++ b/composer.lock @@ -247,32 +247,32 @@ }, { "name": "doctrine/dbal", - "version": "2.12.1", + "version": "2.13.0", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "adce7a954a1c2f14f85e94aed90c8489af204086" + "reference": "67d56d3203b33db29834e6b2fcdbfdc50535d796" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/adce7a954a1c2f14f85e94aed90c8489af204086", - "reference": "adce7a954a1c2f14f85e94aed90c8489af204086", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/67d56d3203b33db29834e6b2fcdbfdc50535d796", + "reference": "67d56d3203b33db29834e6b2fcdbfdc50535d796", "shasum": "" }, "require": { "doctrine/cache": "^1.0", + "doctrine/deprecations": "^0.5.3", "doctrine/event-manager": "^1.0", "ext-pdo": "*", - "php": "^7.3 || ^8" + "php": "^7.1 || ^8" }, "require-dev": { - "doctrine/coding-standard": "^8.1", - "jetbrains/phpstorm-stubs": "^2019.1", - "phpstan/phpstan": "^0.12.40", - "phpunit/phpunit": "^9.4", - "psalm/plugin-phpunit": "^0.10.0", + "doctrine/coding-standard": "8.2.0", + "jetbrains/phpstorm-stubs": "2020.2", + "phpstan/phpstan": "0.12.81", + "phpunit/phpunit": "^7.5.20|^8.5|9.5.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", - "vimeo/psalm": "^3.17.2" + "vimeo/psalm": "4.6.4" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." @@ -281,11 +281,6 @@ "bin/doctrine-dbal" ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0.x-dev" - } - }, "autoload": { "psr-4": { "Doctrine\\DBAL\\": "lib/Doctrine/DBAL" @@ -338,7 +333,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/2.12.1" + "source": "https://github.com/doctrine/dbal/tree/2.13.0" }, "funding": [ { @@ -354,20 +349,63 @@ "type": "tidelift" } ], - "time": "2020-11-14T20:26:58+00:00" + "time": "2021-03-28T18:10:53+00:00" + }, + { + "name": "doctrine/deprecations", + "version": "v0.5.3", + "source": { + "type": "git", + "url": "https://github.com/doctrine/deprecations.git", + "reference": "9504165960a1f83cc1480e2be1dd0a0478561314" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/9504165960a1f83cc1480e2be1dd0a0478561314", + "reference": "9504165960a1f83cc1480e2be1dd0a0478561314", + "shasum": "" + }, + "require": { + "php": "^7.1|^8.0" + }, + "require-dev": { + "doctrine/coding-standard": "^6.0|^7.0|^8.0", + "phpunit/phpunit": "^7.0|^8.0|^9.0", + "psr/log": "^1.0" + }, + "suggest": { + "psr/log": "Allows logging deprecations via PSR-3 logger implementation" + }, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.", + "homepage": "https://www.doctrine-project.org/", + "support": { + "issues": "https://github.com/doctrine/deprecations/issues", + "source": "https://github.com/doctrine/deprecations/tree/v0.5.3" + }, + "time": "2021-03-21T12:59:47+00:00" }, { "name": "doctrine/doctrine-bundle", - "version": "2.2.3", + "version": "2.3.1", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineBundle.git", - "reference": "015fdd490074d4daa891e2d1df998dc35ba54924" + "reference": "a08bc3b4d8567cdff05e89b272ba1e06e9d71c21" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/015fdd490074d4daa891e2d1df998dc35ba54924", - "reference": "015fdd490074d4daa891e2d1df998dc35ba54924", + "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/a08bc3b4d8567cdff05e89b272ba1e06e9d71c21", + "reference": "a08bc3b4d8567cdff05e89b272ba1e06e9d71c21", "shasum": "" }, "require": { @@ -379,7 +417,7 @@ "symfony/config": "^4.3.3|^5.0", "symfony/console": "^3.4.30|^4.3.3|^5.0", "symfony/dependency-injection": "^4.3.3|^5.0", - "symfony/doctrine-bridge": "^4.3.7|^5.0", + "symfony/doctrine-bridge": "^4.4.7|^5.0", "symfony/framework-bundle": "^3.4.30|^4.3.3|^5.0", "symfony/service-contracts": "^1.1.1|^2.0" }, @@ -392,25 +430,25 @@ "doctrine/orm": "^2.6", "friendsofphp/proxy-manager-lts": "^1.0", "phpunit/phpunit": "^7.5 || ^8.0 || ^9.3", - "symfony/phpunit-bridge": "^4.2", + "psalm/plugin-phpunit": "^0.15.1", + "psalm/plugin-symfony": "^2.2.4", + "symfony/phpunit-bridge": "^5.2", "symfony/property-info": "^4.3.3|^5.0", "symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0", + "symfony/security-bundle": "^4.4|5.0", "symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0", "symfony/validator": "^3.4.30|^4.3.3|^5.0", "symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0", "symfony/yaml": "^3.4.30|^4.3.3|^5.0", - "twig/twig": "^1.34|^2.12|^3.0" + "twig/twig": "^1.34|^2.12|^3.0", + "vimeo/psalm": "^4.7" }, "suggest": { "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", + "ext-pdo": "*", "symfony/web-profiler-bundle": "To use the data collector." }, "type": "symfony-bundle", - "extra": { - "branch-alias": { - "dev-master": "2.3.x-dev" - } - }, "autoload": { "psr-4": { "Doctrine\\Bundle\\DoctrineBundle\\": "" @@ -448,7 +486,7 @@ ], "support": { "issues": "https://github.com/doctrine/DoctrineBundle/issues", - "source": "https://github.com/doctrine/DoctrineBundle/tree/2.2.3" + "source": "https://github.com/doctrine/DoctrineBundle/tree/2.3.1" }, "funding": [ { @@ -464,7 +502,7 @@ "type": "tidelift" } ], - "time": "2021-01-19T20:29:53+00:00" + "time": "2021-04-05T14:21:02+00:00" }, { "name": "doctrine/event-manager", @@ -783,16 +821,16 @@ }, { "name": "egulias/email-validator", - "version": "3.1.0", + "version": "3.1.1", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "62c3b73c581c834885acf6e120b412b76acc495a" + "reference": "c81f18a3efb941d8c4d2e025f6183b5c6d697307" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/62c3b73c581c834885acf6e120b412b76acc495a", - "reference": "62c3b73c581c834885acf6e120b412b76acc495a", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/c81f18a3efb941d8c4d2e025f6183b5c6d697307", + "reference": "c81f18a3efb941d8c4d2e025f6183b5c6d697307", "shasum": "" }, "require": { @@ -839,7 +877,7 @@ ], "support": { "issues": "https://github.com/egulias/EmailValidator/issues", - "source": "https://github.com/egulias/EmailValidator/tree/3.1.0" + "source": "https://github.com/egulias/EmailValidator/tree/3.1.1" }, "funding": [ { @@ -847,7 +885,7 @@ "type": "github" } ], - "time": "2021-03-07T14:33:28+00:00" + "time": "2021-04-01T18:37:14+00:00" }, { "name": "monolog/monolog", @@ -1144,16 +1182,16 @@ }, { "name": "sensio/framework-extra-bundle", - "version": "v6.1.1", + "version": "v6.1.2", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", - "reference": "8ef75e99f20332f2725587896364f7079b53de95" + "reference": "676262b7a65a1033befbcf59e180d072df7504b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/8ef75e99f20332f2725587896364f7079b53de95", - "reference": "8ef75e99f20332f2725587896364f7079b53de95", + "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/676262b7a65a1033befbcf59e180d072df7504b6", + "reference": "676262b7a65a1033befbcf59e180d072df7504b6", "shasum": "" }, "require": { @@ -1216,9 +1254,9 @@ ], "support": { "issues": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/issues", - "source": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/tree/v6.1.1" + "source": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/tree/v6.1.2" }, - "time": "2021-02-23T11:50:58+00:00" + "time": "2021-04-09T16:14:11+00:00" }, { "name": "symfony/apache-pack", @@ -1248,16 +1286,16 @@ }, { "name": "symfony/cache", - "version": "v5.2.4", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "d15fb2576cdbe2c40d7c851e62f85b0faff3dd3d" + "reference": "093d69bb10c959553c8beb828b8d4ea250a247dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/d15fb2576cdbe2c40d7c851e62f85b0faff3dd3d", - "reference": "d15fb2576cdbe2c40d7c851e62f85b0faff3dd3d", + "url": "https://api.github.com/repos/symfony/cache/zipball/093d69bb10c959553c8beb828b8d4ea250a247dd", + "reference": "093d69bb10c959553c8beb828b8d4ea250a247dd", "shasum": "" }, "require": { @@ -1323,7 +1361,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v5.2.4" + "source": "https://github.com/symfony/cache/tree/v5.2.6" }, "funding": [ { @@ -1339,7 +1377,7 @@ "type": "tidelift" } ], - "time": "2021-02-25T23:54:56+00:00" + "time": "2021-03-16T09:10:13+00:00" }, { "name": "symfony/cache-contracts", @@ -1500,16 +1538,16 @@ }, { "name": "symfony/console", - "version": "v5.2.5", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "938ebbadae1b0a9c9d1ec313f87f9708609f1b79" + "reference": "35f039df40a3b335ebf310f244cb242b3a83ac8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/938ebbadae1b0a9c9d1ec313f87f9708609f1b79", - "reference": "938ebbadae1b0a9c9d1ec313f87f9708609f1b79", + "url": "https://api.github.com/repos/symfony/console/zipball/35f039df40a3b335ebf310f244cb242b3a83ac8d", + "reference": "35f039df40a3b335ebf310f244cb242b3a83ac8d", "shasum": "" }, "require": { @@ -1577,7 +1615,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v5.2.5" + "source": "https://github.com/symfony/console/tree/v5.2.6" }, "funding": [ { @@ -1593,20 +1631,20 @@ "type": "tidelift" } ], - "time": "2021-03-06T13:42:15+00:00" + "time": "2021-03-28T09:42:18+00:00" }, { "name": "symfony/dependency-injection", - "version": "v5.2.5", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "be0c7926f5729b15e4e79fd2bf917cac584b1970" + "reference": "1e66194bed2a69fa395d26bf1067e5e34483afac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/be0c7926f5729b15e4e79fd2bf917cac584b1970", - "reference": "be0c7926f5729b15e4e79fd2bf917cac584b1970", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/1e66194bed2a69fa395d26bf1067e5e34483afac", + "reference": "1e66194bed2a69fa395d26bf1067e5e34483afac", "shasum": "" }, "require": { @@ -1664,7 +1702,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v5.2.5" + "source": "https://github.com/symfony/dependency-injection/tree/v5.2.6" }, "funding": [ { @@ -1680,7 +1718,7 @@ "type": "tidelift" } ], - "time": "2021-03-05T20:13:41+00:00" + "time": "2021-03-22T11:10:24+00:00" }, { "name": "symfony/deprecation-contracts", @@ -1751,16 +1789,16 @@ }, { "name": "symfony/doctrine-bridge", - "version": "v5.2.5", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-bridge.git", - "reference": "9e2c53f3e8f8a6ccecd80de5c2c8b71beeca7fc8" + "reference": "72b6d743c6108e2b8d15ab94e1a8a224c4d0d144" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/9e2c53f3e8f8a6ccecd80de5c2c8b71beeca7fc8", - "reference": "9e2c53f3e8f8a6ccecd80de5c2c8b71beeca7fc8", + "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/72b6d743c6108e2b8d15ab94e1a8a224c4d0d144", + "reference": "72b6d743c6108e2b8d15ab94e1a8a224c4d0d144", "shasum": "" }, "require": { @@ -1845,7 +1883,7 @@ "description": "Provides integration for Doctrine with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/doctrine-bridge/tree/v5.2.5" + "source": "https://github.com/symfony/doctrine-bridge/tree/v5.2.6" }, "funding": [ { @@ -1861,7 +1899,7 @@ "type": "tidelift" } ], - "time": "2021-03-06T13:35:24+00:00" + "time": "2021-03-10T22:10:15+00:00" }, { "name": "symfony/dotenv", @@ -1935,16 +1973,16 @@ }, { "name": "symfony/error-handler", - "version": "v5.2.4", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "b547d3babcab5c31e01de59ee33e9d9c1421d7d0" + "reference": "bdb7fb4188da7f4211e4b88350ba0dfdad002b03" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/b547d3babcab5c31e01de59ee33e9d9c1421d7d0", - "reference": "b547d3babcab5c31e01de59ee33e9d9c1421d7d0", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/bdb7fb4188da7f4211e4b88350ba0dfdad002b03", + "reference": "bdb7fb4188da7f4211e4b88350ba0dfdad002b03", "shasum": "" }, "require": { @@ -1984,7 +2022,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v5.2.4" + "source": "https://github.com/symfony/error-handler/tree/v5.2.6" }, "funding": [ { @@ -2000,7 +2038,7 @@ "type": "tidelift" } ], - "time": "2021-02-11T08:21:20+00:00" + "time": "2021-03-16T09:07:47+00:00" }, { "name": "symfony/event-dispatcher", @@ -2168,16 +2206,16 @@ }, { "name": "symfony/filesystem", - "version": "v5.2.4", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "710d364200997a5afde34d9fe57bd52f3cc1e108" + "reference": "8c86a82f51658188119e62cff0a050a12d09836f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/710d364200997a5afde34d9fe57bd52f3cc1e108", - "reference": "710d364200997a5afde34d9fe57bd52f3cc1e108", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/8c86a82f51658188119e62cff0a050a12d09836f", + "reference": "8c86a82f51658188119e62cff0a050a12d09836f", "shasum": "" }, "require": { @@ -2210,7 +2248,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v5.2.4" + "source": "https://github.com/symfony/filesystem/tree/v5.2.6" }, "funding": [ { @@ -2226,7 +2264,7 @@ "type": "tidelift" } ], - "time": "2021-02-12T10:38:38+00:00" + "time": "2021-03-28T14:30:26+00:00" }, { "name": "symfony/finder", @@ -2359,16 +2397,16 @@ }, { "name": "symfony/form", - "version": "v5.2.5", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/form.git", - "reference": "66fecedebe5c5fc6dc9553e8f311342ac711ed3a" + "reference": "40fbaed8d4238e37fdd1fecce8e0678a3eb0e48b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/form/zipball/66fecedebe5c5fc6dc9553e8f311342ac711ed3a", - "reference": "66fecedebe5c5fc6dc9553e8f311342ac711ed3a", + "url": "https://api.github.com/repos/symfony/form/zipball/40fbaed8d4238e37fdd1fecce8e0678a3eb0e48b", + "reference": "40fbaed8d4238e37fdd1fecce8e0678a3eb0e48b", "shasum": "" }, "require": { @@ -2440,7 +2478,7 @@ "description": "Allows to easily create, process and reuse HTML forms", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/form/tree/v5.2.5" + "source": "https://github.com/symfony/form/tree/v5.2.6" }, "funding": [ { @@ -2456,20 +2494,20 @@ "type": "tidelift" } ], - "time": "2021-03-07T15:51:33+00:00" + "time": "2021-03-28T09:59:03+00:00" }, { "name": "symfony/framework-bundle", - "version": "v5.2.5", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/framework-bundle.git", - "reference": "4dae531503072a57cf26f7f4beb4c3ef8a061f8f" + "reference": "8889da18c6faa76c6149a90e6542be4afe723f2f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/4dae531503072a57cf26f7f4beb4c3ef8a061f8f", - "reference": "4dae531503072a57cf26f7f4beb4c3ef8a061f8f", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/8889da18c6faa76c6149a90e6542be4afe723f2f", + "reference": "8889da18c6faa76c6149a90e6542be4afe723f2f", "shasum": "" }, "require": { @@ -2589,7 +2627,7 @@ "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/framework-bundle/tree/v5.2.5" + "source": "https://github.com/symfony/framework-bundle/tree/v5.2.6" }, "funding": [ { @@ -2605,7 +2643,7 @@ "type": "tidelift" } ], - "time": "2021-03-09T08:47:49+00:00" + "time": "2021-03-22T14:43:01+00:00" }, { "name": "symfony/http-client-contracts", @@ -2761,16 +2799,16 @@ }, { "name": "symfony/http-kernel", - "version": "v5.2.5", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "b8c63ef63c2364e174c3b3e0ba0bf83455f97f73" + "reference": "f34de4c61ca46df73857f7f36b9a3805bdd7e3b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/b8c63ef63c2364e174c3b3e0ba0bf83455f97f73", - "reference": "b8c63ef63c2364e174c3b3e0ba0bf83455f97f73", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/f34de4c61ca46df73857f7f36b9a3805bdd7e3b2", + "reference": "f34de4c61ca46df73857f7f36b9a3805bdd7e3b2", "shasum": "" }, "require": { @@ -2853,7 +2891,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v5.2.5" + "source": "https://github.com/symfony/http-kernel/tree/v5.2.6" }, "funding": [ { @@ -2869,7 +2907,7 @@ "type": "tidelift" } ], - "time": "2021-03-10T17:07:35+00:00" + "time": "2021-03-29T05:16:58+00:00" }, { "name": "symfony/intl", @@ -2961,16 +2999,16 @@ }, { "name": "symfony/mailer", - "version": "v5.2.5", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "9cc469d0ca8fe0e7d46089bdb06793259817f2c9" + "reference": "04475b8368b6c7a559581ee8a0650c919ec79274" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/9cc469d0ca8fe0e7d46089bdb06793259817f2c9", - "reference": "9cc469d0ca8fe0e7d46089bdb06793259817f2c9", + "url": "https://api.github.com/repos/symfony/mailer/zipball/04475b8368b6c7a559581ee8a0650c919ec79274", + "reference": "04475b8368b6c7a559581ee8a0650c919ec79274", "shasum": "" }, "require": { @@ -2978,7 +3016,7 @@ "php": ">=7.2.5", "psr/log": "~1.0", "symfony/event-dispatcher": "^4.4|^5.0", - "symfony/mime": "^5.2", + "symfony/mime": "^5.2.6", "symfony/polyfill-php80": "^1.15", "symfony/service-contracts": "^1.1|^2" }, @@ -3022,7 +3060,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v5.2.5" + "source": "https://github.com/symfony/mailer/tree/v5.2.6" }, "funding": [ { @@ -3038,20 +3076,20 @@ "type": "tidelift" } ], - "time": "2021-03-07T16:08:20+00:00" + "time": "2021-03-12T13:18:39+00:00" }, { "name": "symfony/mime", - "version": "v5.2.5", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "554ba128f1955038b45db5e1fa7e93bfc683b139" + "reference": "1b2092244374cbe48ae733673f2ca0818b37197b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/554ba128f1955038b45db5e1fa7e93bfc683b139", - "reference": "554ba128f1955038b45db5e1fa7e93bfc683b139", + "url": "https://api.github.com/repos/symfony/mime/zipball/1b2092244374cbe48ae733673f2ca0818b37197b", + "reference": "1b2092244374cbe48ae733673f2ca0818b37197b", "shasum": "" }, "require": { @@ -3105,7 +3143,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v5.2.5" + "source": "https://github.com/symfony/mime/tree/v5.2.6" }, "funding": [ { @@ -3121,7 +3159,7 @@ "type": "tidelift" } ], - "time": "2021-03-07T16:08:20+00:00" + "time": "2021-03-12T13:18:39+00:00" }, { "name": "symfony/monolog-bridge", @@ -3207,30 +3245,30 @@ }, { "name": "symfony/monolog-bundle", - "version": "v3.6.0", + "version": "v3.7.0", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bundle.git", - "reference": "e495f5c7e4e672ffef4357d4a4d85f010802f940" + "reference": "4054b2e940a25195ae15f0a49ab0c51718922eb4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e495f5c7e4e672ffef4357d4a4d85f010802f940", - "reference": "e495f5c7e4e672ffef4357d4a4d85f010802f940", + "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/4054b2e940a25195ae15f0a49ab0c51718922eb4", + "reference": "4054b2e940a25195ae15f0a49ab0c51718922eb4", "shasum": "" }, "require": { "monolog/monolog": "~1.22 || ~2.0", - "php": ">=5.6", - "symfony/config": "~3.4 || ~4.0 || ^5.0", - "symfony/dependency-injection": "~3.4.10 || ^4.0.10 || ^5.0", - "symfony/http-kernel": "~3.4 || ~4.0 || ^5.0", - "symfony/monolog-bridge": "~3.4 || ~4.0 || ^5.0" + "php": ">=7.1.3", + "symfony/config": "~4.4 || ^5.0", + "symfony/dependency-injection": "^4.4 || ^5.0", + "symfony/http-kernel": "~4.4 || ^5.0", + "symfony/monolog-bridge": "~4.4 || ^5.0" }, "require-dev": { - "symfony/console": "~3.4 || ~4.0 || ^5.0", - "symfony/phpunit-bridge": "^4.4 || ^5.0", - "symfony/yaml": "~3.4 || ~4.0 || ^5.0" + "symfony/console": "~4.4 || ^5.0", + "symfony/phpunit-bridge": "^5.1", + "symfony/yaml": "~4.4 || ^5.0" }, "type": "symfony-bundle", "extra": { @@ -3257,18 +3295,18 @@ }, { "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" + "homepage": "https://symfony.com/contributors" } ], "description": "Symfony MonologBundle", - "homepage": "http://symfony.com", + "homepage": "https://symfony.com", "keywords": [ "log", "logging" ], "support": { "issues": "https://github.com/symfony/monolog-bundle/issues", - "source": "https://github.com/symfony/monolog-bundle/tree/v3.6.0" + "source": "https://github.com/symfony/monolog-bundle/tree/v3.7.0" }, "funding": [ { @@ -3284,7 +3322,7 @@ "type": "tidelift" } ], - "time": "2020-10-06T15:12:11+00:00" + "time": "2021-03-31T07:20:47+00:00" }, { "name": "symfony/options-resolver", @@ -4109,16 +4147,16 @@ }, { "name": "symfony/routing", - "version": "v5.2.4", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "cafa138128dfd6ab6be1abf6279169957b34f662" + "reference": "31fba555f178afd04d54fd26953501b2c3f0c6e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/cafa138128dfd6ab6be1abf6279169957b34f662", - "reference": "cafa138128dfd6ab6be1abf6279169957b34f662", + "url": "https://api.github.com/repos/symfony/routing/zipball/31fba555f178afd04d54fd26953501b2c3f0c6e6", + "reference": "31fba555f178afd04d54fd26953501b2c3f0c6e6", "shasum": "" }, "require": { @@ -4179,7 +4217,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v5.2.4" + "source": "https://github.com/symfony/routing/tree/v5.2.6" }, "funding": [ { @@ -4195,20 +4233,20 @@ "type": "tidelift" } ], - "time": "2021-02-22T15:48:39+00:00" + "time": "2021-03-14T13:53:33+00:00" }, { "name": "symfony/security-bundle", - "version": "v5.2.5", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/security-bundle.git", - "reference": "e6b7c0cc8f0ef361c7dd5cb8d048863addea26e5" + "reference": "26550782d6e6db6fbfd7702ae0ccef7964c3535d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-bundle/zipball/e6b7c0cc8f0ef361c7dd5cb8d048863addea26e5", - "reference": "e6b7c0cc8f0ef361c7dd5cb8d048863addea26e5", + "url": "https://api.github.com/repos/symfony/security-bundle/zipball/26550782d6e6db6fbfd7702ae0ccef7964c3535d", + "reference": "26550782d6e6db6fbfd7702ae0ccef7964c3535d", "shasum": "" }, "require": { @@ -4278,7 +4316,7 @@ "description": "Provides a tight integration of the Security component into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-bundle/tree/v5.2.5" + "source": "https://github.com/symfony/security-bundle/tree/v5.2.6" }, "funding": [ { @@ -4294,20 +4332,20 @@ "type": "tidelift" } ], - "time": "2021-03-06T07:59:01+00:00" + "time": "2021-03-23T12:45:44+00:00" }, { "name": "symfony/security-core", - "version": "v5.2.5", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/security-core.git", - "reference": "688b21a293a7e4168e8e493a97625ac24280629f" + "reference": "9dcedab1c2c637fc9a377b3a9313a61087609760" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-core/zipball/688b21a293a7e4168e8e493a97625ac24280629f", - "reference": "688b21a293a7e4168e8e493a97625ac24280629f", + "url": "https://api.github.com/repos/symfony/security-core/zipball/9dcedab1c2c637fc9a377b3a9313a61087609760", + "reference": "9dcedab1c2c637fc9a377b3a9313a61087609760", "shasum": "" }, "require": { @@ -4367,7 +4405,7 @@ "description": "Symfony Security Component - Core Library", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-core/tree/v5.2.5" + "source": "https://github.com/symfony/security-core/tree/v5.2.6" }, "funding": [ { @@ -4383,7 +4421,7 @@ "type": "tidelift" } ], - "time": "2021-03-07T15:51:33+00:00" + "time": "2021-03-10T22:10:15+00:00" }, { "name": "symfony/security-csrf", @@ -4525,16 +4563,16 @@ }, { "name": "symfony/security-http", - "version": "v5.2.5", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/security-http.git", - "reference": "e7947dac6e632b40aea74f6f556c75761d1ab1e6" + "reference": "a4b3d122ee0c263850ca1ed620faa1b3a8e7584b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-http/zipball/e7947dac6e632b40aea74f6f556c75761d1ab1e6", - "reference": "e7947dac6e632b40aea74f6f556c75761d1ab1e6", + "url": "https://api.github.com/repos/symfony/security-http/zipball/a4b3d122ee0c263850ca1ed620faa1b3a8e7584b", + "reference": "a4b3d122ee0c263850ca1ed620faa1b3a8e7584b", "shasum": "" }, "require": { @@ -4588,7 +4626,7 @@ "description": "Symfony Security Component - HTTP Integration", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-http/tree/v5.2.5" + "source": "https://github.com/symfony/security-http/tree/v5.2.6" }, "funding": [ { @@ -4604,7 +4642,7 @@ "type": "tidelift" } ], - "time": "2021-03-06T13:47:01+00:00" + "time": "2021-03-28T17:23:00+00:00" }, { "name": "symfony/service-contracts", @@ -4687,16 +4725,16 @@ }, { "name": "symfony/string", - "version": "v5.2.4", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "4e78d7d47061fa183639927ec40d607973699609" + "reference": "ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/4e78d7d47061fa183639927ec40d607973699609", - "reference": "4e78d7d47061fa183639927ec40d607973699609", + "url": "https://api.github.com/repos/symfony/string/zipball/ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572", + "reference": "ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572", "shasum": "" }, "require": { @@ -4750,7 +4788,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v5.2.4" + "source": "https://github.com/symfony/string/tree/v5.2.6" }, "funding": [ { @@ -4766,20 +4804,20 @@ "type": "tidelift" } ], - "time": "2021-02-16T10:20:28+00:00" + "time": "2021-03-17T17:12:15+00:00" }, { "name": "symfony/translation", - "version": "v5.2.5", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "0947ab1e3aabd22a6bef393874b2555d2bb976da" + "reference": "2cc7f45d96db9adfcf89adf4401d9dfed509f4e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/0947ab1e3aabd22a6bef393874b2555d2bb976da", - "reference": "0947ab1e3aabd22a6bef393874b2555d2bb976da", + "url": "https://api.github.com/repos/symfony/translation/zipball/2cc7f45d96db9adfcf89adf4401d9dfed509f4e1", + "reference": "2cc7f45d96db9adfcf89adf4401d9dfed509f4e1", "shasum": "" }, "require": { @@ -4843,7 +4881,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v5.2.5" + "source": "https://github.com/symfony/translation/tree/v5.2.6" }, "funding": [ { @@ -4859,7 +4897,7 @@ "type": "tidelift" } ], - "time": "2021-03-06T07:59:01+00:00" + "time": "2021-03-23T19:33:48+00:00" }, { "name": "symfony/translation-contracts", @@ -4941,16 +4979,16 @@ }, { "name": "symfony/validator", - "version": "v5.2.5", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "456a3d95947e99c4c70e64c09833eed56095086c" + "reference": "67354644f9baba3cc122134c255b7461b7e0fe31" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/456a3d95947e99c4c70e64c09833eed56095086c", - "reference": "456a3d95947e99c4c70e64c09833eed56095086c", + "url": "https://api.github.com/repos/symfony/validator/zipball/67354644f9baba3cc122134c255b7461b7e0fe31", + "reference": "67354644f9baba3cc122134c255b7461b7e0fe31", "shasum": "" }, "require": { @@ -5032,7 +5070,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v5.2.5" + "source": "https://github.com/symfony/validator/tree/v5.2.6" }, "funding": [ { @@ -5048,20 +5086,20 @@ "type": "tidelift" } ], - "time": "2021-03-08T13:20:18+00:00" + "time": "2021-03-23T12:45:44+00:00" }, { "name": "symfony/var-dumper", - "version": "v5.2.5", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "002ab5a36702adf0c9a11e6d8836623253e9045e" + "reference": "89412a68ea2e675b4e44f260a5666729f77f668e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/002ab5a36702adf0c9a11e6d8836623253e9045e", - "reference": "002ab5a36702adf0c9a11e6d8836623253e9045e", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/89412a68ea2e675b4e44f260a5666729f77f668e", + "reference": "89412a68ea2e675b4e44f260a5666729f77f668e", "shasum": "" }, "require": { @@ -5120,7 +5158,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.2.5" + "source": "https://github.com/symfony/var-dumper/tree/v5.2.6" }, "funding": [ { @@ -5136,7 +5174,7 @@ "type": "tidelift" } ], - "time": "2021-03-06T07:59:01+00:00" + "time": "2021-03-28T09:42:18+00:00" }, { "name": "symfony/var-exporter", @@ -5379,16 +5417,16 @@ }, { "name": "amphp/byte-stream", - "version": "v1.8.0", + "version": "v1.8.1", "source": { "type": "git", "url": "https://github.com/amphp/byte-stream.git", - "reference": "f0c20cf598a958ba2aa8c6e5a71c697d652c7088" + "reference": "acbd8002b3536485c997c4e019206b3f10ca15bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/amphp/byte-stream/zipball/f0c20cf598a958ba2aa8c6e5a71c697d652c7088", - "reference": "f0c20cf598a958ba2aa8c6e5a71c697d652c7088", + "url": "https://api.github.com/repos/amphp/byte-stream/zipball/acbd8002b3536485c997c4e019206b3f10ca15bd", + "reference": "acbd8002b3536485c997c4e019206b3f10ca15bd", "shasum": "" }, "require": { @@ -5444,9 +5482,15 @@ "support": { "irc": "irc://irc.freenode.org/amphp", "issues": "https://github.com/amphp/byte-stream/issues", - "source": "https://github.com/amphp/byte-stream/tree/master" + "source": "https://github.com/amphp/byte-stream/tree/v1.8.1" }, - "time": "2020-06-29T18:35:05+00:00" + "funding": [ + { + "url": "https://github.com/amphp", + "type": "github" + } + ], + "time": "2021-03-30T17:13:30+00:00" }, { "name": "behat/gherkin", @@ -5514,16 +5558,16 @@ }, { "name": "codeception/codeception", - "version": "4.1.18", + "version": "4.1.20", "source": { "type": "git", "url": "https://github.com/Codeception/Codeception.git", - "reference": "f47547bac347dfb5ea5351ff91148cbcc08e6818" + "reference": "d8b16e13e1781dbc3a7ae8292117d520c89a9c5a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/Codeception/zipball/f47547bac347dfb5ea5351ff91148cbcc08e6818", - "reference": "f47547bac347dfb5ea5351ff91148cbcc08e6818", + "url": "https://api.github.com/repos/Codeception/Codeception/zipball/d8b16e13e1781dbc3a7ae8292117d520c89a9c5a", + "reference": "d8b16e13e1781dbc3a7ae8292117d520c89a9c5a", "shasum": "" }, "require": { @@ -5597,7 +5641,7 @@ ], "support": { "issues": "https://github.com/Codeception/Codeception/issues", - "source": "https://github.com/Codeception/Codeception/tree/4.1.18" + "source": "https://github.com/Codeception/Codeception/tree/4.1.20" }, "funding": [ { @@ -5605,7 +5649,7 @@ "type": "open_collective" } ], - "time": "2021-02-23T17:11:42+00:00" + "time": "2021-04-02T16:41:51+00:00" }, { "name": "codeception/lib-asserts", @@ -5663,16 +5707,16 @@ }, { "name": "codeception/lib-innerbrowser", - "version": "1.4.1", + "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/Codeception/lib-innerbrowser.git", - "reference": "693e116f81ef98eae98c43ef785a726faf87394e" + "reference": "4ffb91c18e4cacd073ff2914c07e5ccaf5efe449" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/lib-innerbrowser/zipball/693e116f81ef98eae98c43ef785a726faf87394e", - "reference": "693e116f81ef98eae98c43ef785a726faf87394e", + "url": "https://api.github.com/repos/Codeception/lib-innerbrowser/zipball/4ffb91c18e4cacd073ff2914c07e5ccaf5efe449", + "reference": "4ffb91c18e4cacd073ff2914c07e5ccaf5efe449", "shasum": "" }, "require": { @@ -5717,9 +5761,9 @@ ], "support": { "issues": "https://github.com/Codeception/lib-innerbrowser/issues", - "source": "https://github.com/Codeception/lib-innerbrowser/tree/1.4.1" + "source": "https://github.com/Codeception/lib-innerbrowser/tree/1.4.2" }, - "time": "2021-03-02T08:01:54+00:00" + "time": "2021-04-06T05:26:49+00:00" }, { "name": "codeception/module-asserts", @@ -5898,12 +5942,12 @@ "source": { "type": "git", "url": "https://github.com/Codeception/module-symfony.git", - "reference": "42dda3c549a2ef42e41206cbe3831d12fd74e958" + "reference": "0460f39ea37dcc0e0b24190ac9a42497a1992f56" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/module-symfony/zipball/42dda3c549a2ef42e41206cbe3831d12fd74e958", - "reference": "42dda3c549a2ef42e41206cbe3831d12fd74e958", + "url": "https://api.github.com/repos/Codeception/module-symfony/zipball/0460f39ea37dcc0e0b24190ac9a42497a1992f56", + "reference": "0460f39ea37dcc0e0b24190ac9a42497a1992f56", "shasum": "" }, "require": { @@ -5949,9 +5993,9 @@ ], "support": { "issues": "https://github.com/Codeception/module-symfony/issues", - "source": "https://github.com/Codeception/module-symfony/tree/2.0.0" + "source": "https://github.com/Codeception/module-symfony/tree/master" }, - "time": "2021-02-10T09:49:37+00:00" + "time": "2021-04-15T10:53:59+00:00" }, { "name": "codeception/phpunit-wrapper", @@ -6192,16 +6236,16 @@ }, { "name": "composer/xdebug-handler", - "version": "1.4.5", + "version": "1.4.6", "source": { "type": "git", "url": "https://github.com/composer/xdebug-handler.git", - "reference": "f28d44c286812c714741478d968104c5e604a1d4" + "reference": "f27e06cd9675801df441b3656569b328e04aa37c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f28d44c286812c714741478d968104c5e604a1d4", - "reference": "f28d44c286812c714741478d968104c5e604a1d4", + "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f27e06cd9675801df441b3656569b328e04aa37c", + "reference": "f27e06cd9675801df441b3656569b328e04aa37c", "shasum": "" }, "require": { @@ -6209,7 +6253,8 @@ "psr/log": "^1.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8" + "phpstan/phpstan": "^0.12.55", + "symfony/phpunit-bridge": "^4.2 || ^5" }, "type": "library", "autoload": { @@ -6235,7 +6280,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/xdebug-handler/issues", - "source": "https://github.com/composer/xdebug-handler/tree/1.4.5" + "source": "https://github.com/composer/xdebug-handler/tree/1.4.6" }, "funding": [ { @@ -6251,7 +6296,7 @@ "type": "tidelift" } ], - "time": "2020-11-13T08:04:11+00:00" + "time": "2021-03-25T17:01:18+00:00" }, { "name": "dnoegel/php-xdg-base-dir", @@ -6292,16 +6337,16 @@ }, { "name": "doctrine/common", - "version": "3.1.1", + "version": "3.1.2", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", - "reference": "2afde5a9844126bc311cd5f548b5475e75f800d3" + "reference": "a036d90c303f3163b5be8b8fde9b6755b2be4a3a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/common/zipball/2afde5a9844126bc311cd5f548b5475e75f800d3", - "reference": "2afde5a9844126bc311cd5f548b5475e75f800d3", + "url": "https://api.github.com/repos/doctrine/common/zipball/a036d90c303f3163b5be8b8fde9b6755b2be4a3a", + "reference": "a036d90c303f3163b5be8b8fde9b6755b2be4a3a", "shasum": "" }, "require": { @@ -6314,7 +6359,8 @@ "phpstan/phpstan-phpunit": "^0.12", "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0", "squizlabs/php_codesniffer": "^3.0", - "symfony/phpunit-bridge": "^4.0.5" + "symfony/phpunit-bridge": "^4.0.5", + "vimeo/psalm": "^4.4" }, "type": "library", "autoload": { @@ -6361,7 +6407,7 @@ ], "support": { "issues": "https://github.com/doctrine/common/issues", - "source": "https://github.com/doctrine/common/tree/3.1.1" + "source": "https://github.com/doctrine/common/tree/3.1.2" }, "funding": [ { @@ -6377,7 +6423,7 @@ "type": "tidelift" } ], - "time": "2021-01-20T19:58:05+00:00" + "time": "2021-02-10T20:18:51+00:00" }, { "name": "doctrine/data-fixtures", @@ -6703,16 +6749,16 @@ }, { "name": "doctrine/orm", - "version": "2.8.2", + "version": "2.8.4", "source": { "type": "git", "url": "https://github.com/doctrine/orm.git", - "reference": "ebae57eb9637acd8252b398df3121b120688ed5c" + "reference": "a588555ecd837b8d7e89355d9a13902e54d529c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/orm/zipball/ebae57eb9637acd8252b398df3121b120688ed5c", - "reference": "ebae57eb9637acd8252b398df3121b120688ed5c", + "url": "https://api.github.com/repos/doctrine/orm/zipball/a588555ecd837b8d7e89355d9a13902e54d529c7", + "reference": "a588555ecd837b8d7e89355d9a13902e54d529c7", "shasum": "" }, "require": { @@ -6745,11 +6791,6 @@ "bin/doctrine" ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.7.x-dev" - } - }, "autoload": { "psr-4": { "Doctrine\\ORM\\": "lib/Doctrine/ORM" @@ -6789,26 +6830,28 @@ ], "support": { "issues": "https://github.com/doctrine/orm/issues", - "source": "https://github.com/doctrine/orm/tree/2.8.2" + "source": "https://github.com/doctrine/orm/tree/2.8.4" }, - "time": "2021-02-16T22:10:18+00:00" + "time": "2021-04-05T18:38:36+00:00" }, { "name": "fakerphp/faker", - "version": "v1.13.0", + "version": "v1.14.1", "source": { "type": "git", "url": "https://github.com/FakerPHP/Faker.git", - "reference": "ab3f5364d01f2c2c16113442fb987d26e4004913" + "reference": "ed22aee8d17c7b396f74a58b1e7fefa4f90d5ef1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/ab3f5364d01f2c2c16113442fb987d26e4004913", - "reference": "ab3f5364d01f2c2c16113442fb987d26e4004913", + "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/ed22aee8d17c7b396f74a58b1e7fefa4f90d5ef1", + "reference": "ed22aee8d17c7b396f74a58b1e7fefa4f90d5ef1", "shasum": "" }, "require": { - "php": "^7.1 || ^8.0" + "php": "^7.1 || ^8.0", + "psr/container": "^1.0", + "symfony/deprecation-contracts": "^2.2" }, "conflict": { "fzaninotto/faker": "*" @@ -6816,9 +6859,20 @@ "require-dev": { "bamarni/composer-bin-plugin": "^1.4.1", "ext-intl": "*", - "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.4.2" + "symfony/phpunit-bridge": "^4.4 || ^5.2" + }, + "suggest": { + "ext-curl": "Required by Faker\\Provider\\Image to download images.", + "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.", + "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.", + "ext-mbstring": "Required for multibyte Unicode string functionality." }, "type": "library", + "extra": { + "branch-alias": { + "dev-main": "v1.15-dev" + } + }, "autoload": { "psr-4": { "Faker\\": "src/Faker/" @@ -6841,9 +6895,9 @@ ], "support": { "issues": "https://github.com/FakerPHP/Faker/issues", - "source": "https://github.com/FakerPHP/Faker/tree/v1.13.0" + "source": "https://github.com/FakerPHP/Faker/tree/v.1.14.1" }, - "time": "2020-12-18T16:50:48+00:00" + "time": "2021-03-30T06:27:33+00:00" }, { "name": "felixfbecker/advanced-json-rpc", @@ -6948,16 +7002,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v2.18.3", + "version": "v2.18.5", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "ab99202fccff2a9f97592fbe1b5c76dd06df3513" + "reference": "e0f6d05c8b157f50029ca6c65c19ed2694f475bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/ab99202fccff2a9f97592fbe1b5c76dd06df3513", - "reference": "ab99202fccff2a9f97592fbe1b5c76dd06df3513", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/e0f6d05c8b157f50029ca6c65c19ed2694f475bf", + "reference": "e0f6d05c8b157f50029ca6c65c19ed2694f475bf", "shasum": "" }, "require": { @@ -7040,7 +7094,7 @@ "description": "A tool to automatically fix PHP code style", "support": { "issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues", - "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.18.3" + "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.18.5" }, "funding": [ { @@ -7048,26 +7102,26 @@ "type": "github" } ], - "time": "2021-03-10T19:39:05+00:00" + "time": "2021-04-06T18:37:33+00:00" }, { "name": "guzzlehttp/guzzle", - "version": "7.2.0", + "version": "7.3.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79" + "reference": "7008573787b430c1c1f650e3722d9bba59967628" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/0aa74dfb41ae110835923ef10a9d803a22d50e79", - "reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7008573787b430c1c1f650e3722d9bba59967628", + "reference": "7008573787b430c1c1f650e3722d9bba59967628", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^1.4", - "guzzlehttp/psr7": "^1.7", + "guzzlehttp/psr7": "^1.7 || ^2.0", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0" }, @@ -7075,6 +7129,7 @@ "psr/http-client-implementation": "1.0" }, "require-dev": { + "bamarni/composer-bin-plugin": "^1.4.1", "ext-curl": "*", "php-http/client-integration-tests": "^3.0", "phpunit/phpunit": "^8.5.5 || ^9.3.5", @@ -7088,7 +7143,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "7.1-dev" + "dev-master": "7.3-dev" } }, "autoload": { @@ -7130,7 +7185,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.2.0" + "source": "https://github.com/guzzle/guzzle/tree/7.3.0" }, "funding": [ { @@ -7150,7 +7205,7 @@ "type": "github" } ], - "time": "2020-10-10T11:47:56+00:00" + "time": "2021-03-23T11:33:13+00:00" }, { "name": "guzzlehttp/promises", @@ -7209,16 +7264,16 @@ }, { "name": "guzzlehttp/psr7", - "version": "1.7.0", + "version": "1.8.1", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3" + "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3", - "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/35ea11d335fd638b5882ff1725228b3d35496ab1", + "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1", "shasum": "" }, "require": { @@ -7278,9 +7333,9 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/1.7.0" + "source": "https://github.com/guzzle/psr7/tree/1.8.1" }, - "time": "2020-09-30T07:37:11+00:00" + "time": "2021-03-21T16:25:00+00:00" }, { "name": "jean85/pretty-package-versions", @@ -7845,16 +7900,16 @@ }, { "name": "pdepend/pdepend", - "version": "2.9.0", + "version": "2.9.1", "source": { "type": "git", "url": "https://github.com/pdepend/pdepend.git", - "reference": "b6452ce4b570f540be3a4f46276dd8d8f4fa5ead" + "reference": "1632f0cee84512ffd6dde71e58536b3b06528c41" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pdepend/pdepend/zipball/b6452ce4b570f540be3a4f46276dd8d8f4fa5ead", - "reference": "b6452ce4b570f540be3a4f46276dd8d8f4fa5ead", + "url": "https://api.github.com/repos/pdepend/pdepend/zipball/1632f0cee84512ffd6dde71e58536b3b06528c41", + "reference": "1632f0cee84512ffd6dde71e58536b3b06528c41", "shasum": "" }, "require": { @@ -7890,7 +7945,7 @@ "description": "Official version of pdepend to be handled with Composer", "support": { "issues": "https://github.com/pdepend/pdepend/issues", - "source": "https://github.com/pdepend/pdepend/tree/2.9.0" + "source": "https://github.com/pdepend/pdepend/tree/2.9.1" }, "funding": [ { @@ -7898,7 +7953,7 @@ "type": "tidelift" } ], - "time": "2021-03-11T09:20:40+00:00" + "time": "2021-04-15T21:36:28+00:00" }, { "name": "phar-io/manifest", @@ -8309,16 +8364,16 @@ }, { "name": "phpspec/prophecy", - "version": "1.12.2", + "version": "1.13.0", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "245710e971a030f42e08f4912863805570f23d39" + "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/245710e971a030f42e08f4912863805570f23d39", - "reference": "245710e971a030f42e08f4912863805570f23d39", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/be1996ed8adc35c3fd795488a653f4b518be70ea", + "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea", "shasum": "" }, "require": { @@ -8370,22 +8425,22 @@ ], "support": { "issues": "https://github.com/phpspec/prophecy/issues", - "source": "https://github.com/phpspec/prophecy/tree/1.12.2" + "source": "https://github.com/phpspec/prophecy/tree/1.13.0" }, - "time": "2020-12-19T10:15:11+00:00" + "time": "2021-03-17T13:42:18+00:00" }, { "name": "phpstan/phpdoc-parser", - "version": "0.4.12", + "version": "0.4.14", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "2e17e4a90702d8b7ead58f4e08478a8e819ba6b8" + "reference": "cf4fc7d2aeca6910fba061901ffd7d107ccfdbcc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/2e17e4a90702d8b7ead58f4e08478a8e819ba6b8", - "reference": "2e17e4a90702d8b7ead58f4e08478a8e819ba6b8", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/cf4fc7d2aeca6910fba061901ffd7d107ccfdbcc", + "reference": "cf4fc7d2aeca6910fba061901ffd7d107ccfdbcc", "shasum": "" }, "require": { @@ -8420,9 +8475,9 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/0.4.12" + "source": "https://github.com/phpstan/phpdoc-parser/tree/0.4.14" }, - "time": "2021-02-28T14:30:10+00:00" + "time": "2021-03-19T10:54:14+00:00" }, { "name": "phpstan/phpstan", @@ -8541,16 +8596,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "9.2.5", + "version": "9.2.6", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "f3e026641cc91909d421802dd3ac7827ebfd97e1" + "reference": "f6293e1b30a2354e8428e004689671b83871edde" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f3e026641cc91909d421802dd3ac7827ebfd97e1", - "reference": "f3e026641cc91909d421802dd3ac7827ebfd97e1", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f6293e1b30a2354e8428e004689671b83871edde", + "reference": "f6293e1b30a2354e8428e004689671b83871edde", "shasum": "" }, "require": { @@ -8606,7 +8661,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.5" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.6" }, "funding": [ { @@ -8614,7 +8669,7 @@ "type": "github" } ], - "time": "2020-11-28T06:44:49+00:00" + "time": "2021-03-28T07:26:59+00:00" }, { "name": "phpunit/php-file-iterator", @@ -8859,16 +8914,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.5.2", + "version": "9.5.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "f661659747f2f87f9e72095bb207bceb0f151cb4" + "reference": "c73c6737305e779771147af66c96ca6a7ed8a741" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f661659747f2f87f9e72095bb207bceb0f151cb4", - "reference": "f661659747f2f87f9e72095bb207bceb0f151cb4", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c73c6737305e779771147af66c96ca6a7ed8a741", + "reference": "c73c6737305e779771147af66c96ca6a7ed8a741", "shasum": "" }, "require": { @@ -8946,7 +9001,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.2" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.4" }, "funding": [ { @@ -8958,7 +9013,7 @@ "type": "github" } ], - "time": "2021-02-02T14:45:58+00:00" + "time": "2021-03-23T07:16:29+00:00" }, { "name": "psr/http-client", @@ -9162,16 +9217,16 @@ }, { "name": "rector/rector", - "version": "0.9.31", + "version": "0.9.33", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "cbbd008f50e3365bc48ddc74ba0d9190854a8fb3" + "reference": "5ecfec4ae83f6187f09584579cacee08658dc3a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/cbbd008f50e3365bc48ddc74ba0d9190854a8fb3", - "reference": "cbbd008f50e3365bc48ddc74ba0d9190854a8fb3", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/5ecfec4ae83f6187f09584579cacee08658dc3a9", + "reference": "5ecfec4ae83f6187f09584579cacee08658dc3a9", "shasum": "" }, "require": { @@ -9186,8 +9241,8 @@ "nette/utils": "^3.2", "nikic/php-parser": "^4.10.4", "php": "^7.3|^8.0", - "phpstan/phpdoc-parser": "^0.4.9", - "phpstan/phpstan": "^0.12.76", + "phpstan/phpdoc-parser": "^0.4.9, <0.5", + "phpstan/phpstan": "^0.12.76, <0.12.82", "phpstan/phpstan-phpunit": "^0.12.17", "psr/simple-cache": "^1.0", "sebastian/diff": "^4.0.4", @@ -9203,6 +9258,7 @@ "symplify/console-color-diff": "^9.1.9", "symplify/package-builder": "^9.1.9", "symplify/rule-doc-generator": "^9.1.9", + "symplify/rule-doc-generator-contracts": "^9.2", "symplify/set-config-resolver": "^9.1.9", "symplify/simple-php-doc-parser": "^9.1.9", "symplify/skipper": "^9.1.9", @@ -9359,7 +9415,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.9.31" + "source": "https://github.com/rectorphp/rector/tree/0.9.33" }, "funding": [ { @@ -9367,7 +9423,7 @@ "type": "github" } ], - "time": "2021-02-22T10:01:01+00:00" + "time": "2021-03-19T22:46:33+00:00" }, { "name": "roave/security-advisories", @@ -9375,12 +9431,12 @@ "source": { "type": "git", "url": "https://github.com/Roave/SecurityAdvisories.git", - "reference": "43a315341710475e88006a0e55864b348d3d781c" + "reference": "6c88e3fbd5e56eaf1869ec290db225b5c5dbe322" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/43a315341710475e88006a0e55864b348d3d781c", - "reference": "43a315341710475e88006a0e55864b348d3d781c", + "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/6c88e3fbd5e56eaf1869ec290db225b5c5dbe322", + "reference": "6c88e3fbd5e56eaf1869ec290db225b5c5dbe322", "shasum": "" }, "conflict": { @@ -9424,7 +9480,7 @@ "doctrine/doctrine-module": "<=0.7.1", "doctrine/mongodb-odm": ">=1,<1.0.2", "doctrine/mongodb-odm-bundle": ">=2,<3.0.1", - "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1", + "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4", "dolibarr/dolibarr": "<11.0.4", "dompdf/dompdf": ">=0.6,<0.6.2", "drupal/core": ">=7,<7.74|>=8,<8.8.11|>=8.9,<8.9.9|>=9,<9.0.8", @@ -9439,18 +9495,19 @@ "ezsystems/ezplatform": ">=1.7,<1.7.9.1|>=1.13,<1.13.5.1|>=2.5,<2.5.4", "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6", "ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1", - "ezsystems/ezplatform-kernel": ">=1,<1.0.2.1", + "ezsystems/ezplatform-kernel": "<=1.2.5|>=1.3,<=1.3.1", "ezsystems/ezplatform-rest": ">=1.2,<=1.2.2|>=1.3,<=1.3.1", "ezsystems/ezplatform-user": ">=1,<1.0.1", - "ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.14.2|>=6,<6.7.9.1|>=6.8,<=6.13.8|>=7,<7.2.4.1|>=7.3,<7.3.2.1|>=7.5,<=7.5.15", + "ezsystems/ezpublish-kernel": "<=6.13.8.1|>=7,<=7.5.15.1", "ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.14.2|>=2011,<2017.12.7.3|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3|>=2019.3,<2019.3.5.1", "ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3", "ezsystems/repository-forms": ">=2.3,<2.3.2.1", "ezyang/htmlpurifier": "<4.1.1", - "facade/ignition": "<=2.5.1,>=2.0|<=1.16.13", + "facade/ignition": "<1.16.14|>=2,<2.4.2|>=2.5,<2.5.2", "firebase/php-jwt": "<2", "flarum/sticky": ">=0.1-beta.14,<=0.1-beta.15", "flarum/tags": "<=0.1-beta.13", + "fluidtypo3/vhs": "<5.1.1", "fooman/tcpdf": "<6.2.22", "fossar/tcpdf-parser": "<6.2.22", "friendsofsymfony/oauth2-php": "<1.3", @@ -9490,11 +9547,15 @@ "magento/magento1ee": ">=1,<1.14.4.3", "magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2-p.2", "marcwillmann/turn": "<0.3.3", - "mautic/core": "<2.16.5|>=3,<3.2.4|= 2.13.1", + "mautic/core": "<3.3.2|= 2.13.1", "mediawiki/core": ">=1.27,<1.27.6|>=1.29,<1.29.3|>=1.30,<1.30.2|>=1.31,<1.31.9|>=1.32,<1.32.6|>=1.32.99,<1.33.3|>=1.33.99,<1.34.3|>=1.34.99,<1.35", "mittwald/typo3_forum": "<1.2.1", "monolog/monolog": ">=1.8,<1.12", + "moodle/moodle": "<3.5.17|>=3.7,<3.7.9|>=3.8,<3.8.8|>=3.9,<3.9.5|>=3.10,<3.10.2", "namshi/jose": "<2.2", + "neos/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6", + "neos/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.9.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<3.3.23|>=4,<4.0.17|>=4.1,<4.1.16|>=4.2,<4.2.12|>=4.3,<4.3.3", + "neos/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5", "nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6", "nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13", "nystudio107/craft-seomatic": "<3.3", @@ -9523,21 +9584,25 @@ "phpmyadmin/phpmyadmin": "<4.9.6|>=5,<5.0.3", "phpoffice/phpexcel": "<1.8.2", "phpoffice/phpspreadsheet": "<1.16", + "phpseclib/phpseclib": "<2.0.31|>=3,<3.0.7", "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3", "phpwhois/phpwhois": "<=4.2.5", "phpxmlrpc/extras": "<0.6.1", "pimcore/pimcore": "<6.8.8", "pocketmine/pocketmine-mp": "<3.15.4", + "pressbooks/pressbooks": "<5.18", "prestashop/autoupgrade": ">=4,<4.10.1", "prestashop/contactform": ">1.0.1,<4.3", "prestashop/gamification": "<2.3.2", "prestashop/productcomments": ">=4,<4.2.1", + "prestashop/ps_emailsubscription": "<2.6.1", "prestashop/ps_facetedsearch": "<3.4.1", "privatebin/privatebin": "<1.2.2|>=1.3,<1.3.2", "propel/propel": ">=2-alpha.1,<=2-alpha.7", "propel/propel1": ">=1,<=1.7.1", "pterodactyl/panel": "<0.7.19|>=1-rc.0,<=1-rc.6", "pusher/pusher-php-server": "<2.2.1", + "pwweb/laravel-core": "<=0.3.6-beta", "rainlab/debugbar-plugin": "<3.1", "robrichards/xmlseclibs": "<3.0.4", "sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1", @@ -9545,8 +9610,9 @@ "scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11", "sensiolabs/connect": "<4.2.3", "serluck/phpwhois": "<=4.2.6", - "shopware/core": "<=6.3.4", - "shopware/platform": "<=6.3.5.1", + "shopware/core": "<=6.3.5.2", + "shopware/platform": "<=6.3.5.2", + "shopware/production": "<=6.3.5.2", "shopware/shopware": "<5.6.9", "silverstripe/admin": ">=1.0.3,<1.0.4|>=1.1,<1.1.1", "silverstripe/assets": ">=1,<1.4.7|>=1.5,<1.5.2", @@ -9582,6 +9648,7 @@ "sylius/resource-bundle": "<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4", "sylius/sylius": "<1.6.9|>=1.7,<1.7.9|>=1.8,<1.8.3", "symbiote/silverstripe-multivaluefield": ">=3,<3.0.99", + "symbiote/silverstripe-queuedjobs": ">=3,<3.0.2|>=3.1,<3.1.4|>=4,<4.0.7|>=4.1,<4.1.2|>=4.2,<4.2.4|>=4.3,<4.3.3|>=4.4,<4.4.3|>=4.5,<4.5.1|>=4.6,<4.6.4", "symbiote/silverstripe-versionedfiles": "<=2.0.3", "symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8", "symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", @@ -9618,17 +9685,21 @@ "titon/framework": ">=0,<9.9.99", "truckersmp/phpwhois": "<=4.3.1", "twig/twig": "<1.38|>=2,<2.7", - "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.38|>=9,<9.5.23|>=10,<10.4.10", - "typo3/cms-core": ">=8,<8.7.38|>=9,<9.5.23|>=10,<10.4.10", - "typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5", - "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4", + "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.38|>=9,<9.5.25|>=10,<10.4.14|>=11,<11.1.1", + "typo3/cms-backend": ">=7,<=7.6.50|>=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1", + "typo3/cms-core": ">=6.2,<=6.2.56|>=7,<=7.6.50|>=8,<=8.7.39|>=9,<9.5.25|>=10,<10.4.14|>=11,<11.1.1", + "typo3/cms-form": ">=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1", + "typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6", + "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.3.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<3.3.23|>=4,<4.0.17|>=4.1,<4.1.16|>=4.2,<4.2.12|>=4.3,<4.3.3", "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1", + "typo3/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5", "typo3fluid/fluid": ">=2,<2.0.8|>=2.1,<2.1.7|>=2.2,<2.2.4|>=2.3,<2.3.7|>=2.4,<2.4.4|>=2.5,<2.5.11|>=2.6,<2.6.10", "ua-parser/uap-php": "<3.8", "usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2", "verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4", "vrana/adminer": "<4.7.9", "wallabag/tcpdf": "<6.2.22", + "wikimedia/parsoid": "<0.12.2", "willdurand/js-translation-bundle": "<2.1.1", "yii2mod/yii2-cms": "<1.9.2", "yiisoft/yii": ">=1.1.14,<1.1.15", @@ -9699,7 +9770,7 @@ "type": "tidelift" } ], - "time": "2021-03-13T00:05:05+00:00" + "time": "2021-04-15T10:01:35+00:00" }, { "name": "sebastian/cli-parser", @@ -10667,16 +10738,16 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "3.5.8", + "version": "3.6.0", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "9d583721a7157ee997f235f327de038e7ea6dac4" + "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9d583721a7157ee997f235f327de038e7ea6dac4", - "reference": "9d583721a7157ee997f235f327de038e7ea6dac4", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ffced0d2c8fa8e6cdc4d695a743271fab6c38625", + "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625", "shasum": "" }, "require": { @@ -10719,7 +10790,7 @@ "source": "https://github.com/squizlabs/PHP_CodeSniffer", "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" }, - "time": "2020-10-23T02:01:07+00:00" + "time": "2021-04-09T00:54:41+00:00" }, { "name": "symfony/browser-kit", @@ -11075,42 +11146,42 @@ }, { "name": "symfony/maker-bundle", - "version": "v1.29.1", + "version": "v1.30.2", "source": { "type": "git", "url": "https://github.com/symfony/maker-bundle.git", - "reference": "313b5669a5370bf36cd34fa8f5b5bbbfa5fb8aa8" + "reference": "a395a85aa4ded6c1fa3da118d60329b64b6c2acd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/313b5669a5370bf36cd34fa8f5b5bbbfa5fb8aa8", - "reference": "313b5669a5370bf36cd34fa8f5b5bbbfa5fb8aa8", + "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/a395a85aa4ded6c1fa3da118d60329b64b6c2acd", + "reference": "a395a85aa4ded6c1fa3da118d60329b64b6c2acd", "shasum": "" }, "require": { "doctrine/inflector": "^1.2|^2.0", "nikic/php-parser": "^4.0", "php": ">=7.1.3", - "symfony/config": "^3.4|^4.0|^5.0", - "symfony/console": "^3.4|^4.0|^5.0", - "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/config": "^4.0|^5.0", + "symfony/console": "^4.0|^5.0", + "symfony/dependency-injection": "^4.0|^5.0", "symfony/deprecation-contracts": "^2.2", - "symfony/filesystem": "^3.4|^4.0|^5.0", - "symfony/finder": "^3.4|^4.0|^5.0", - "symfony/framework-bundle": "^3.4|^4.0|^5.0", - "symfony/http-kernel": "^3.4|^4.0|^5.0" + "symfony/filesystem": "^4.0|^5.0", + "symfony/finder": "^4.0|^5.0", + "symfony/framework-bundle": "^4.0|^5.0", + "symfony/http-kernel": "^4.0|^5.0" }, "require-dev": { "composer/semver": "^3.0@dev", "doctrine/doctrine-bundle": "^1.8|^2.0", "doctrine/orm": "^2.3", "friendsofphp/php-cs-fixer": "^2.8", - "friendsoftwig/twigcs": "^3.1.2", + "friendsoftwig/twigcs": "^4.1.0|^5.0.0", "symfony/http-client": "^4.3|^5.0", "symfony/phpunit-bridge": "^4.3|^5.0", - "symfony/process": "^3.4|^4.0|^5.0", - "symfony/security-core": "^3.4|^4.0|^5.0", - "symfony/yaml": "^3.4|^4.0|^5.0" + "symfony/process": "^4.0|^5.0", + "symfony/security-core": "^4.0|^5.0", + "symfony/yaml": "^4.0|^5.0" }, "type": "symfony-bundle", "extra": { @@ -11143,7 +11214,7 @@ ], "support": { "issues": "https://github.com/symfony/maker-bundle/issues", - "source": "https://github.com/symfony/maker-bundle/tree/v1.29.1" + "source": "https://github.com/symfony/maker-bundle/tree/v1.30.2" }, "funding": [ { @@ -11159,7 +11230,7 @@ "type": "tidelift" } ], - "time": "2021-02-10T19:21:31+00:00" + "time": "2021-03-23T13:53:38+00:00" }, { "name": "symfony/process", @@ -11287,16 +11358,16 @@ }, { "name": "symfony/twig-bridge", - "version": "v5.2.5", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/twig-bridge.git", - "reference": "f3b6854071486b20d27ba5f3148cf9fba73f670f" + "reference": "a65d8d38c66f147f29b73d53d14e8c9a983653b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/f3b6854071486b20d27ba5f3148cf9fba73f670f", - "reference": "f3b6854071486b20d27ba5f3148cf9fba73f670f", + "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/a65d8d38c66f147f29b73d53d14e8c9a983653b8", + "reference": "a65d8d38c66f147f29b73d53d14e8c9a983653b8", "shasum": "" }, "require": { @@ -11341,9 +11412,9 @@ "symfony/web-link": "^4.4|^5.0", "symfony/workflow": "^5.2", "symfony/yaml": "^4.4|^5.0", - "twig/cssinliner-extra": "^2.12", - "twig/inky-extra": "^2.12", - "twig/markdown-extra": "^2.12" + "twig/cssinliner-extra": "^2.12|^3", + "twig/inky-extra": "^2.12|^3", + "twig/markdown-extra": "^2.12|^3" }, "suggest": { "symfony/asset": "For using the AssetExtension", @@ -11387,7 +11458,7 @@ "description": "Provides integration for Twig with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/twig-bridge/tree/v5.2.5" + "source": "https://github.com/symfony/twig-bridge/tree/v5.2.6" }, "funding": [ { @@ -11403,7 +11474,7 @@ "type": "tidelift" } ], - "time": "2021-03-07T16:08:20+00:00" + "time": "2021-03-16T09:10:13+00:00" }, { "name": "symfony/twig-bundle", @@ -11494,16 +11565,16 @@ }, { "name": "symfony/web-profiler-bundle", - "version": "v5.2.4", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/web-profiler-bundle.git", - "reference": "4b28c24db64156ad892300be7fae1978bed075ce" + "reference": "58e5be2aa69041ff35250537190d9ec29136782a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/4b28c24db64156ad892300be7fae1978bed075ce", - "reference": "4b28c24db64156ad892300be7fae1978bed075ce", + "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/58e5be2aa69041ff35250537190d9ec29136782a", + "reference": "58e5be2aa69041ff35250537190d9ec29136782a", "shasum": "" }, "require": { @@ -11552,7 +11623,7 @@ "description": "Provides a development tool that gives detailed information about the execution of any request", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.2.4" + "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.2.6" }, "funding": [ { @@ -11568,20 +11639,20 @@ "type": "tidelift" } ], - "time": "2021-01-28T22:06:19+00:00" + "time": "2021-03-16T09:10:13+00:00" }, { "name": "symplify/astral", - "version": "v9.2.9", + "version": "v9.2.17", "source": { "type": "git", "url": "https://github.com/symplify/astral.git", - "reference": "5bc56fdae97091a33dd8522e5ca492f3dea86c0a" + "reference": "ec29bb99b6e6e896b8899b13b0c435ff9f81de0b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/astral/zipball/5bc56fdae97091a33dd8522e5ca492f3dea86c0a", - "reference": "5bc56fdae97091a33dd8522e5ca492f3dea86c0a", + "url": "https://api.github.com/repos/symplify/astral/zipball/ec29bb99b6e6e896b8899b13b0c435ff9f81de0b", + "reference": "ec29bb99b6e6e896b8899b13b0c435ff9f81de0b", "shasum": "" }, "require": { @@ -11590,12 +11661,12 @@ "php": ">=7.3", "symfony/dependency-injection": "^5.2", "symfony/http-kernel": "^4.4|^5.2", - "symplify/autowire-array-parameter": "^9.2.9", - "symplify/package-builder": "^9.2.9" + "symplify/autowire-array-parameter": "^9.2.17", + "symplify/package-builder": "^9.2.17" }, "require-dev": { "phpunit/phpunit": "^9.5", - "symplify/easy-testing": "^9.2.9" + "symplify/easy-testing": "^9.2.17" }, "type": "library", "extra": { @@ -11614,7 +11685,7 @@ ], "description": "Toolking for smart daily work with AST", "support": { - "source": "https://github.com/symplify/astral/tree/v9.2.9" + "source": "https://github.com/symplify/astral/tree/v9.2.17" }, "funding": [ { @@ -11626,27 +11697,27 @@ "type": "github" } ], - "time": "2021-03-14T10:50:26+00:00" + "time": "2021-04-14T16:08:25+00:00" }, { "name": "symplify/autowire-array-parameter", - "version": "v9.2.9", + "version": "v9.2.17", "source": { "type": "git", "url": "https://github.com/symplify/autowire-array-parameter.git", - "reference": "e4e0a47a500e2e660e88251f18dfb3d9cfcef0b5" + "reference": "0bebd95e276fa95dc4b0046a368021e233bd8691" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/autowire-array-parameter/zipball/e4e0a47a500e2e660e88251f18dfb3d9cfcef0b5", - "reference": "e4e0a47a500e2e660e88251f18dfb3d9cfcef0b5", + "url": "https://api.github.com/repos/symplify/autowire-array-parameter/zipball/0bebd95e276fa95dc4b0046a368021e233bd8691", + "reference": "0bebd95e276fa95dc4b0046a368021e233bd8691", "shasum": "" }, "require": { "nette/utils": "^3.2", "php": ">=7.3", "symfony/dependency-injection": "^5.2", - "symplify/package-builder": "^9.2.9" + "symplify/package-builder": "^9.2.17" }, "require-dev": { "phpunit/phpunit": "^9.5" @@ -11668,7 +11739,7 @@ ], "description": "Autowire array parameters for your Symfony applications", "support": { - "source": "https://github.com/symplify/autowire-array-parameter/tree/v9.2.9" + "source": "https://github.com/symplify/autowire-array-parameter/tree/v9.2.17" }, "funding": [ { @@ -11680,20 +11751,20 @@ "type": "github" } ], - "time": "2021-03-14T10:50:26+00:00" + "time": "2021-04-14T16:08:26+00:00" }, { "name": "symplify/composer-json-manipulator", - "version": "v9.2.9", + "version": "v9.2.17", "source": { "type": "git", "url": "https://github.com/symplify/composer-json-manipulator.git", - "reference": "6738e3a616ee31f22900d8bac74bf0a50742113b" + "reference": "1ba4f7af9f8223fe06e5840c0c7e325728c4ec84" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/composer-json-manipulator/zipball/6738e3a616ee31f22900d8bac74bf0a50742113b", - "reference": "6738e3a616ee31f22900d8bac74bf0a50742113b", + "url": "https://api.github.com/repos/symplify/composer-json-manipulator/zipball/1ba4f7af9f8223fe06e5840c0c7e325728c4ec84", + "reference": "1ba4f7af9f8223fe06e5840c0c7e325728c4ec84", "shasum": "" }, "require": { @@ -11703,8 +11774,8 @@ "symfony/dependency-injection": "^5.2", "symfony/filesystem": "^4.4|^5.2", "symfony/http-kernel": "^4.4|^5.2", - "symplify/package-builder": "^9.2.9", - "symplify/smart-file-system": "^9.2.9" + "symplify/package-builder": "^9.2.17", + "symplify/smart-file-system": "^9.2.17" }, "require-dev": { "phpunit/phpunit": "^9.5" @@ -11726,7 +11797,7 @@ ], "description": "Package to load, merge and save composer.json file(s)", "support": { - "source": "https://github.com/symplify/composer-json-manipulator/tree/v9.2.9" + "source": "https://github.com/symplify/composer-json-manipulator/tree/v9.2.17" }, "funding": [ { @@ -11738,20 +11809,20 @@ "type": "github" } ], - "time": "2021-03-14T10:50:26+00:00" + "time": "2021-04-14T16:08:24+00:00" }, { "name": "symplify/console-color-diff", - "version": "v9.2.9", + "version": "v9.2.17", "source": { "type": "git", "url": "https://github.com/symplify/console-color-diff.git", - "reference": "f2325a0e19877ccd62554a17b673a46f21e3af1c" + "reference": "670a69ab6a4f9b42a702469c49d960a17dfc8c5a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/console-color-diff/zipball/f2325a0e19877ccd62554a17b673a46f21e3af1c", - "reference": "f2325a0e19877ccd62554a17b673a46f21e3af1c", + "url": "https://api.github.com/repos/symplify/console-color-diff/zipball/670a69ab6a4f9b42a702469c49d960a17dfc8c5a", + "reference": "670a69ab6a4f9b42a702469c49d960a17dfc8c5a", "shasum": "" }, "require": { @@ -11761,7 +11832,7 @@ "symfony/console": "^4.4|^5.2", "symfony/dependency-injection": "^5.2", "symfony/http-kernel": "^4.4|^5.2", - "symplify/package-builder": "^9.2.9" + "symplify/package-builder": "^9.2.17" }, "require-dev": { "phpunit/phpunit": "^9.5" @@ -11783,7 +11854,7 @@ ], "description": "Package to print diffs in console with colors", "support": { - "source": "https://github.com/symplify/console-color-diff/tree/v9.2.9" + "source": "https://github.com/symplify/console-color-diff/tree/v9.2.17" }, "funding": [ { @@ -11795,32 +11866,32 @@ "type": "github" } ], - "time": "2021-03-14T10:50:25+00:00" + "time": "2021-04-14T16:08:26+00:00" }, { "name": "symplify/console-package-builder", - "version": "v9.2.9", + "version": "v9.2.17", "source": { "type": "git", "url": "https://github.com/symplify/console-package-builder.git", - "reference": "8dc8000bf513e189dba34bc0ad65227c53463534" + "reference": "277df496a9b7437ba5aedfd72228db2a33c50b9b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/console-package-builder/zipball/8dc8000bf513e189dba34bc0ad65227c53463534", - "reference": "8dc8000bf513e189dba34bc0ad65227c53463534", + "url": "https://api.github.com/repos/symplify/console-package-builder/zipball/277df496a9b7437ba5aedfd72228db2a33c50b9b", + "reference": "277df496a9b7437ba5aedfd72228db2a33c50b9b", "shasum": "" }, "require": { "php": ">=7.3", "symfony/console": "^4.4|^5.2", "symfony/dependency-injection": "^5.2", - "symplify/symplify-kernel": "^9.2.9" + "symplify/symplify-kernel": "^9.2.17" }, "require-dev": { "phpunit/phpunit": "^9.5", "symfony/http-kernel": "^4.4|^5.2", - "symplify/package-builder": "^9.2.9" + "symplify/package-builder": "^9.2.17" }, "type": "library", "extra": { @@ -11839,22 +11910,22 @@ ], "description": "Package to speed up building command line applications", "support": { - "source": "https://github.com/symplify/console-package-builder/tree/v9.2.9" + "source": "https://github.com/symplify/console-package-builder/tree/v9.2.17" }, - "time": "2021-03-14T10:50:26+00:00" + "time": "2021-04-14T16:08:26+00:00" }, { "name": "symplify/easy-testing", - "version": "v9.2.9", + "version": "v9.2.17", "source": { "type": "git", "url": "https://github.com/symplify/easy-testing.git", - "reference": "fd3111c896c0988dd6c7c9bcb6de1ce411280703" + "reference": "c62c43d65f332b4f8c9913f8a6f7348f75fc56fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/easy-testing/zipball/fd3111c896c0988dd6c7c9bcb6de1ce411280703", - "reference": "fd3111c896c0988dd6c7c9bcb6de1ce411280703", + "url": "https://api.github.com/repos/symplify/easy-testing/zipball/c62c43d65f332b4f8c9913f8a6f7348f75fc56fd", + "reference": "c62c43d65f332b4f8c9913f8a6f7348f75fc56fd", "shasum": "" }, "require": { @@ -11864,10 +11935,10 @@ "symfony/dependency-injection": "^5.2", "symfony/finder": "^4.4|^5.2", "symfony/http-kernel": "^4.4|^5.2", - "symplify/console-package-builder": "^9.2.9", - "symplify/package-builder": "^9.2.9", - "symplify/smart-file-system": "^9.2.9", - "symplify/symplify-kernel": "^9.2.9" + "symplify/console-package-builder": "^9.2.17", + "symplify/package-builder": "^9.2.17", + "symplify/smart-file-system": "^9.2.17", + "symplify/symplify-kernel": "^9.2.17" }, "require-dev": { "phpunit/phpunit": "^9.5" @@ -11892,7 +11963,7 @@ ], "description": "Testing made easy", "support": { - "source": "https://github.com/symplify/easy-testing/tree/v9.2.9" + "source": "https://github.com/symplify/easy-testing/tree/v9.2.17" }, "funding": [ { @@ -11904,20 +11975,20 @@ "type": "github" } ], - "time": "2021-03-14T10:50:26+00:00" + "time": "2021-04-14T16:08:51+00:00" }, { "name": "symplify/markdown-diff", - "version": "v9.2.9", + "version": "v9.2.17", "source": { "type": "git", "url": "https://github.com/symplify/markdown-diff.git", - "reference": "52933ea0eee262d9949f1b36b2ce9a8f823e88a2" + "reference": "197b85297959ea8d154fcc4e359e9afab8bf9727" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/markdown-diff/zipball/52933ea0eee262d9949f1b36b2ce9a8f823e88a2", - "reference": "52933ea0eee262d9949f1b36b2ce9a8f823e88a2", + "url": "https://api.github.com/repos/symplify/markdown-diff/zipball/197b85297959ea8d154fcc4e359e9afab8bf9727", + "reference": "197b85297959ea8d154fcc4e359e9afab8bf9727", "shasum": "" }, "require": { @@ -11926,7 +11997,7 @@ "sebastian/diff": "^3.0|^4.0", "symfony/dependency-injection": "^5.2", "symfony/http-kernel": "^4.4|^5.2", - "symplify/package-builder": "^9.2.9" + "symplify/package-builder": "^9.2.17" }, "require-dev": { "phpunit/phpunit": "^9.5" @@ -11948,7 +12019,7 @@ ], "description": "Package to print diffs for Markdown", "support": { - "source": "https://github.com/symplify/markdown-diff/tree/v9.2.9" + "source": "https://github.com/symplify/markdown-diff/tree/v9.2.17" }, "funding": [ { @@ -11960,20 +12031,20 @@ "type": "github" } ], - "time": "2021-03-14T10:50:31+00:00" + "time": "2021-04-14T16:09:00+00:00" }, { "name": "symplify/package-builder", - "version": "v9.2.9", + "version": "v9.2.17", "source": { "type": "git", "url": "https://github.com/symplify/package-builder.git", - "reference": "a14f2a7666580fe4813bf14647f22f0c3b2ba060" + "reference": "ad0eb8ddecaa6b13fbfffdb01d5b5015793bc95d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/package-builder/zipball/a14f2a7666580fe4813bf14647f22f0c3b2ba060", - "reference": "a14f2a7666580fe4813bf14647f22f0c3b2ba060", + "url": "https://api.github.com/repos/symplify/package-builder/zipball/ad0eb8ddecaa6b13fbfffdb01d5b5015793bc95d", + "reference": "ad0eb8ddecaa6b13fbfffdb01d5b5015793bc95d", "shasum": "" }, "require": { @@ -11985,9 +12056,8 @@ "symfony/dependency-injection": "^5.2", "symfony/finder": "^4.4|^5.2", "symfony/http-kernel": "^4.4|^5.2", - "symfony/yaml": "^4.4|^5.2", - "symplify/easy-testing": "^9.2.9", - "symplify/symplify-kernel": "^9.2.9" + "symplify/easy-testing": "^9.2.17", + "symplify/symplify-kernel": "^9.2.17" }, "require-dev": { "phpunit/phpunit": "^9.5" @@ -12009,7 +12079,7 @@ ], "description": "Dependency Injection, Console and Kernel toolkit for Symplify packages.", "support": { - "source": "https://github.com/symplify/package-builder/tree/v9.2.9" + "source": "https://github.com/symplify/package-builder/tree/v9.2.17" }, "funding": [ { @@ -12021,20 +12091,20 @@ "type": "github" } ], - "time": "2021-03-14T10:51:02+00:00" + "time": "2021-04-14T16:09:01+00:00" }, { "name": "symplify/php-config-printer", - "version": "v9.2.9", + "version": "v9.2.17", "source": { "type": "git", "url": "https://github.com/symplify/php-config-printer.git", - "reference": "b7ace67a0ec26789567759ce9e3cb1c60d9dcdd4" + "reference": "98fccb6256963db879095b4bd474fd3e546bfe6f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/php-config-printer/zipball/b7ace67a0ec26789567759ce9e3cb1c60d9dcdd4", - "reference": "b7ace67a0ec26789567759ce9e3cb1c60d9dcdd4", + "url": "https://api.github.com/repos/symplify/php-config-printer/zipball/98fccb6256963db879095b4bd474fd3e546bfe6f", + "reference": "98fccb6256963db879095b4bd474fd3e546bfe6f", "shasum": "" }, "require": { @@ -12042,11 +12112,12 @@ "nikic/php-parser": "^4.10.4", "php": ">=7.3", "symfony/http-kernel": "^4.4|^5.2", - "symplify/symplify-kernel": "^9.2.9" + "symfony/yaml": "^4.4|^5.2", + "symplify/symplify-kernel": "^9.2.17" }, "require-dev": { "phpunit/phpunit": "^9.5", - "symplify/easy-testing": "^9.2.9" + "symplify/easy-testing": "^9.2.17" }, "type": "library", "extra": { @@ -12066,22 +12137,22 @@ "description": "Print Symfony services array with configuration to to plain PHP file format thanks to this simple php-parser wrapper", "support": { "issues": "https://github.com/symplify/php-config-printer/issues", - "source": "https://github.com/symplify/php-config-printer/tree/v9.2.9" + "source": "https://github.com/symplify/php-config-printer/tree/v9.2.17" }, - "time": "2021-03-14T10:51:02+00:00" + "time": "2021-04-14T16:08:59+00:00" }, { "name": "symplify/rule-doc-generator", - "version": "v9.2.9", + "version": "v9.2.17", "source": { "type": "git", "url": "https://github.com/symplify/rule-doc-generator.git", - "reference": "184c5048715ab333be1aa50a08f03721fe3b8714" + "reference": "c249816963a2d12964b432c22c53f53116a3e146" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/rule-doc-generator/zipball/184c5048715ab333be1aa50a08f03721fe3b8714", - "reference": "184c5048715ab333be1aa50a08f03721fe3b8714", + "url": "https://api.github.com/repos/symplify/rule-doc-generator/zipball/c249816963a2d12964b432c22c53f53116a3e146", + "reference": "c249816963a2d12964b432c22c53f53116a3e146", "shasum": "" }, "require": { @@ -12090,15 +12161,16 @@ "php": ">=7.3", "symfony/console": "^4.4|^5.2", "symfony/dependency-injection": "^5.2", - "symplify/markdown-diff": "^9.2.9", - "symplify/package-builder": "^9.2.9", - "symplify/php-config-printer": "^9.2.9", - "symplify/smart-file-system": "^9.2.9", - "symplify/symplify-kernel": "^9.2.9" + "symplify/markdown-diff": "^9.2.17", + "symplify/package-builder": "^9.2.17", + "symplify/php-config-printer": "^9.2.17", + "symplify/rule-doc-generator-contracts": "^9.2.17", + "symplify/smart-file-system": "^9.2.17", + "symplify/symplify-kernel": "^9.2.17" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.18.2", - "phpstan/phpstan": "^0.12.80", + "friendsofphp/php-cs-fixer": "^2.18.5", + "phpstan/phpstan": "^0.12.82", "phpunit/phpunit": "^9.5" }, "bin": [ @@ -12121,7 +12193,7 @@ ], "description": "Documentation generator for coding standard or static analysis rules", "support": { - "source": "https://github.com/symplify/rule-doc-generator/tree/v9.2.9" + "source": "https://github.com/symplify/rule-doc-generator/tree/v9.2.17" }, "funding": [ { @@ -12133,20 +12205,69 @@ "type": "github" } ], - "time": "2021-03-14T10:51:04+00:00" + "time": "2021-04-14T16:09:20+00:00" + }, + { + "name": "symplify/rule-doc-generator-contracts", + "version": "v9.2.17", + "source": { + "type": "git", + "url": "https://github.com/symplify/rule-doc-generator-contracts.git", + "reference": "b02f4b86397534e1afcf5d6466b15fb54b89f11c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symplify/rule-doc-generator-contracts/zipball/b02f4b86397534e1afcf5d6466b15fb54b89f11c", + "reference": "b02f4b86397534e1afcf5d6466b15fb54b89f11c", + "shasum": "" + }, + "require": { + "nette/utils": "^3.2", + "php": ">=7.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "9.3-dev" + } + }, + "autoload": { + "psr-4": { + "Symplify\\RuleDocGenerator\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Contracts for production code of RuleDocGenerator", + "support": { + "source": "https://github.com/symplify/rule-doc-generator-contracts/tree/v9.2.17" + }, + "funding": [ + { + "url": "https://www.paypal.me/rectorphp", + "type": "custom" + }, + { + "url": "https://github.com/tomasvotruba", + "type": "github" + } + ], + "time": "2021-03-18T11:17:08+00:00" }, { "name": "symplify/set-config-resolver", - "version": "v9.2.9", + "version": "v9.2.17", "source": { "type": "git", "url": "https://github.com/symplify/set-config-resolver.git", - "reference": "536aad7d4f31006942a2bd7f1bcf16db3f0cc7fb" + "reference": "f5445ff929afbac69e3a2443fb38fd98d4498cb7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/set-config-resolver/zipball/536aad7d4f31006942a2bd7f1bcf16db3f0cc7fb", - "reference": "536aad7d4f31006942a2bd7f1bcf16db3f0cc7fb", + "url": "https://api.github.com/repos/symplify/set-config-resolver/zipball/f5445ff929afbac69e3a2443fb38fd98d4498cb7", + "reference": "f5445ff929afbac69e3a2443fb38fd98d4498cb7", "shasum": "" }, "require": { @@ -12157,9 +12278,8 @@ "symfony/dependency-injection": "^5.2", "symfony/filesystem": "^4.4|^5.2", "symfony/finder": "^4.4|^5.2", - "symfony/yaml": "^4.4|^5.2", - "symplify/smart-file-system": "^9.2.9", - "symplify/symplify-kernel": "^9.2.9" + "symplify/smart-file-system": "^9.2.17", + "symplify/symplify-kernel": "^9.2.17" }, "require-dev": { "phpunit/phpunit": "^9.5" @@ -12181,7 +12301,7 @@ ], "description": "Resolve config and sets from configs and cli opptions for CLI applications", "support": { - "source": "https://github.com/symplify/set-config-resolver/tree/v9.2.9" + "source": "https://github.com/symplify/set-config-resolver/tree/v9.2.17" }, "funding": [ { @@ -12193,20 +12313,20 @@ "type": "github" } ], - "time": "2021-03-14T10:51:04+00:00" + "time": "2021-04-14T16:09:01+00:00" }, { "name": "symplify/simple-php-doc-parser", - "version": "v9.2.9", + "version": "v9.2.11", "source": { "type": "git", "url": "https://github.com/symplify/simple-php-doc-parser.git", - "reference": "a737e327b60d73dcfe71d7ebbd664fe49cde63e2" + "reference": "69ae28060e87ec710cc581590e7882e349db6002" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/simple-php-doc-parser/zipball/a737e327b60d73dcfe71d7ebbd664fe49cde63e2", - "reference": "a737e327b60d73dcfe71d7ebbd664fe49cde63e2", + "url": "https://api.github.com/repos/symplify/simple-php-doc-parser/zipball/69ae28060e87ec710cc581590e7882e349db6002", + "reference": "69ae28060e87ec710cc581590e7882e349db6002", "shasum": "" }, "require": { @@ -12215,11 +12335,11 @@ "symfony/config": "^4.4|^5.2", "symfony/dependency-injection": "^5.2", "symfony/http-kernel": "^4.4|^5.2", - "symplify/package-builder": "^9.2.9" + "symplify/package-builder": "^9.2.11" }, "require-dev": { "phpunit/phpunit": "^9.5", - "symplify/easy-testing": "^9.2.9" + "symplify/easy-testing": "^9.2.11" }, "type": "library", "extra": { @@ -12238,7 +12358,7 @@ ], "description": "Service integration of phpstan/phpdoc-parser, with few extra goodies for practical simple use", "support": { - "source": "https://github.com/symplify/simple-php-doc-parser/tree/v9.2.9" + "source": "https://github.com/symplify/simple-php-doc-parser/tree/v9.2.11" }, "funding": [ { @@ -12250,20 +12370,20 @@ "type": "github" } ], - "time": "2021-03-14T10:51:16+00:00" + "time": "2021-03-15T12:29:48+00:00" }, { "name": "symplify/skipper", - "version": "v9.2.9", + "version": "v9.2.17", "source": { "type": "git", "url": "https://github.com/symplify/skipper.git", - "reference": "97fc659e9aa8d805af5aae84c6d77decf3815f1c" + "reference": "b2dc4b845939447775542ce21af104726a22667f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/skipper/zipball/97fc659e9aa8d805af5aae84c6d77decf3815f1c", - "reference": "97fc659e9aa8d805af5aae84c6d77decf3815f1c", + "url": "https://api.github.com/repos/symplify/skipper/zipball/b2dc4b845939447775542ce21af104726a22667f", + "reference": "b2dc4b845939447775542ce21af104726a22667f", "shasum": "" }, "require": { @@ -12273,9 +12393,9 @@ "symfony/dependency-injection": "^5.2", "symfony/filesystem": "^4.4|^5.2", "symfony/finder": "^4.4|^5.2", - "symplify/package-builder": "^9.2.9", - "symplify/smart-file-system": "^9.2.9", - "symplify/symplify-kernel": "^9.2.9" + "symplify/package-builder": "^9.2.17", + "symplify/smart-file-system": "^9.2.17", + "symplify/symplify-kernel": "^9.2.17" }, "require-dev": { "phpunit/phpunit": "^9.5" @@ -12297,7 +12417,7 @@ ], "description": "Skip files by rule class, directory, file or fnmatch", "support": { - "source": "https://github.com/symplify/skipper/tree/v9.2.9" + "source": "https://github.com/symplify/skipper/tree/v9.2.17" }, "funding": [ { @@ -12309,11 +12429,11 @@ "type": "github" } ], - "time": "2021-03-14T10:51:04+00:00" + "time": "2021-04-14T16:09:24+00:00" }, { "name": "symplify/smart-file-system", - "version": "v9.2.9", + "version": "v9.2.17", "source": { "type": "git", "url": "https://github.com/symplify/smart-file-system.git", @@ -12352,7 +12472,7 @@ ], "description": "Sanitized FileInfo with safe getRealPath() and other handy methods", "support": { - "source": "https://github.com/symplify/smart-file-system/tree/v9.2.9" + "source": "https://github.com/symplify/smart-file-system/tree/v9.2.17" }, "funding": [ { @@ -12368,26 +12488,26 @@ }, { "name": "symplify/symfony-php-config", - "version": "v9.2.9", + "version": "v9.2.16", "source": { "type": "git", "url": "https://github.com/symplify/symfony-php-config.git", - "reference": "0890330cf5aa6203ca80118a4658f626bc789e06" + "reference": "ec1732f9e2a063e38bc7451dd349ce307b68f44f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/symfony-php-config/zipball/0890330cf5aa6203ca80118a4658f626bc789e06", - "reference": "0890330cf5aa6203ca80118a4658f626bc789e06", + "url": "https://api.github.com/repos/symplify/symfony-php-config/zipball/ec1732f9e2a063e38bc7451dd349ce307b68f44f", + "reference": "ec1732f9e2a063e38bc7451dd349ce307b68f44f", "shasum": "" }, "require": { "php": ">=7.3", "symfony/dependency-injection": "^5.2", - "symplify/package-builder": "^9.2.9", - "symplify/symplify-kernel": "^9.2.9" + "symplify/package-builder": "^9.2.16", + "symplify/symplify-kernel": "^9.2.16" }, "require-dev": { - "phpstan/phpstan": "^0.12.80", + "phpstan/phpstan": "^0.12.82", "phpunit/phpunit": "^9.5", "symfony/http-kernel": "^4.4|^5.2" }, @@ -12408,22 +12528,22 @@ ], "description": "Tools that easy work with Symfony PHP Configs", "support": { - "source": "https://github.com/symplify/symfony-php-config/tree/v9.2.9" + "source": "https://github.com/symplify/symfony-php-config/tree/v9.2.16" }, - "time": "2021-03-14T10:51:05+00:00" + "time": "2021-04-14T13:20:15+00:00" }, { "name": "symplify/symplify-kernel", - "version": "v9.2.9", + "version": "v9.2.17", "source": { "type": "git", "url": "https://github.com/symplify/symplify-kernel.git", - "reference": "3104e5439b001b365a37ea948c13e451e06d3fee" + "reference": "047f22e34a707556309a2ce7ed187250cf9b4edd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/symplify-kernel/zipball/3104e5439b001b365a37ea948c13e451e06d3fee", - "reference": "3104e5439b001b365a37ea948c13e451e06d3fee", + "url": "https://api.github.com/repos/symplify/symplify-kernel/zipball/047f22e34a707556309a2ce7ed187250cf9b4edd", + "reference": "047f22e34a707556309a2ce7ed187250cf9b4edd", "shasum": "" }, "require": { @@ -12432,10 +12552,10 @@ "symfony/console": "^4.4|^5.2", "symfony/dependency-injection": "^5.2", "symfony/http-kernel": "^4.4|^5.2", - "symplify/autowire-array-parameter": "^9.2.9", - "symplify/composer-json-manipulator": "^9.2.9", - "symplify/package-builder": "^9.2.9", - "symplify/smart-file-system": "^9.2.9" + "symplify/autowire-array-parameter": "^9.2.17", + "symplify/composer-json-manipulator": "^9.2.17", + "symplify/package-builder": "^9.2.17", + "symplify/smart-file-system": "^9.2.17" }, "require-dev": { "phpunit/phpunit": "^9.5" @@ -12457,9 +12577,9 @@ ], "description": "Internal Kernel for Symplify packages", "support": { - "source": "https://github.com/symplify/symplify-kernel/tree/v9.2.9" + "source": "https://github.com/symplify/symplify-kernel/tree/v9.2.17" }, - "time": "2021-03-14T10:51:05+00:00" + "time": "2021-04-14T16:09:25+00:00" }, { "name": "theseer/tokenizer", @@ -12589,20 +12709,20 @@ }, { "name": "vimeo/psalm", - "version": "4.6.2", + "version": "4.7.0", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "bca09d74adc704c4eaee36a3c3e9d379e290fc3b" + "reference": "d4377c0baf3ffbf0b1ec6998e8d1be2a40971005" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/bca09d74adc704c4eaee36a3c3e9d379e290fc3b", - "reference": "bca09d74adc704c4eaee36a3c3e9d379e290fc3b", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/d4377c0baf3ffbf0b1ec6998e8d1be2a40971005", + "reference": "d4377c0baf3ffbf0b1ec6998e8d1be2a40971005", "shasum": "" }, "require": { - "amphp/amp": "^2.1", + "amphp/amp": "^2.4.2", "amphp/byte-stream": "^1.5", "composer/package-versions-deprecated": "^1.8.0", "composer/semver": "^1.4 || ^2.0 || ^3.0", @@ -12628,7 +12748,6 @@ "psalm/psalm": "self.version" }, "require-dev": { - "amphp/amp": "^2.4.2", "bamarni/composer-bin-plugin": "^1.2", "brianium/paratest": "^4.0||^6.0", "ext-curl": "*", @@ -12641,6 +12760,7 @@ "slevomat/coding-standard": "^6.3.11", "squizlabs/php_codesniffer": "^3.5", "symfony/process": "^4.3", + "weirdan/phpunit-appveyor-reporter": "^1.0.0", "weirdan/prophecy-shim": "^1.0 || ^2.0" }, "suggest": { @@ -12688,36 +12808,41 @@ ], "support": { "issues": "https://github.com/vimeo/psalm/issues", - "source": "https://github.com/vimeo/psalm/tree/4.6.2" + "source": "https://github.com/vimeo/psalm/tree/4.7.0" }, - "time": "2021-02-26T02:24:18+00:00" + "time": "2021-03-29T03:54:38+00:00" }, { "name": "webmozart/assert", - "version": "1.9.1", + "version": "1.10.0", "source": { "type": "git", "url": "https://github.com/webmozarts/assert.git", - "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389" + "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozarts/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", - "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25", + "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25", "shasum": "" }, "require": { - "php": "^5.3.3 || ^7.0 || ^8.0", + "php": "^7.2 || ^8.0", "symfony/polyfill-ctype": "^1.8" }, "conflict": { "phpstan/phpstan": "<0.12.20", - "vimeo/psalm": "<3.9.1" + "vimeo/psalm": "<4.6.1 || 4.6.2" }, "require-dev": { - "phpunit/phpunit": "^4.8.36 || ^7.5.13" + "phpunit/phpunit": "^8.5.13" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.10-dev" + } + }, "autoload": { "psr-4": { "Webmozart\\Assert\\": "src/" @@ -12741,9 +12866,9 @@ ], "support": { "issues": "https://github.com/webmozarts/assert/issues", - "source": "https://github.com/webmozarts/assert/tree/1.9.1" + "source": "https://github.com/webmozarts/assert/tree/1.10.0" }, - "time": "2020-07-08T17:02:28+00:00" + "time": "2021-03-09T10:59:23+00:00" }, { "name": "webmozart/path-util", @@ -12847,16 +12972,16 @@ }, { "name": "zenstruck/foundry", - "version": "v1.9.0", + "version": "v1.9.1", "source": { "type": "git", "url": "https://github.com/zenstruck/foundry.git", - "reference": "82502b7055093c9655c24c6e34e6b40de566ed19" + "reference": "0ebf0dd1e4e119714979fc9dd81bd38bcebcdaae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zenstruck/foundry/zipball/82502b7055093c9655c24c6e34e6b40de566ed19", - "reference": "82502b7055093c9655c24c6e34e6b40de566ed19", + "url": "https://api.github.com/repos/zenstruck/foundry/zipball/0ebf0dd1e4e119714979fc9dd81bd38bcebcdaae", + "reference": "0ebf0dd1e4e119714979fc9dd81bd38bcebcdaae", "shasum": "" }, "require": { @@ -12914,9 +13039,9 @@ ], "support": { "issues": "https://github.com/zenstruck/foundry/issues", - "source": "https://github.com/zenstruck/foundry/tree/v1.9.0" + "source": "https://github.com/zenstruck/foundry/tree/v1.9.1" }, - "time": "2021-03-12T12:56:27+00:00" + "time": "2021-03-19T13:39:56+00:00" } ], "aliases": [], diff --git a/symfony.lock b/symfony.lock index fdf7bb8..b45bfbe 100644 --- a/symfony.lock +++ b/symfony.lock @@ -77,6 +77,9 @@ "doctrine/dbal": { "version": "2.12.1" }, + "doctrine/deprecations": { + "version": "v0.5.3" + }, "doctrine/doctrine-bundle": { "version": "2.0", "recipe": { @@ -726,6 +729,9 @@ "symplify/rule-doc-generator": { "version": "9.1.0" }, + "symplify/rule-doc-generator-contracts": { + "version": "v9.2.17" + }, "symplify/set-config-resolver": { "version": "9.1.0" }, diff --git a/tests/Functional/IssuesCest.php b/tests/Functional/IssuesCest.php new file mode 100644 index 0000000..fc5acc5 --- /dev/null +++ b/tests/Functional/IssuesCest.php @@ -0,0 +1,35 @@ +haveInRepository( + User::class, + [ + 'email' => 'fixture@fixture.test', + 'password' => uniqid(), + ] + ); + $ormConnection = $I->grabService('doctrine.orm.default_entity_manager')->getConnection(); + $I->rebootClientKernel(); + /** @var Connection $dbalConnection */ + $dbalConnection = $I->grabService('doctrine.dbal.default_connection'); + + $I->assertSame($ormConnection, $dbalConnection); + + $user = $dbalConnection->fetchOne('SELECT id FROM user WHERE email = :email', [':email' => 'fixture@fixture.test']); + $I->assertNotFalse($user); + } +}