From 4ba10da831cf8bff6648eb8fb4ac2ee6b4bdd118 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 12:32:04 +0000 Subject: [PATCH] Bump bensampo/laravel-enum from 1.38.0 to 2.2.0 Bumps [bensampo/laravel-enum](https://github.com/BenSampo/laravel-enum) from 1.38.0 to 2.2.0. - [Release notes](https://github.com/BenSampo/laravel-enum/releases) - [Changelog](https://github.com/BenSampo/laravel-enum/blob/master/CHANGELOG.md) - [Upgrade guide](https://github.com/BenSampo/laravel-enum/blob/master/UPGRADE.md) - [Commits](https://github.com/BenSampo/laravel-enum/compare/v1.38.0...v2.2.0) Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 65 ++++++++++++++++++++++++++------------------------- 2 files changed, 34 insertions(+), 33 deletions(-) diff --git a/composer.json b/composer.json index fd5a631bb..73f7ccea0 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ ], "require": { "php": "^7.4", - "bensampo/laravel-enum": "^1.25", + "bensampo/laravel-enum": "^2.2", "davidepastore/codice-fiscale": "^0.8.0", "diglactic/laravel-breadcrumbs": "^7.0", "doctrine/dbal": "^2.10", diff --git a/composer.lock b/composer.lock index a0643b95c..d0bf18c1c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,34 +4,35 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3e861cf6429dc4e3f331d1df1a1db33f", + "content-hash": "61eac92522d82d8c3599ac7f6ad822c8", "packages": [ { "name": "bensampo/laravel-enum", - "version": "v1.38.0", + "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/BenSampo/laravel-enum.git", - "reference": "e3b6120602e6e98584cdee938dca71a8c6b8fab0" + "reference": "d48fc31b34303b1c959a2113646868beb07f447e" }, "dist": { "type": "zip", - "url": "https://github.com/repos/BenSampo/laravel-enum/zipball/e3b6120602e6e98584cdee938dca71a8c6b8fab0", - "reference": "e3b6120602e6e98584cdee938dca71a8c6b8fab0", + "url": "https://github.com/repos/BenSampo/laravel-enum/zipball/d48fc31b34303b1c959a2113646868beb07f447e", + "reference": "d48fc31b34303b1c959a2113646868beb07f447e", "shasum": "" }, "require": { "hanneskod/classtools": "~1.0", - "illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0", + "illuminate/contracts": "^7.5", + "illuminate/support": "^7.5", "laminas/laminas-code": "^3.4", - "php": "~7.1" + "php": "^7.2.5" }, "require-dev": { "doctrine/dbal": "^2.9", - "laravel/framework": "5.6.*|5.7.*|5.8.*|^6.0|^7.0", - "orchestra/testbench": "3.6.*|3.7.*|3.8.*|3.9.*|^4.0|^5.0", + "laravel/framework": "^7.5", + "orchestra/testbench": "^5.0", "phpstan/phpstan": "^0.12.9", - "phpunit/phpunit": "^7.5|^8.5", + "phpunit/phpunit": "^8.5", "squizlabs/php_codesniffer": "^3.0" }, "type": "library", @@ -77,9 +78,9 @@ ], "support": { "issues": "https://github.com/BenSampo/laravel-enum/issues", - "source": "https://github.com/BenSampo/laravel-enum/tree/v1.38.0" + "source": "https://github.com/BenSampo/laravel-enum/tree/master" }, - "time": "2020-06-07T12:26:17+00:00" + "time": "2020-08-30T16:30:59+00:00" }, { "name": "brick/math", @@ -1920,31 +1921,31 @@ }, { "name": "laminas/laminas-eventmanager", - "version": "3.3.1", + "version": "3.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-eventmanager.git", - "reference": "966c859b67867b179fde1eff0cd38df51472ce4a" + "reference": "a93fd278c97b2d41ebbce5ba048a24e3e6f580ba" }, "dist": { "type": "zip", - "url": "https://github.com/repos/laminas/laminas-eventmanager/zipball/966c859b67867b179fde1eff0cd38df51472ce4a", - "reference": "966c859b67867b179fde1eff0cd38df51472ce4a", + "url": "https://github.com/repos/laminas/laminas-eventmanager/zipball/a93fd278c97b2d41ebbce5ba048a24e3e6f580ba", + "reference": "a93fd278c97b2d41ebbce5ba048a24e3e6f580ba", "shasum": "" }, "require": { - "laminas/laminas-zendframework-bridge": "^1.0", - "php": "^7.3 || ^8.0" + "php": "^7.3 || ~8.0.0 || ~8.1.0" }, - "replace": { - "zendframework/zend-eventmanager": "^3.2.1" + "conflict": { + "zendframework/zend-eventmanager": "*" }, "require-dev": { "container-interop/container-interop": "^1.1", - "laminas/laminas-coding-standard": "~1.0.0", - "laminas/laminas-stdlib": "^2.7.3 || ^3.0", - "phpbench/phpbench": "^0.17.1", - "phpunit/phpunit": "^8.5.8" + "laminas/laminas-coding-standard": "~2.2.1", + "laminas/laminas-stdlib": "^3.6", + "phpbench/phpbench": "^1.1", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^9.5.5" }, "suggest": { "container-interop/container-interop": "^1.1, to use the lazy listeners feature", @@ -1982,27 +1983,27 @@ "type": "community_bridge" } ], - "time": "2021-03-08T15:24:29+00:00" + "time": "2021-09-07T22:35:32+00:00" }, { "name": "laminas/laminas-zendframework-bridge", - "version": "1.3.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-zendframework-bridge.git", - "reference": "13af2502d9bb6f7d33be2de4b51fb68c6cdb476e" + "reference": "bf180a382393e7db5c1e8d0f2ec0c4af9c724baf" }, "dist": { "type": "zip", - "url": "https://github.com/repos/laminas/laminas-zendframework-bridge/zipball/13af2502d9bb6f7d33be2de4b51fb68c6cdb476e", - "reference": "13af2502d9bb6f7d33be2de4b51fb68c6cdb476e", + "url": "https://github.com/repos/laminas/laminas-zendframework-bridge/zipball/bf180a382393e7db5c1e8d0f2ec0c4af9c724baf", + "reference": "bf180a382393e7db5c1e8d0f2ec0c4af9c724baf", "shasum": "" }, "require": { - "php": "^7.3 || ^8.0" + "php": "^7.3 || ~8.0.0 || ~8.1.0" }, "require-dev": { - "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3", + "phpunit/phpunit": "^9.3", "psalm/plugin-phpunit": "^0.15.1", "squizlabs/php_codesniffer": "^3.5", "vimeo/psalm": "^4.6" @@ -2044,7 +2045,7 @@ "type": "community_bridge" } ], - "time": "2021-06-24T12:49:22+00:00" + "time": "2021-09-03T17:53:30+00:00" }, { "name": "laravel/framework",