You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
428 B
22 lines
428 B
2 months ago
|
{
|
||
|
"output": "goutte.phar",
|
||
|
"chmod": "0755",
|
||
|
"compactors": [
|
||
|
"Herrera\\Box\\Compactor\\Php"
|
||
|
],
|
||
|
"extract": false,
|
||
|
"files": [
|
||
|
"LICENSE",
|
||
|
"Goutte/Client.php"
|
||
|
],
|
||
|
"finder": [
|
||
|
{
|
||
|
"name": ["*.php", "*.pem*"],
|
||
|
"exclude": ["Tests", "tests"],
|
||
|
"in": "vendor"
|
||
|
}
|
||
|
],
|
||
|
"stub": "Goutte/Resources/phar-stub.php",
|
||
|
"web": false
|
||
|
}
|