Bump php-di/php-di from 6.0.11 to 6.1.0

Bumps [php-di/php-di](https://github.com/PHP-DI/PHP-DI) from 6.0.11 to 6.1.0.
- [Release notes](https://github.com/PHP-DI/PHP-DI/releases)
- [Commits](https://github.com/PHP-DI/PHP-DI/compare/6.0.11...6.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-04-07 09:13:26 +00:00
committed by GitHub
parent 6b7fc63e76
commit 578cdc77cf

18
composer.lock generated
View File

@@ -568,22 +568,22 @@
},
{
"name": "php-di/php-di",
"version": "6.0.11",
"version": "6.1.0",
"source": {
"type": "git",
"url": "https://github.com/PHP-DI/PHP-DI.git",
"reference": "9bdcc2f41f5fb700ddd01bc4fa8d5bd7b3f94620"
"reference": "69238bd49acc0eb6a967029311eeadc3f7c5d538"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/9bdcc2f41f5fb700ddd01bc4fa8d5bd7b3f94620",
"reference": "9bdcc2f41f5fb700ddd01bc4fa8d5bd7b3f94620",
"url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/69238bd49acc0eb6a967029311eeadc3f7c5d538",
"reference": "69238bd49acc0eb6a967029311eeadc3f7c5d538",
"shasum": ""
},
"require": {
"jeremeamia/superclosure": "^2.0",
"nikic/php-parser": "^2.0|^3.0|^4.0",
"php": ">=7.0.0",
"php": ">=7.2.0",
"php-di/invoker": "^2.0",
"php-di/phpdoc-reader": "^2.0.1",
"psr/container": "^1.0"
@@ -594,10 +594,10 @@
"require-dev": {
"doctrine/annotations": "~1.2",
"friendsofphp/php-cs-fixer": "^2.4",
"mnapoli/phpunit-easymock": "~1.0",
"mnapoli/phpunit-easymock": "^1.2",
"ocramius/proxy-manager": "~2.0.2",
"phpstan/phpstan": "^0.9.2",
"phpunit/phpunit": "~6.4"
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^8.5"
},
"suggest": {
"doctrine/annotations": "Install it if you want to use annotations (version ~1.2)",
@@ -627,7 +627,7 @@
"ioc",
"psr11"
],
"time": "2019-12-12T07:58:02+00:00"
"time": "2020-04-06T09:54:49+00:00"
},
{
"name": "php-di/phpdoc-reader",