Bump the phpstan-dependencies group across 1 directory with 3 updates

Bumps the phpstan-dependencies group with 3 updates in the / directory: [phpstan/phpstan](https://github.com/phpstan/phpstan), [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) and [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony).


Updates `phpstan/phpstan` from 1.11.7 to 1.11.10
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.12.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.11.7...1.11.10)

Updates `phpstan/phpstan-doctrine` from 1.4.8 to 1.5.0
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.4.8...1.5.0)

Updates `phpstan/phpstan-symfony` from 1.4.6 to 1.4.7
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/1.4.6...1.4.7)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: phpstan-dependencies
- dependency-name: phpstan/phpstan-symfony
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-08-12 02:02:01 +00:00 committed by GitHub
parent 75d0d45724
commit 6746ab8658
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

34
composer.lock generated
View file

@ -17326,16 +17326,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.11.7",
"version": "1.11.10",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "52d2bbfdcae7f895915629e4694e9497d0f8e28d"
"reference": "640410b32995914bde3eed26fa89552f9c2c082f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/52d2bbfdcae7f895915629e4694e9497d0f8e28d",
"reference": "52d2bbfdcae7f895915629e4694e9497d0f8e28d",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/640410b32995914bde3eed26fa89552f9c2c082f",
"reference": "640410b32995914bde3eed26fa89552f9c2c082f",
"shasum": ""
},
"require": {
@ -17380,20 +17380,20 @@
"type": "github"
}
],
"time": "2024-07-06T11:17:41+00:00"
"time": "2024-08-08T09:02:50+00:00"
},
{
"name": "phpstan/phpstan-doctrine",
"version": "1.4.8",
"version": "1.5.0",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
"reference": "fa497c5cf8a3f9cd3db8cb4033daf5244793d3e1"
"reference": "caa046bd6152818e781260fb3a7a96d6b0fadeed"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/fa497c5cf8a3f9cd3db8cb4033daf5244793d3e1",
"reference": "fa497c5cf8a3f9cd3db8cb4033daf5244793d3e1",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/caa046bd6152818e781260fb3a7a96d6b0fadeed",
"reference": "caa046bd6152818e781260fb3a7a96d6b0fadeed",
"shasum": ""
},
"require": {
@ -17450,9 +17450,9 @@
"description": "Doctrine extensions for PHPStan",
"support": {
"issues": "https://github.com/phpstan/phpstan-doctrine/issues",
"source": "https://github.com/phpstan/phpstan-doctrine/tree/1.4.8"
"source": "https://github.com/phpstan/phpstan-doctrine/tree/1.5.0"
},
"time": "2024-07-16T11:31:01+00:00"
"time": "2024-08-05T13:47:07+00:00"
},
{
"name": "phpstan/phpstan-phpunit",
@ -17508,16 +17508,16 @@
},
{
"name": "phpstan/phpstan-symfony",
"version": "1.4.6",
"version": "1.4.7",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-symfony.git",
"reference": "e909a075d69e0d4db262ac3407350ae2c6b6ab5f"
"reference": "ee88a01bc48f608143d3376802ec952270737cb8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/e909a075d69e0d4db262ac3407350ae2c6b6ab5f",
"reference": "e909a075d69e0d4db262ac3407350ae2c6b6ab5f",
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/ee88a01bc48f608143d3376802ec952270737cb8",
"reference": "ee88a01bc48f608143d3376802ec952270737cb8",
"shasum": ""
},
"require": {
@ -17574,9 +17574,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.6"
"source": "https://github.com/phpstan/phpstan-symfony/tree/1.4.7"
},
"time": "2024-07-16T11:48:54+00:00"
"time": "2024-08-09T12:37:24+00:00"
},
{
"name": "phpunit/php-code-coverage",