Skip to content
Snippets Groups Projects
Commit 2477cb7f authored by Dyszczo's avatar Dyszczo
Browse files

Merge branch 'feature/composer-2' into 'master'

Feature/composer 2

See merge request !3
parents 3e14d2e6 c1f0e7e2
No related branches found
No related tags found
1 merge request!3Feature/composer 2
Pipeline #2777 passed with warnings with stages
in 1 minute and 30 seconds
[1.0.1] - 2019-05-30
# Added
## [1.1.0] - 2021-05-21
## Added
- Support for Composer 2
- Support for PHP 8
## [1.0.1] - 2019-05-30
## Added
* classes directory in rules
[1.0.0] - 2019-05-30
# Added
## [1.0.0] - 2019-05-30
## Added
* First version
......@@ -5,7 +5,7 @@
"keywords": ["wordpress", "code sniffer", "admin"],
"homepage": "https://gitlab.com/wpdesk/wp-code-sniffer",
"type": "phpcodesniffer-standard",
"minimum-stability": "stable",
"prefer-stable": true,
"authors": [
{
"name": "grola",
......@@ -13,7 +13,7 @@
}
],
"require": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2",
"dealerdirect/phpcodesniffer-composer-installer": "0.6|^0.7",
"phpcompatibility/php-compatibility": "^9.3",
"squizlabs/php_codesniffer": "^3.5",
"wp-coding-standards/wpcs": "^2.2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment