Skip to content
Commit f40124e4 authored by Daniel Hürtgen's avatar Daniel Hürtgen
Browse files

FEAUTRE: Provide a basic documentation

parent 385dc5ac
Branches
Tags
3 merge requests!37Release 0.4.0,!29Feature/integrate psr2 into ci,!27FEAUTRE: Provide a basic documentation
......@@ -8,17 +8,29 @@ Composer plugin installs [PHP_CodeSniffer](https://github.com/squizlabs/PHP_Code
Requirements
------------
_TODO_
- `PHP >= 5.3.3`
- Composer package providing the PHP CodeSniffer Rulesets & Sniffs
Installation
------------
_TODO_
Documentation
-------------
_TODO_
```bash
$ composer require higidi/composer-phpcodesniffer-standards-plugin
```
Change the type of your composer package to `php-codesniffer-standards`
Your composer.json should looks like:
```json
{
"name": "vendor/my-php-codesniffer-standards",
"description": "My codesniffer standards",
"type": "php-codesniffer-standards",
"require": {
"higidi/composer-phpcodesniffer-standards-plugin": "^1.0"
}
}
```
Issues
------
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment