Add box.json for creating phar
This commit is contained in:
parent
56407eff17
commit
6715f848bb
32
box.json
Normal file
32
box.json
Normal file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"main": "vendor/autoload.php",
|
||||
"output": "geoip2.phar",
|
||||
"compactors": [
|
||||
"Herrera\\Box\\Compactor\\Composer",
|
||||
"Herrera\\Box\\Compactor\\Json",
|
||||
"Herrera\\Box\\Compactor\\Php"
|
||||
],
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"finder": [
|
||||
{
|
||||
"name": [
|
||||
"LICENSE",
|
||||
"*.php",
|
||||
"*.json"
|
||||
],
|
||||
"notName": [
|
||||
"composer.json"
|
||||
],
|
||||
"exclude": [
|
||||
"phpunit",
|
||||
"satooshi",
|
||||
"tests"
|
||||
],
|
||||
"in": ["compat", "src", "vendor"]
|
||||
}
|
||||
],
|
||||
"directories": ["compat", "src/", "vendor/"],
|
||||
"stub": true
|
||||
}
|
Loading…
Reference in New Issue
Block a user