Skip to content

Commit 43e14b2

Browse files
committed
Update dependencies to latest versions
Upgrades various dependencies in `composer.json` and `composer.lock` to their latest versions to ensure compatibility, security, and access to new features. Adjusts version constraints and updates related metadata for development and runtime dependencies. Includes updates for libraries such as `php-cs-fixer`, `phpstan`, and Symfony components.
1 parent b8772f9 commit 43e14b2

File tree

2 files changed

+315
-251
lines changed

2 files changed

+315
-251
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"require-dev": {
1010
"phpunit/phpunit": "*",
1111
"phpstan/phpstan": "*",
12-
"friendsofphp/php-cs-fixer": "^3.61",
13-
"ergebnis/composer-normalize": "^2.43",
14-
"ergebnis/php-cs-fixer-config": "^6.34"
12+
"friendsofphp/php-cs-fixer": "^3.86",
13+
"ergebnis/composer-normalize": "^2.47",
14+
"ergebnis/php-cs-fixer-config": "^6.52"
1515
},
1616
"license": "MIT",
1717
"autoload": {

0 commit comments

Comments
 (0)