Skip to content
Snippets Groups Projects
Verified Commit 10ad5b45 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

build: update packages

parent 34e2f70e
No related branches found
No related tags found
No related merge requests found
Pipeline #188027 failed
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
"homepage": "https://gitlab.com/wpdesk/wp-code-sniffer", "homepage": "https://gitlab.com/wpdesk/wp-code-sniffer",
"type": "phpcodesniffer-standard", "type": "phpcodesniffer-standard",
"prefer-stable": true, "prefer-stable": true,
"version": "1.2.3",
"authors": [ "authors": [
{ {
"name": "grola", "name": "grola",
...@@ -15,7 +14,7 @@ ...@@ -15,7 +14,7 @@
], ],
"require": { "require": {
"php": ">=7.0", "php": ">=7.0",
"dealerdirect/phpcodesniffer-composer-installer": "0.6|^0.7", "dealerdirect/phpcodesniffer-composer-installer": "^1",
"squizlabs/php_codesniffer": "^3.6", "squizlabs/php_codesniffer": "^3.6",
"wp-coding-standards/wpcs": "^2.3", "wp-coding-standards/wpcs": "^2.3",
"phpcompatibility/phpcompatibility-wp": "^2.1.1" "phpcompatibility/phpcompatibility-wp": "^2.1.1"
...@@ -33,5 +32,10 @@ ...@@ -33,5 +32,10 @@
"post-package-update": [ "post-package-update": [
"@install-codestandards" "@install-codestandards"
] ]
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment