Skip to content
GitLab
Explore
Sign in
Daniel Hürtgen
composer-phpcodesniffer-standards-plugin
Commits
f40124e4
Commit
f40124e4
authored
7 years ago
by
Daniel Hürtgen
Browse files
Options
Downloads
Patches
Plain Diff
FEAUTRE: Provide a basic documentation
parent
385dc5ac
Branches
Branches containing commit
Tags
Tags containing commit
3 merge requests
!37
Release 0.4.0
,
!29
Feature/integrate psr2 into ci
,
!27
FEAUTRE: Provide a basic documentation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+19
-7
19 additions, 7 deletions
README.md
with
19 additions
and
7 deletions
README.md
+
19
−
7
View file @
f40124e4
...
...
@@ -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
------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment