You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-20Lines changed: 29 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,17 +48,17 @@ The preferred installation method is with the PHP Prefixer CLI PHAR. You can dow
48
48
49
49
You can install PHP-Prefixer CLI globally with Composer:
50
50
51
-
´´´sh
51
+
```sh
52
52
composer global require php-prefixer/php-prefixer-cli
53
-
´´´
53
+
```
54
54
55
55
## Usage
56
56
57
57
To use the command line, you must create an account on [PHP-Prefixer](https://php-prefixer.com/), and prepare your projects with the prefix definition in the `composer.json` schema.
58
58
59
59
Before using the command line, we recommend checking the documentation and guides here: <https://php-prefixer.com/docs/>
60
60
61
-
The command line requires four parameters, and it can receive an additional parameter:
61
+
The command line requires four parameters, and it can receive an additional parameter for GitHub integration:
62
62
63
63
Parameter | Description
64
64
---------|----------
@@ -69,23 +69,28 @@ project-id * | The identification of the configured project on [PHP-Prefixer](ht
69
69
--github-access-token | An optional GitHub token to access ´composer.json´ dependencies that are managed in private repositories.
0 commit comments