Compare commits

...
4 Commits
Author SHA1 Message Date
Jérémy BenoistandGitHub cbad259ba2 Merge pull request #143 from j0k3r/dependabot/composer/friendsofphp/php-cs-fixer-3.95.24 2026-09-04 08:06:22 +02:00
Jérémy BenoistandGitHub a3cc317102 Merge pull request #144 from j0k3r/dependabot/composer/phpstan/phpstan-2.2.12 2026-09-04 08:06:08 +02:00
dependabot[bot]andGitHub 425a42f239 build(deps-dev): update phpstan/phpstan requirement from 2.2.9 to 2.2.12
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.12
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-09-04 05:34:09 +00:00
dependabot[bot]andGitHub 9a8d33c6ba 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.22...v3.95.24)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-09-04 05:33:58 +00:00
+2 -2
View File
@@ -30,10 +30,10 @@
"masterminds/html5": "^2.7"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "3.95.22",
"friendsofphp/php-cs-fixer": "3.95.24",
"monolog/monolog": "^1.24|^2.1",
"symfony/phpunit-bridge": "^4.4|^5.3|^6.0|^7.0",
"phpstan/phpstan": "2.2.9",
"phpstan/phpstan": "2.2.12",
"phpstan/phpstan-phpunit": "2.0.18",
"rector/rector": "2.6.3"
},