Skip to content

Commit

Permalink
feat: update package versions in composer.json
Browse files Browse the repository at this point in the history
This commit updates several package versions to their latest patches,
improving compatibility and stability of the SEO analyzer tool. The
packages updated include symfony/var-dumper, pestphp/pest,
pestphp/pest-plugin-type-coverage, and phpstan/phpstan. This ensures that
the tool remains up-to-date with the latest developments and security
standards.
  • Loading branch information
pl38 committed Apr 16, 2024
1 parent f30daf1 commit 2c5496f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,16 @@
"psr/simple-cache": "^3.0",
"symfony/cache": "^7.0.6",
"symfony/translation": "^7.0.4",
"symfony/var-dumper": "^7.0",
"symfony/var-dumper": "^7.0.6",
"symfony/yaml": "^7.0.3"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.42.0",
"friendsofphp/php-cs-fixer": "^3.53.0",
"pestphp/pest": "^2.34",
"pestphp/pest": "^2.34.7",
"pestphp/pest-plugin-drift": "^2.6",
"pestphp/pest-plugin-faker": "^2.0",
"pestphp/pest-plugin-type-coverage": "^2.8",
"phpstan/phpstan": "^1.10.66",
"pestphp/pest-plugin-type-coverage": "^2.8.1",
"phpstan/phpstan": "^1.10.67",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"rector/rector": "^1.0.4",
"roave/security-advisories": "dev-latest",
Expand Down

0 comments on commit 2c5496f

Please sign in to comment.