From 2b9c4dd44f07a750e949616e0a8016f770c38dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 14:01:43 +0000 Subject: [PATCH] Bump php-di/php-di from 6.4.0 to 7.0.2 Bumps [php-di/php-di](https://github.com/PHP-DI/PHP-DI) from 6.4.0 to 7.0.2. - [Release notes](https://github.com/PHP-DI/PHP-DI/releases) - [Commits](https://github.com/PHP-DI/PHP-DI/compare/6.4.0...7.0.2) --- updated-dependencies: - dependency-name: php-di/php-di dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 73 ++++++++++----------------------------------------- 2 files changed, 15 insertions(+), 60 deletions(-) diff --git a/composer.json b/composer.json index 3a1ac7b..5324eee 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "ext-json": "*", "propel/propel": "~2.0@dev", "monolog/monolog": "^2.2", - "php-di/php-di": "^6.3", + "php-di/php-di": "^7.0", "slim/psr7": "^1.3", "slim/slim": "^4.7", "slim/twig-view": "^3.2", diff --git a/composer.lock b/composer.lock index 52f5279..a25942c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "13c5de84c3cef6a3a00bbe94a4f099e8", + "content-hash": "6e96f71262ac352fea7eec06b45cf1d1", "packages": [ { "name": "fig/http-message-util", @@ -1065,39 +1065,36 @@ }, { "name": "php-di/php-di", - "version": "6.4.0", + "version": "7.0.2", "source": { "type": "git", "url": "https://github.com/PHP-DI/PHP-DI.git", - "reference": "ae0f1b3b03d8b29dff81747063cbfd6276246cc4" + "reference": "5d1a8664e24f23b25e0426bbcb1288287fb49181" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/ae0f1b3b03d8b29dff81747063cbfd6276246cc4", - "reference": "ae0f1b3b03d8b29dff81747063cbfd6276246cc4", + "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/5d1a8664e24f23b25e0426bbcb1288287fb49181", + "reference": "5d1a8664e24f23b25e0426bbcb1288287fb49181", "shasum": "" }, "require": { "laravel/serializable-closure": "^1.0", - "php": ">=7.4.0", + "php": ">=8.0", "php-di/invoker": "^2.0", - "php-di/phpdoc-reader": "^2.0.1", - "psr/container": "^1.0" + "psr/container": "^1.1 || ^2.0" }, "provide": { "psr/container-implementation": "^1.0" }, "require-dev": { - "doctrine/annotations": "~1.10", - "friendsofphp/php-cs-fixer": "^2.4", - "mnapoli/phpunit-easymock": "^1.2", + "friendsofphp/php-cs-fixer": "^3", + "mnapoli/phpunit-easymock": "^1.3", "ocramius/proxy-manager": "^2.11.2", - "phpstan/phpstan": "^0.12", - "phpunit/phpunit": "^9.5" + "phpunit/phpunit": "^9.5", + "vimeo/psalm": "^4.6" }, "suggest": { - "doctrine/annotations": "Install it if you want to use annotations (version ~1.2)", - "ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~2.0)" + "ocramius/proxy-manager": "Install it if you want to use lazy injection (version ^2.3)" }, "type": "library", "autoload": { @@ -1125,7 +1122,7 @@ ], "support": { "issues": "https://github.com/PHP-DI/PHP-DI/issues", - "source": "https://github.com/PHP-DI/PHP-DI/tree/6.4.0" + "source": "https://github.com/PHP-DI/PHP-DI/tree/7.0.2" }, "funding": [ { @@ -1137,49 +1134,7 @@ "type": "tidelift" } ], - "time": "2022-04-09T16:46:38+00:00" - }, - { - "name": "php-di/phpdoc-reader", - "version": "2.2.1", - "source": { - "type": "git", - "url": "https://github.com/PHP-DI/PhpDocReader.git", - "reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/66daff34cbd2627740ffec9469ffbac9f8c8185c", - "reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c", - "shasum": "" - }, - "require": { - "php": ">=7.2.0" - }, - "require-dev": { - "mnapoli/hard-mode": "~0.3.0", - "phpunit/phpunit": "^8.5|^9.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "PhpDocReader\\": "src/PhpDocReader" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)", - "keywords": [ - "phpdoc", - "reflection" - ], - "support": { - "issues": "https://github.com/PHP-DI/PhpDocReader/issues", - "source": "https://github.com/PHP-DI/PhpDocReader/tree/2.2.1" - }, - "time": "2020-10-12T12:39:22+00:00" + "time": "2023-02-07T17:34:03+00:00" }, { "name": "phpseclib/phpseclib",