-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,18 +6,21 @@ Custom twigcs rule extending offical twics rules. | |
## Installation | ||
|
||
Until this repository is available on packagist, please add the project manually into composer.json | ||
Please refer https://getcomposer.org/doc/05-repositories.md to learn more about adding custom repositories to the project. | ||
|
||
``` | ||
{ | ||
... | ||
"repositories": [ | ||
{ | ||
"type": "vcs", | ||
"url": "[email protected]:factorial-io/twigcs.git" | ||
"url": "[email protected]:factorial-io/twigcs-extension.git" | ||
} | ||
], | ||
... | ||
``` | ||
In case you want to learn more about adding a custom project to composer.json, please refer official documenation at https://getcomposer.org/doc/05-repositories.md. | ||
|
||
Run composer require to add the package to your project. | ||
``` | ||
composer require factorial-io/twigcs | ||
``` | ||
|