Bump phpstan/phpstan-symfony from 1.2.21 to 1.2.22

Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) from 1.2.21 to 1.2.22.
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/1.2.21...1.2.22)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-02 03:03:09 +00:00 committed by GitHub
parent 0c313d396b
commit 862660ae1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
composer.lock generated
View file

@ -12888,22 +12888,22 @@
},
{
"name": "phpstan/phpstan-symfony",
"version": "1.2.21",
"version": "1.2.22",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-symfony.git",
"reference": "44aef787a1062d2eec7932e958f0fbe6b2a22a67"
"reference": "cbf5b9ceadab8365ed46db42dcd23db1a4c26c93"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/44aef787a1062d2eec7932e958f0fbe6b2a22a67",
"reference": "44aef787a1062d2eec7932e958f0fbe6b2a22a67",
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/cbf5b9ceadab8365ed46db42dcd23db1a4c26c93",
"reference": "cbf5b9ceadab8365ed46db42dcd23db1a4c26c93",
"shasum": ""
},
"require": {
"ext-simplexml": "*",
"php": "^7.2 || ^8.0",
"phpstan/phpstan": "^1.9.1"
"phpstan/phpstan": "^1.9.4"
},
"conflict": {
"symfony/framework-bundle": "<3.0"
@ -12953,9 +12953,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.2.21"
"source": "https://github.com/phpstan/phpstan-symfony/tree/1.2.22"
},
"time": "2023-01-31T15:20:29+00:00"
"time": "2023-02-01T13:26:41+00:00"
},
{
"name": "symfony/maker-bundle",