Skip to content

Commit 1b14f67

Browse files
committed
update tools version for security issue in symfony/process from 5.2.3 to 5.4.46
1 parent cd0b2ff commit 1b14f67

4 files changed

Lines changed: 3259 additions & 1064 deletions

File tree

classes/Shortcodes/Shortcode.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,4 @@ public function attributes( $attributes = [] ) {
6161
* @return string
6262
*/
6363
abstract public function render( $attributes = [], $content = '' );
64-
6564
}

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
}
2323
},
2424
"require-dev": {
25-
"dealerdirect/phpcodesniffer-composer-installer": "v0.7.1",
26-
"overtrue/phplint": "^2.3",
27-
"php-parallel-lint/php-parallel-lint": "v1.2.0",
25+
"dealerdirect/phpcodesniffer-composer-installer": "v1.2.0",
26+
"overtrue/phplint": "9.7.1",
27+
"php-parallel-lint/php-parallel-lint": "v1.4.0",
2828
"phpcompatibility/php-compatibility": "9.3.5",
29-
"phpro/grumphp-shim": "v1.3.1",
30-
"squizlabs/php_codesniffer": "3.5.8",
31-
"vimeo/psalm": "^4.6",
32-
"wp-coding-standards/wpcs": "2.3.0"
29+
"phpro/grumphp-shim": "v2.18.0",
30+
"squizlabs/php_codesniffer": "3.13.5",
31+
"vimeo/psalm": "6.14.2",
32+
"wp-coding-standards/wpcs": "3.3.0"
3333
},
3434
"scripts": {
3535
"cs": "./vendor/bin/phpcs",

0 commit comments

Comments
 (0)