Skip to content

Commit

Permalink
Composer: update dev dependencies
Browse files Browse the repository at this point in the history
Nearly all dev dependencies have had new releases. This commit updates the plugin to use the new versions.

For linting, the upgrade will get us preliminary PHP 8.4 support.
For CS, the upgrades will get us improved syntax support for PHP 8.3, improved information related to the WP 6.5 release, more documentation and a range of bug fixes.
  • Loading branch information
jrfnl committed Apr 5, 2024
1 parent 1d4ae68 commit 7f8b706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
},
"require-dev": {
"php-parallel-lint/php-console-highlighter": "^1.0.0",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"yoast/yoastcs": "^3.0"
"php-parallel-lint/php-parallel-lint": "^1.4.0",
"yoast/yoastcs": "^3.1.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit 7f8b706

Please sign in to comment.