Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Commit

Permalink
Fixes #9. Migrate to box project for creating phar.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyshaw committed Dec 14, 2015
1 parent 562fd56 commit d2d30ad
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions box.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"chmod": "0755",
"compactors": [
"Herrera\\Box\\Compactor\\Json",
"Herrera\\Box\\Compactor\\Php"
],
"compression": "GZ",
"directories": [
"src"
],
"files": [
"vendor/autoload.php",
"vendor/herrera-io/phar-update/res/schema.json",
"LICENSE.md"
],
"finder": [
{
"name": "*.php",
"exclude": [
"Test",
"Tests",
"test",
"tests"
],
"in": [
"vendor/"
]
}
],
"finder-bin": [
{
"notName": "*.php",
"exclude": [
"Test",
"Tests",
"test",
"tests"
],
"in": [
"vendor"
]
}
],
"main": "bin/magedbm",
"output": "magedbm.phar",
"stub": true
}

0 comments on commit d2d30ad

Please sign in to comment.