-
- Downloads
Merge branch 'feature/init' into 'master'
Init See merge request !1
Showing
- .editorconfig 22 additions, 0 deletions.editorconfig
- .gitattributes 12 additions, 0 deletions.gitattributes
- .gitignore 3 additions, 0 deletions.gitignore
- .gitlab-ci.yml 7 additions, 0 deletions.gitlab-ci.yml
- CHANGELOG.md 3 additions, 0 deletionsCHANGELOG.md
- LICENSE.md 21 additions, 0 deletionsLICENSE.md
- README.md 13 additions, 1 deletionREADME.md
- apigen.neon 27 additions, 0 deletionsapigen.neon
- composer.json 36 additions, 0 deletionscomposer.json
- phpcs.xml.dist 28 additions, 0 deletionsphpcs.xml.dist
- phpunit-integration.xml 34 additions, 0 deletionsphpunit-integration.xml
- phpunit-unit.xml 21 additions, 0 deletionsphpunit-unit.xml
.editorconfig
0 → 100644
.gitattributes
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
CHANGELOG.md
0 → 100644
LICENSE.md
0 → 100644
apigen.neon
0 → 100644
composer.json
0 → 100644
{ | |||
"name": "wpdesk/wp-code-sniffer", | |||
"description": "Library for WP Desk Coding standards in plugins.", | |||
"license": "MIT", | |||
"keywords": ["wordpress", "code sniffer", "admin"], | |||
"homepage": "https://gitlab.com/wpdesk/wp-code-sniffer", | |||
"type": "library", | |||
"minimum-stability": "stable", | |||
"authors": [ | |||
{ | |||
"name": "grola", | |||
"email": "grola@wpdesk.net" | |||
} | |||
], | |||
"require": { | |||
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2", | |||
"phpcompatibility/php-compatibility": "^9.3", | |||
"squizlabs/php_codesniffer": "^3.5", | |||
"wp-coding-standards/wpcs": "^2.2" | |||
}, | |||
"require-dev": { | |||
"phpunit/phpunit": "<7", | |||
"mockery/mockery": "*", | |||
"10up/wp_mock": "*" | |||
}, | |||
"autoload": { | |||
}, | |||
"autoload-dev": { | |||
}, | |||
"scripts": { | |||
"phpcs": "phpcs" | |||
}, | |||
"extra": { | |||
"class": "WPDesk\\Composer\\Codeception\\Plugin" | |||
} | |||
} |
phpcs.xml.dist
0 → 100644
phpunit-integration.xml
0 → 100644
phpunit-unit.xml
0 → 100644
Please register or sign in to comment