Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

Commit f069e46

Browse files
committed
Rename to local-php-security-checker-installer
1 parent ad7d62f commit f069e46

3 files changed

Lines changed: 25 additions & 3 deletions

File tree

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
1-
# composer-php-security-checker
1+
# local-php-security-checker-installer
22
Composer integration for local PHP security check using fabpot/local-php-security-checker
3+
4+
Install:
5+
6+
```
7+
composer require thibautselingue/local-php-security-checker-installer
8+
```
9+
10+
Usage:
11+
12+
```
13+
vendor/bin/local-php-security-checker-installer && vendor/bin/php-security-checker
14+
```
15+
16+
Example in composer.json auto-scripts:
17+
18+
```
19+
"scripts": {
20+
"auto-scripts": {
21+
"local-php-security-checker-installer && local-php-security-checker": "script"
22+
}
23+
}
24+
```

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "thibautselingue/composer-php-security-checker",
2+
"name": "thibautselingue/local-php-security-checker-installer",
33
"description": "Composer integration for local PHP security check",
44
"type": "library",
55
"license": "MIT",
@@ -10,6 +10,6 @@
1010
}
1111
],
1212
"bin": [
13-
"bin/install-local-php-security-checker"
13+
"bin/local-php-security-checker-installer"
1414
]
1515
}

0 commit comments

Comments
 (0)