Compare commits

..
4 Commits
Author SHA1 Message Date
Jérémy BenoistandGitHub 3e159d4e24 Merge pull request #146 from j0k3r/dependabot/composer/phpstan/phpstan-2.2.13
build(deps-dev): update phpstan/phpstan requirement from 2.2.12 to 2.2.13
2026-09-11 09:47:10 +02:00
Jérémy BenoistandGitHub 3677c91b29 Merge pull request #145 from j0k3r/dependabot/composer/rector/rector-2.6.6
build(deps-dev): update rector/rector requirement from 2.6.3 to 2.6.6
2026-09-11 09:46:59 +02:00
dependabot[bot]andGitHub c88b196ee6 build(deps-dev): update phpstan/phpstan requirement
Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan-phar-composer-source) to permit the latest version.
- [Commits](https://github.com/phpstan/phpstan-phar-composer-source/commits)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-version: 2.2.13
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-09-11 05:36:40 +00:00
dependabot[bot]andGitHub ad05b00797 build(deps-dev): update rector/rector requirement from 2.6.3 to 2.6.6
Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](https://github.com/rectorphp/rector/compare/2.6.3...2.6.6)

---
updated-dependencies:
- dependency-name: rector/rector
  dependency-version: 2.6.6
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-09-11 05:36:38 +00:00
+2 -2
View File
@@ -33,9 +33,9 @@
"friendsofphp/php-cs-fixer": "3.95.24", "friendsofphp/php-cs-fixer": "3.95.24",
"monolog/monolog": "^1.24|^2.1", "monolog/monolog": "^1.24|^2.1",
"symfony/phpunit-bridge": "^4.4|^5.3|^6.0|^7.0", "symfony/phpunit-bridge": "^4.4|^5.3|^6.0|^7.0",
"phpstan/phpstan": "2.2.12", "phpstan/phpstan": "2.2.13",
"phpstan/phpstan-phpunit": "2.0.18", "phpstan/phpstan-phpunit": "2.0.18",
"rector/rector": "2.6.3" "rector/rector": "2.6.6"
}, },
"suggest": { "suggest": {
"ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure." "ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure."