Compare commits

..
4 Commits
Author SHA1 Message Date
Jérémy BenoistandGitHub 44c3e02f01 Merge pull request #150 from j0k3r/dependabot/composer/rector/rector-2.6.7 2026-09-25 07:40:56 +02:00
Jérémy BenoistandGitHub a57cc7b25a Merge pull request #149 from j0k3r/dependabot/composer/friendsofphp/php-cs-fixer-3.95.26 2026-09-25 07:40:47 +02:00
dependabot[bot]andGitHub 67b869b37f build(deps-dev): update rector/rector requirement from 2.6.6 to 2.6.7
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.6...2.6.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-09-25 05:34:04 +00:00
dependabot[bot]andGitHub a76eaa555a build(deps-dev): update friendsofphp/php-cs-fixer requirement
Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) to permit the latest version.
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.95.25...v3.95.26)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.95.26
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-09-25 05:33:59 +00:00
+2 -2
View File
@@ -30,12 +30,12 @@
"masterminds/html5": "^2.7"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "3.95.25",
"friendsofphp/php-cs-fixer": "3.95.26",
"monolog/monolog": "^1.24|^2.1",
"symfony/phpunit-bridge": "^4.4|^5.3|^6.0|^7.0",
"phpstan/phpstan": "2.2.14",
"phpstan/phpstan-phpunit": "2.0.18",
"rector/rector": "2.6.6"
"rector/rector": "2.6.7"
},
"suggest": {
"ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure."