Compare commits

..
4 Commits
Author SHA1 Message Date
Jérémy BenoistandGitHub 7701717086 Merge pull request #148 from j0k3r/dependabot/composer/phpstan/phpstan-2.2.14 2026-09-18 09:12:38 +02:00
Jérémy BenoistandGitHub 0dab8c72c4 Merge pull request #147 from j0k3r/dependabot/composer/friendsofphp/php-cs-fixer-3.95.25 2026-09-18 09:12:29 +02:00
dependabot[bot]andGitHub 4c0b341bff 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.14
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-09-18 05:33:46 +00:00
dependabot[bot]andGitHub 9736f08a12 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.24...v3.95.25)

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

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