Skip to content

Commit

Permalink
Composer: bump minimum versions for some dependencies
Browse files Browse the repository at this point in the history
Each of these dependencies has a minimum PHP version which aligns with the minimum PHP version of this package, so these can safely be "bumped" to enforce using the latest versions of these dependencies (which is what would be used in CI anyway).
  • Loading branch information
jrfnl committed Jan 21, 2025
1 parent 4b8a349 commit 7e6a2d2
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 @@ -42,12 +42,12 @@
},
"require-dev": {
"php-parallel-lint/php-console-highlighter": "^1.0.0",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"phpcompatibility/php-compatibility": "^9.0",
"php-parallel-lint/php-parallel-lint": "^1.4.0",
"phpcompatibility/php-compatibility": "^9.3.5",
"requests/test-server": "dev-main",
"roave/security-advisories": "dev-latest",
"wp-coding-standards/wpcs": "^3.0",
"yoast/phpunit-polyfills": "^2.0.0"
"wp-coding-standards/wpcs": "^3.1",
"yoast/phpunit-polyfills": "^2.0.1"
},
"suggest": {
"ext-curl": "For improved performance",
Expand Down

0 comments on commit 7e6a2d2

Please sign in to comment.