2014-04-11 23:13:20 +00:00
|
|
|
{
|
2014-05-09 22:07:21 +00:00
|
|
|
"alias": "geoip2.phar",
|
2014-05-08 22:28:16 +00:00
|
|
|
"main": "phar-stub.php",
|
2014-04-11 23:13:20 +00:00
|
|
|
"output": "geoip2.phar",
|
|
|
|
"compactors": [
|
|
|
|
"Herrera\\Box\\Compactor\\Composer",
|
|
|
|
"Herrera\\Box\\Compactor\\Json",
|
|
|
|
"Herrera\\Box\\Compactor\\Php"
|
|
|
|
],
|
|
|
|
"files": [
|
|
|
|
"LICENSE"
|
|
|
|
],
|
|
|
|
"finder": [
|
|
|
|
{
|
|
|
|
"name": [
|
2014-10-28 21:52:18 +00:00
|
|
|
"LICENSE",
|
|
|
|
"LICENSE.*",
|
2014-04-11 23:13:20 +00:00
|
|
|
"*.php",
|
2014-04-12 00:21:33 +00:00
|
|
|
"*.pem",
|
|
|
|
"*.pem.md5"
|
2014-04-11 23:13:20 +00:00
|
|
|
],
|
|
|
|
"exclude": [
|
|
|
|
"phpunit",
|
|
|
|
"satooshi",
|
2014-04-12 00:21:33 +00:00
|
|
|
"Tests",
|
|
|
|
"tests",
|
|
|
|
"yaml"
|
2014-04-11 23:13:20 +00:00
|
|
|
],
|
2014-04-12 00:21:33 +00:00
|
|
|
"in": "vendor"
|
|
|
|
}
|
2014-04-11 23:13:20 +00:00
|
|
|
],
|
2014-04-12 00:21:33 +00:00
|
|
|
|
|
|
|
"directories": ["compat", "src/"],
|
|
|
|
"git-version": "git-version",
|
2014-04-11 23:13:20 +00:00
|
|
|
"stub": true
|
|
|
|
}
|