diff --git a/composer.lock b/composer.lock index 21ce76e..216b548 100644 --- a/composer.lock +++ b/composer.lock @@ -10274,16 +10274,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.7.15", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "cd0202ea1b1fc6d1bbe156c6e2e18a03e0ff160a" + "reference": "b7648d4ee9321665acaf112e49da9fd93df8fbd5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/cd0202ea1b1fc6d1bbe156c6e2e18a03e0ff160a", - "reference": "cd0202ea1b1fc6d1bbe156c6e2e18a03e0ff160a", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b7648d4ee9321665acaf112e49da9fd93df8fbd5", + "reference": "b7648d4ee9321665acaf112e49da9fd93df8fbd5", "shasum": "" }, "require": { @@ -10309,7 +10309,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.7.15" + "source": "https://github.com/phpstan/phpstan/tree/1.8.0" }, "funding": [ { @@ -10329,7 +10329,7 @@ "type": "tidelift" } ], - "time": "2022-06-20T08:29:01+00:00" + "time": "2022-06-29T08:53:31+00:00" }, { "name": "phpunit/php-code-coverage", @@ -10805,21 +10805,21 @@ }, { "name": "rector/rector", - "version": "0.13.6", + "version": "0.13.7", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "3e494a75243efe264528cd8c275c49bebbc3412e" + "reference": "3574bf6399ae3951e31f3a9481e22ddb2f2f08b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/3e494a75243efe264528cd8c275c49bebbc3412e", - "reference": "3e494a75243efe264528cd8c275c49bebbc3412e", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/3574bf6399ae3951e31f3a9481e22ddb2f2f08b2", + "reference": "3574bf6399ae3951e31f3a9481e22ddb2f2f08b2", "shasum": "" }, "require": { "php": "^7.2|^8.0", - "phpstan/phpstan": "^1.7.12" + "phpstan/phpstan": "^1.8" }, "conflict": { "phpstan/phpdoc-parser": "<1.6.2", @@ -10853,7 +10853,7 @@ "description": "Instant Upgrade and Automated Refactoring of any PHP code", "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.13.6" + "source": "https://github.com/rectorphp/rector/tree/0.13.7" }, "funding": [ { @@ -10861,7 +10861,7 @@ "type": "github" } ], - "time": "2022-06-21T15:26:14+00:00" + "time": "2022-06-29T12:00:57+00:00" }, { "name": "sebastian/cli-parser",