Skip to content

Commit

Permalink
Update composer dependencies for GBCS.
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-vlasenko committed Jan 2, 2025
1 parent 979c44d commit 649f3f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/php/gutenberg-coding-standards/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
}
],
"require": {
"php": ">=7.0",
"php": ">=7.2",
"ext-libxml": "*",
"ext-tokenizer": "*",
"ext-xmlreader": "*",
"squizlabs/php_codesniffer": "^3.7.2",
"phpcsstandards/phpcsutils": "^1.0.8"
"squizlabs/php_codesniffer": "^3.9.0",
"phpcsstandards/phpcsutils": "^1.0.10"
},
"require-dev": {
"phpcompatibility/php-compatibility": "^9.0",
"phpunit/phpunit": "^5.0 || ^6.0 || ^7.0",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"php-parallel-lint/php-console-highlighter": "^1.0.0",
"wp-coding-standards/wpcs": "^3.0"
"wp-coding-standards/wpcs": "~3.1.0"
},
"suggest": {
"ext-mbstring": "For improved results"
Expand Down

0 comments on commit 649f3f5

Please sign in to comment.