diff --git a/composer.lock b/composer.lock index 496fd56..c354428 100644 --- a/composer.lock +++ b/composer.lock @@ -64,12 +64,12 @@ "source": { "type": "git", "url": "https://github.com/chimeraphp/foundation.git", - "reference": "97a4dd108aa830996421110ab2335139952a278a" + "reference": "7a091fc13b6eddbb8a795df4b7587f2741da21b7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/chimeraphp/foundation/zipball/97a4dd108aa830996421110ab2335139952a278a", - "reference": "97a4dd108aa830996421110ab2335139952a278a", + "url": "https://api.github.com/repos/chimeraphp/foundation/zipball/7a091fc13b6eddbb8a795df4b7587f2741da21b7", + "reference": "7a091fc13b6eddbb8a795df4b7587f2741da21b7", "shasum": "" }, "require": { @@ -118,7 +118,7 @@ "type": "patreon" } ], - "time": "2020-11-05T13:48:41+00:00" + "time": "2020-11-10T13:07:46+00:00" }, { "name": "fig/http-message-util", @@ -1079,36 +1079,31 @@ }, { "name": "doctrine/instantiator", - "version": "1.3.1", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", - "reference": "f350df0268e904597e3bd9c4685c53e0e333feea" + "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea", - "reference": "f350df0268e904597e3bd9c4685c53e0e333feea", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b", + "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^6.0", + "doctrine/coding-standard": "^8.0", "ext-pdo": "*", "ext-phar": "*", - "phpbench/phpbench": "^0.13", - "phpstan/phpstan-phpunit": "^0.11", - "phpstan/phpstan-shim": "^0.11", - "phpunit/phpunit": "^7.0" + "phpbench/phpbench": "^0.13 || 1.0.0-alpha2", + "phpstan/phpstan": "^0.12", + "phpstan/phpstan-phpunit": "^0.12", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.2.x-dev" - } - }, "autoload": { "psr-4": { "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" @@ -1122,7 +1117,7 @@ { "name": "Marco Pivetta", "email": "ocramius@gmail.com", - "homepage": "http://ocramius.github.com/" + "homepage": "https://ocramius.github.io/" } ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", @@ -1145,7 +1140,7 @@ "type": "tidelift" } ], - "time": "2020-05-29T17:27:14+00:00" + "time": "2020-11-10T18:47:58+00:00" }, { "name": "infection/abstract-testframework-adapter",