-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 729 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "hex-abyss/duplicate",
"description": "To check is duplicate process",
"keywords": ["console", "process", "duplicate", "duplicate process", "stop process", "stop fork process", "stop other process"],
"license": "MIT",
"homepage": "https://github.com/hex-abyss/duplicate",
"authors": [
{
"name": "Dima Levischenko",
"email": "dimalevischenko@gmail.com"
}
],
"support": {
"issues": "https://github.com/hex-abyss/duplicate/issues?state=open",
"source": "https://github.com/hex-abyss/duplicate"
},
"autoload": {
"psr-4": {
"hexAbyss\\": "src"
}
},
"require": {
"php": ">5.2"
}
}