Skip to content

Commit 886d1c3

Browse files
committed
✏️ composer.json updated
1 parent 394ceca commit 886d1c3

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# PHPCloc
2-
Cloc & Code duplication checker written in PHP
2+
:rocket: Cloc & duplicate code checker written in PHP
33

44
## Requirements
55
PHP >= 5.4
@@ -15,7 +15,7 @@ Cloc
1515
$ phpcloc cloc .
1616
```
1717

18-
Dublicate code checker
18+
Duplicate code checker
1919
```
2020
$ phpcloc duplicate . --ext=php
2121
```

composer.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
22
"name": "appzcoder/phpcloc",
3+
"license": "MIT",
4+
"description": "Cloc & duplicate code checker tool.",
5+
"keywords": [
6+
"phpcloc",
7+
"cloc",
8+
"count lines of code",
9+
"duplicate code checker"
10+
],
311
"authors": [
412
{
513
"name": "Sohel Amin",
@@ -13,5 +21,8 @@
1321
"psr-4": {
1422
"Appzcoder\\PHPCloc\\": "src/"
1523
}
16-
}
24+
},
25+
"bin": [
26+
"phpcloc"
27+
]
1728
}

0 commit comments

Comments
 (0)