GeoIP2-php/box.json

37 lines
807 B
JSON
Raw Normal View History

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": [
"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",
"shebang": false,
2014-04-11 23:13:20 +00:00
"stub": true
}