mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-10-18 16:16:13 +02:00

[TASK] Update phpstan/phpstan-strict-rules requirement (#1467)

Updates the requirements on [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules) to permit the latest version.
- [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases)
- [Commits](https://github.com/phpstan/phpstan-strict-rules/compare/1.6.0...1.6.1)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-strict-rules
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-09-20 14:18:02 +00:00 committed by GitHub
parent 3c5c350937
commit 8cbf6abd27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,7 +56,7 @@
"phpstan/extension-installer": "^1.4.3", "phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^1.12.4", "phpstan/phpstan": "^1.12.4",
"phpstan/phpstan-phpunit": "^1.4.0", "phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan-strict-rules": "^1.6.0", "phpstan/phpstan-strict-rules": "^1.6.1",
"phpunit/phpunit": "^9.6.20", "phpunit/phpunit": "^9.6.20",
"saschaegerer/phpstan-typo3": "^1.10.2", "saschaegerer/phpstan-typo3": "^1.10.2",
"seld/jsonlint": "^1.11.0", "seld/jsonlint": "^1.11.0",