26 lines
468 B
Plaintext
26 lines
468 B
Plaintext
{
|
|
"alias": "alias-tool.phar",
|
|
"chmod": "0755",
|
|
"compactors": [],
|
|
"directories": ["src"],
|
|
"files": ["alias-tool", "README.md", "VERSION"],
|
|
"finder": [
|
|
{
|
|
"name": "*.php",
|
|
"exclude": [
|
|
"test",
|
|
"tests",
|
|
"Test",
|
|
"Tests",
|
|
"Tester"
|
|
],
|
|
"in": "vendor"
|
|
}
|
|
],
|
|
"git-commit": "git-commit",
|
|
"git-version": "git-version",
|
|
"output": "alias-tool.phar",
|
|
"main": "alias-tool",
|
|
"stub": true
|
|
}
|