Skip to content

Commit

Permalink
chore(deps): update npm
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 16, 2024
1 parent 1a527bc commit eb9c200
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
}
],
"require": {
"php": ">=7.4"
"php": ">=7.4.33"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
"wp-coding-standards/wpcs": "^2.3",
"squizlabs/php_codesniffer": "^3.7",
"phpcompatibility/php-compatibility": "^9.3",
"php-parallel-lint/php-parallel-lint": "^1.3",
"squizlabs/php_codesniffer": "^3.10.1",
"phpcompatibility/php-compatibility": "^9.3.5",
"php-parallel-lint/php-parallel-lint": "^1.4.0",
"php-parallel-lint/php-console-highlighter": "^0.5.0",
"friendsofphp/php-cs-fixer": "^3.10",
"phpcompatibility/phpcompatibility-wp": "*",
"friendsofphp/php-cs-fixer": "^3.59.3",
"phpcompatibility/phpcompatibility-wp": "2.1.5",
"automattic/phpcs-neutron-ruleset": "^3.4",
"saggre/phpdocumentor-markdown": "^0.1.3"
"saggre/phpdocumentor-markdown": "^0.1.4"
},
"scripts": {
"lint": "phpcs .",
Expand Down

0 comments on commit eb9c200

Please sign in to comment.