Skip to content

Instantly share code, notes, and snippets.

@jmolivas
Created January 26, 2015 22:15
Show Gist options
  • Save jmolivas/ee16c4484687df31e39d to your computer and use it in GitHub Desktop.
Save jmolivas/ee16c4484687df31e39d to your computer and use it in GitHub Desktop.
{
"alias": "console.phar",
"chmod": "0755",
"directories": [
"config",
"src"
],
"files": [
"config.yml",
"bin/console.php",
"vendor/autoload.php"
],
"finder": [
{
"name": "/(\\.php|\\.json|\\.yml|\\.dist)$/",
"exclude": ["Tests","tests", "docs"],
"in": "vendor"
}
],
"main": "bin/console",
"output": "console.phar",
"stub": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment