Skip to content
Snippets Groups Projects
Commit dee4217c authored by Daniel Siepmann's avatar Daniel Siepmann
Browse files

Merge branch '34-adjust-documentation-for-composer-package-type' into 'develop'

TASK: Adjust documentation for new composer package type

Closes #34

See merge request !31
parents 545cd109 3d7b09e1
Branches
Tags
No related merge requests found
......@@ -18,14 +18,14 @@ Installation
$ composer require higidi/composer-phpcodesniffer-standards-plugin
```
Change the type of your composer package to `php-codesniffer-standards`
Change the type of your composer package to `phpcodesniffer-standard` (or optional to `phpcodesniffer-standards`, both will work)
Your composer.json should looks like:
```json
{
"name": "vendor/my-php-codesniffer-standards",
"description": "My codesniffer standards",
"type": "php-codesniffer-standards",
"type": "phpcodesniffer-standard",
"require": {
"higidi/composer-phpcodesniffer-standards-plugin": "^1.0"
}
......@@ -35,4 +35,4 @@ Your composer.json should looks like:
Issues
------
Bug reports and feature requests can be submitted on the [Issue Tracker](https://git.higidi.com/higidi/composer-phpcodesniffer-standards-plugin/issues)
\ No newline at end of file
Bug reports and feature requests can be submitted on the [Issue Tracker](https://git.higidi.com/higidi/composer-phpcodesniffer-standards-plugin/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