Skip to content

Instantly share code, notes, and snippets.

@kgust
Created August 15, 2018 02:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kgust/035556adb5de355e316bee6e839b2547 to your computer and use it in GitHub Desktop.
Save kgust/035556adb5de355e316bee6e839b2547 to your computer and use it in GitHub Desktop.
Can we create a PHAR of our application using box?
{
"chmod": "0755",
"main": "app/console",
"output": "console.phar",
"directories": ["src"],
"finder": [
{
"name": "*.php",
"exclude": ["test", "tests", "Tests"],
"in": "vendor"
}
],
"stub": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment