Skip to content

Commit

Permalink
Update dev requirements in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException committed Feb 6, 2025
1 parent 9a2451d commit 1107c4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"symfony/twig-bundle": "^6.4 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"phpstan/phpstan": "^2.0",
"infection/infection": "^0.27",
"phpunit/phpunit": "^11.5",
"phpstan/phpstan": "^2.1",
"infection/infection": "^0.29.10",
"doctrine/coding-standard": "^12.0",
"squizlabs/php_codesniffer": "^3.9",
"squizlabs/php_codesniffer": "^3.11",
"phpstan/phpstan-strict-rules": "^2.0",
"phpstan/phpstan-deprecation-rules": "^2.0"
},
Expand Down

0 comments on commit 1107c4a

Please sign in to comment.