Compare commits

..
6 Commits
Author SHA1 Message Date
Jérémy BenoistandGitHub ced50c9c10 Merge pull request #141 from j0k3r/dependabot/composer/phpstan/phpstan-2.2.9 2026-08-28 08:12:47 +02:00
Jérémy BenoistandGitHub f991d80b5a Merge pull request #142 from j0k3r/dependabot/composer/rector/rector-2.6.3 2026-08-28 08:12:32 +02:00
dependabot[bot]andGitHub 1697cdbeee build(deps-dev): update phpstan/phpstan requirement from 2.2.8 to 2.2.9
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.9
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-28 05:42:17 +00:00
Jérémy BenoistandGitHub eb9d8d067c Merge pull request #140 from j0k3r/dependabot/composer/friendsofphp/php-cs-fixer-3.95.22 2026-08-28 07:40:21 +02:00
dependabot[bot]andGitHub 9052618a31 build(deps-dev): update rector/rector requirement from 2.6.2 to 2.6.3
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.2...2.6.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-28 05:34:19 +00:00
dependabot[bot]andGitHub 3d332b4056 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.19...v3.95.22)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-28 05:34:10 +00:00
+3 -3
View File
@@ -30,12 +30,12 @@
"masterminds/html5": "^2.7" "masterminds/html5": "^2.7"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "3.95.19", "friendsofphp/php-cs-fixer": "3.95.22",
"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.8", "phpstan/phpstan": "2.2.9",
"phpstan/phpstan-phpunit": "2.0.18", "phpstan/phpstan-phpunit": "2.0.18",
"rector/rector": "2.6.2" "rector/rector": "2.6.3"
}, },
"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."