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, more documentation and a range of bug fixes.
  • Loading branch information
jrfnl committed Apr 6, 2024
1 parent 9f7c69a commit 3606229
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 60 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ext-zip": "*"
},
"require-dev": {
"yoast/yoastcs": "^3.0"
"yoast/yoastcs": "^3.1.0"
},
"autoload": {
"classmap": [
Expand Down
122 changes: 63 additions & 59 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3606229

Please sign in to comment.