From ee3ef25dd42474d721c0e6ab63c0a85f11de21bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Oct 2021 03:11:32 +0000 Subject: [PATCH] Bump laminas/laminas-composer-autoloading from 2.2.0 to 3.1.0 in /app Bumps [laminas/laminas-composer-autoloading](https://github.com/laminas/laminas-composer-autoloading) from 2.2.0 to 3.1.0. - [Release notes](https://github.com/laminas/laminas-composer-autoloading/releases) - [Changelog](https://github.com/laminas/laminas-composer-autoloading/blob/3.2.x/CHANGELOG.md) - [Commits](https://github.com/laminas/laminas-composer-autoloading/compare/2.2.0...3.1.0) --- updated-dependencies: - dependency-name: laminas/laminas-composer-autoloading dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/composer.json | 2 +- app/composer.lock | 119 +++++++++++++++++++++------------------------- 2 files changed, 55 insertions(+), 66 deletions(-) diff --git a/app/composer.json b/app/composer.json index 3fdfd7b..76044ea 100644 --- a/app/composer.json +++ b/app/composer.json @@ -36,7 +36,7 @@ "laminas-api-tools/api-tools-admin": "^1.6", "laminas-api-tools/api-tools-asset-manager": "^1.2", "laminas/laminas-coding-standard": "^2.1", - "laminas/laminas-composer-autoloading": "^2.1", + "laminas/laminas-composer-autoloading": "^3.1", "laminas/laminas-developer-tools": "^2.1", "laminas/laminas-test": "^4.0@dev", "phpunit/phpunit": "^9.5", diff --git a/app/composer.lock b/app/composer.lock index f4c7713..6716979 100644 --- a/app/composer.lock +++ b/app/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "274d7d54176431e6099d4bf915afaa2a", + "content-hash": "951f412b575e1a0827e7b1be12e5aa7d", "packages": [ { "name": "brick/math", @@ -169,16 +169,16 @@ }, { "name": "composer/package-versions-deprecated", - "version": "1.11.99.2", + "version": "1.11.99.4", "source": { "type": "git", "url": "https://github.com/composer/package-versions-deprecated.git", - "reference": "c6522afe5540d5fc46675043d3ed5a45a740b27c" + "reference": "b174585d1fe49ceed21928a945138948cb394600" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/c6522afe5540d5fc46675043d3ed5a45a740b27c", - "reference": "c6522afe5540d5fc46675043d3ed5a45a740b27c", + "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b174585d1fe49ceed21928a945138948cb394600", + "reference": "b174585d1fe49ceed21928a945138948cb394600", "shasum": "" }, "require": { @@ -222,7 +222,7 @@ "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", "support": { "issues": "https://github.com/composer/package-versions-deprecated/issues", - "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.2" + "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.4" }, "funding": [ { @@ -238,7 +238,7 @@ "type": "tidelift" } ], - "time": "2021-05-24T07:46:03+00:00" + "time": "2021-09-13T08:41:34+00:00" }, { "name": "container-interop/container-interop", @@ -1495,49 +1495,41 @@ }, { "name": "laminas/laminas-cli", - "version": "1.1.1", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-cli.git", - "reference": "875a174c161c84c84c43bdff1e10cfe4ecbda704" + "reference": "725d5dbc791dd8c60865309fb35b5030a4a07a77" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-cli/zipball/875a174c161c84c84c43bdff1e10cfe4ecbda704", - "reference": "875a174c161c84c84c43bdff1e10cfe4ecbda704", + "url": "https://api.github.com/repos/laminas/laminas-cli/zipball/725d5dbc791dd8c60865309fb35b5030a4a07a77", + "reference": "725d5dbc791dd8c60865309fb35b5030a4a07a77", "shasum": "" }, "require": { - "composer/package-versions-deprecated": "^1.10.99", - "php": "^7.3 || ~8.0.0", - "psr/container": "^1.0", - "symfony/console": "^4.3 || ^5.1.2", - "symfony/event-dispatcher": "^4.0 || ^5.0", + "composer/package-versions-deprecated": "^1.11.99.4", + "php": "^7.3 || ~8.0.0 || ~8.1.0", + "psr/container": "^1.0 || ^2.0", + "symfony/console": "^5.3.7", + "symfony/event-dispatcher": "^5.0", "symfony/polyfill-php80": "^1.17", "webmozart/assert": "^1.9" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.0.0", + "laminas/laminas-coding-standard": "~2.2.0", "laminas/laminas-mvc": "^3.1.1", "laminas/laminas-servicemanager": "^3.4", "mikey179/vfsstream": "2.0.x-dev", - "phpunit/phpunit": "^9.4.1", - "vimeo/psalm": "^4.4.1" + "phpunit/phpunit": "^9.5.9", + "psalm/plugin-phpunit": "^0.16.1", + "vimeo/psalm": "^4.10" }, "bin": [ "bin/laminas" ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev", - "dev-develop": "1.1.x-dev" - } - }, "autoload": { - "files": [ - "src/autoload.php" - ], "psr-4": { "Laminas\\Cli\\": "src/" } @@ -1567,7 +1559,7 @@ "type": "community_bridge" } ], - "time": "2021-05-20T17:32:19+00:00" + "time": "2021-09-20T14:36:45+00:00" }, { "name": "laminas/laminas-component-installer", @@ -4036,16 +4028,16 @@ }, { "name": "symfony/console", - "version": "v5.3.6", + "version": "v5.3.7", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "51b71afd6d2dc8f5063199357b9880cea8d8bfe2" + "reference": "8b1008344647462ae6ec57559da166c2bfa5e16a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/51b71afd6d2dc8f5063199357b9880cea8d8bfe2", - "reference": "51b71afd6d2dc8f5063199357b9880cea8d8bfe2", + "url": "https://api.github.com/repos/symfony/console/zipball/8b1008344647462ae6ec57559da166c2bfa5e16a", + "reference": "8b1008344647462ae6ec57559da166c2bfa5e16a", "shasum": "" }, "require": { @@ -4115,7 +4107,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v5.3.6" + "source": "https://github.com/symfony/console/tree/v5.3.7" }, "funding": [ { @@ -4131,7 +4123,7 @@ "type": "tidelift" } ], - "time": "2021-07-27T19:10:22+00:00" + "time": "2021-08-25T20:02:16+00:00" }, { "name": "symfony/deprecation-contracts", @@ -4202,16 +4194,16 @@ }, { "name": "symfony/event-dispatcher", - "version": "v5.3.4", + "version": "v5.3.7", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "f2fd2208157553874560f3645d4594303058c4bd" + "reference": "ce7b20d69c66a20939d8952b617506a44d102130" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f2fd2208157553874560f3645d4594303058c4bd", - "reference": "f2fd2208157553874560f3645d4594303058c4bd", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ce7b20d69c66a20939d8952b617506a44d102130", + "reference": "ce7b20d69c66a20939d8952b617506a44d102130", "shasum": "" }, "require": { @@ -4267,7 +4259,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v5.3.4" + "source": "https://github.com/symfony/event-dispatcher/tree/v5.3.7" }, "funding": [ { @@ -4283,7 +4275,7 @@ "type": "tidelift" } ], - "time": "2021-07-23T15:55:36+00:00" + "time": "2021-08-04T21:20:46+00:00" }, { "name": "symfony/event-dispatcher-contracts", @@ -4931,16 +4923,16 @@ }, { "name": "symfony/string", - "version": "v5.3.3", + "version": "v5.3.7", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1" + "reference": "8d224396e28d30f81969f083a58763b8b9ceb0a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1", - "reference": "bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1", + "url": "https://api.github.com/repos/symfony/string/zipball/8d224396e28d30f81969f083a58763b8b9ceb0a5", + "reference": "8d224396e28d30f81969f083a58763b8b9ceb0a5", "shasum": "" }, "require": { @@ -4994,7 +4986,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v5.3.3" + "source": "https://github.com/symfony/string/tree/v5.3.7" }, "funding": [ { @@ -5010,7 +5002,7 @@ "type": "tidelift" } ], - "time": "2021-06-27T11:44:38+00:00" + "time": "2021-08-26T08:00:08+00:00" }, { "name": "webimpress/safe-writer", @@ -5618,40 +5610,37 @@ }, { "name": "laminas/laminas-composer-autoloading", - "version": "2.2.0", + "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-composer-autoloading.git", - "reference": "4267d3469df364d8375de1b675436031fd9756c4" + "reference": "49428045ad74374788843ca88f40f8c059cc0fa7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-composer-autoloading/zipball/4267d3469df364d8375de1b675436031fd9756c4", - "reference": "4267d3469df364d8375de1b675436031fd9756c4", + "url": "https://api.github.com/repos/laminas/laminas-composer-autoloading/zipball/49428045ad74374788843ca88f40f8c059cc0fa7", + "reference": "49428045ad74374788843ca88f40f8c059cc0fa7", "shasum": "" }, "require": { - "laminas/laminas-stdlib": "^3.1", - "laminas/laminas-zendframework-bridge": "^1.0", - "php": "^7.3 || ~8.0.0" - }, - "replace": { - "zfcampus/zf-composer-autoloading": "^2.1.0" + "laminas/laminas-cli": "^1.0", + "php": "^7.3 || ~8.0.0 || ~8.1.0", + "webmozart/assert": "^1.10" }, "require-dev": { "laminas/laminas-coding-standard": "~2.1.4", - "mikey179/vfsstream": "^1.6.7", - "mockery/mockery": "^1.4.1", - "php-mock/php-mock-phpunit": "^2.0", + "mikey179/vfsstream": "^1.6.10", "phpunit/phpunit": "^9.3", - "psalm/plugin-mockery": "^0.7.0", "psalm/plugin-phpunit": "^0.15.1", "vimeo/psalm": "^4.6" }, - "bin": [ - "bin/laminas-composer-autoloading" - ], "type": "library", + "extra": { + "laminas": { + "component": "Laminas\\ComposerAutoloading", + "config-provider": "Laminas\\ComposerAutoloading\\ConfigProvider" + } + }, "autoload": { "psr-4": { "Laminas\\ComposerAutoloading\\": "src/" @@ -5682,7 +5671,7 @@ "type": "community_bridge" } ], - "time": "2021-03-22T22:28:12+00:00" + "time": "2021-10-21T14:29:06+00:00" }, { "name": "laminas/laminas-developer-tools",