Merge pull request #7662 from wallabag/dependabot/composer/phpstan-dependencies-f7e23e4cc4

This commit is contained in:
Jérémy Benoist 2024-09-06 06:46:51 +02:00 committed by GitHub
commit 69c4db1c84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

24
composer.lock generated
View file

@ -17180,16 +17180,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.12.1",
"version": "1.12.2",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "d8ed7fffa66de1db0d2972267d8ed1d8fa0fe5a2"
"reference": "0ca1c7bb55fca8fe6448f16fff0f311ccec960a1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/d8ed7fffa66de1db0d2972267d8ed1d8fa0fe5a2",
"reference": "d8ed7fffa66de1db0d2972267d8ed1d8fa0fe5a2",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/0ca1c7bb55fca8fe6448f16fff0f311ccec960a1",
"reference": "0ca1c7bb55fca8fe6448f16fff0f311ccec960a1",
"shasum": ""
},
"require": {
@ -17234,7 +17234,7 @@
"type": "github"
}
],
"time": "2024-09-03T19:55:22+00:00"
"time": "2024-09-05T16:09:28+00:00"
},
{
"name": "phpstan/phpstan-doctrine",
@ -17362,22 +17362,22 @@
},
{
"name": "phpstan/phpstan-symfony",
"version": "1.4.8",
"version": "1.4.9",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-symfony.git",
"reference": "14eec8c011b856eee4d744a2a3f709db1e1858bd"
"reference": "51ab2438fb2695467cf96b58d2f8f28d4dd1e3e9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/14eec8c011b856eee4d744a2a3f709db1e1858bd",
"reference": "14eec8c011b856eee4d744a2a3f709db1e1858bd",
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/51ab2438fb2695467cf96b58d2f8f28d4dd1e3e9",
"reference": "51ab2438fb2695467cf96b58d2f8f28d4dd1e3e9",
"shasum": ""
},
"require": {
"ext-simplexml": "*",
"php": "^7.2 || ^8.0",
"phpstan/phpstan": "^1.11.7"
"phpstan/phpstan": "^1.12"
},
"conflict": {
"symfony/framework-bundle": "<3.0"
@ -17428,9 +17428,9 @@
"description": "Symfony Framework extensions and rules for PHPStan",
"support": {
"issues": "https://github.com/phpstan/phpstan-symfony/issues",
"source": "https://github.com/phpstan/phpstan-symfony/tree/1.4.8"
"source": "https://github.com/phpstan/phpstan-symfony/tree/1.4.9"
},
"time": "2024-08-13T19:43:40+00:00"
"time": "2024-09-05T16:15:09+00:00"
},
{
"name": "phpunit/php-code-coverage",