Merge pull request #7497 from wallabag/dependabot/composer/phpstan-dependencies-d8414a1100

Bump the phpstan-dependencies group with 2 updates
This commit is contained in:
Jérémy Benoist 2024-05-27 09:41:28 +02:00 committed by GitHub
commit 788b714acb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

38
composer.lock generated
View file

@ -4566,24 +4566,24 @@
},
{
"name": "j0k3r/graby-site-config",
"version": "1.0.182",
"version": "1.0.187",
"source": {
"type": "git",
"url": "https://github.com/j0k3r/graby-site-config.git",
"reference": "303f34bb50d647aa0a00bc6f0ae933bebcf3bf1c"
"reference": "4bcb5a7fac83b7276a0fade2daf388747404d66f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/303f34bb50d647aa0a00bc6f0ae933bebcf3bf1c",
"reference": "303f34bb50d647aa0a00bc6f0ae933bebcf3bf1c",
"url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/4bcb5a7fac83b7276a0fade2daf388747404d66f",
"reference": "4bcb5a7fac83b7276a0fade2daf388747404d66f",
"shasum": ""
},
"require": {
"symfony/finder": "~2.6|~3.0|~4.0|~5.0|~6.0"
"symfony/finder": "~2.6|~3.0|~4.0|~5.0|~6.0|~7.0"
},
"require-dev": {
"liip/rmt": "1.2.*",
"symfony/phpunit-bridge": "^6.0"
"symfony/phpunit-bridge": "^6.0|^7.0"
},
"type": "library",
"autoload": {
@ -4604,9 +4604,9 @@
"description": "Graby site config files",
"support": {
"issues": "https://github.com/j0k3r/graby-site-config/issues",
"source": "https://github.com/j0k3r/graby-site-config/tree/1.0.182"
"source": "https://github.com/j0k3r/graby-site-config/tree/1.0.187"
},
"time": "2024-02-01T02:09:26+00:00"
"time": "2024-05-27T07:27:31+00:00"
},
{
"name": "j0k3r/httplug-ssrf-plugin",
@ -17381,16 +17381,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.11.1",
"version": "1.11.2",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "e524358f930e41a2b4cca1320e3b04fc26b39e0b"
"reference": "0d5d4294a70deb7547db655c47685d680e39cfec"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/e524358f930e41a2b4cca1320e3b04fc26b39e0b",
"reference": "e524358f930e41a2b4cca1320e3b04fc26b39e0b",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/0d5d4294a70deb7547db655c47685d680e39cfec",
"reference": "0d5d4294a70deb7547db655c47685d680e39cfec",
"shasum": ""
},
"require": {
@ -17435,7 +17435,7 @@
"type": "github"
}
],
"time": "2024-05-15T08:00:59+00:00"
"time": "2024-05-24T13:23:04+00:00"
},
{
"name": "phpstan/phpstan-doctrine",
@ -17563,16 +17563,16 @@
},
{
"name": "phpstan/phpstan-symfony",
"version": "1.4.0",
"version": "1.4.1",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-symfony.git",
"reference": "51183fefbaf4713aa81eddbd273dc59dd5e5ff71"
"reference": "d530cfebba55763732bc2421f79d2576d9d7942f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/51183fefbaf4713aa81eddbd273dc59dd5e5ff71",
"reference": "51183fefbaf4713aa81eddbd273dc59dd5e5ff71",
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/d530cfebba55763732bc2421f79d2576d9d7942f",
"reference": "d530cfebba55763732bc2421f79d2576d9d7942f",
"shasum": ""
},
"require": {
@ -17629,9 +17629,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.0"
"source": "https://github.com/phpstan/phpstan-symfony/tree/1.4.1"
},
"time": "2024-04-20T06:38:35+00:00"
"time": "2024-05-24T14:00:29+00:00"
},
{
"name": "phpunit/php-code-coverage",