Skip to content

Instantly share code, notes, and snippets.

@temp
Created June 9, 2015 07:59
Show Gist options
  • Select an option

  • Save temp/21805780bf67a106e58c to your computer and use it in GitHub Desktop.

Select an option

Save temp/21805780bf67a106e58c to your computer and use it in GitHub Desktop.
box.json for paralles-lint
{
"output": "parallel-lint.phar",
"chmod": "0755",
"compactors": [
"Herrera\\Box\\Compactor\\Php"
],
"extract": false,
"main": "parallel-lint.php",
"files": [
"LICENSE"
],
"finder": [
{
"name": ["*.php", "*.pem*"],
"exclude": ["Tests", "tests"],
"in": "vendor"
},
{
"exclude": ["Tests"],
"in": "src"
},
{
"in": "bin"
}
],
"stub": true,
"web": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment