Backup of database 9 Nov 17
[yaffs-website] / vendor / fabpot / goutte / box.json
1 {
2     "output": "goutte.phar",
3     "chmod": "0755",
4     "compactors": [
5         "Herrera\\Box\\Compactor\\Php"
6     ],
7     "extract": false,
8     "files": [
9         "LICENSE",
10         "Goutte/Client.php"
11     ],
12     "finder": [
13         {
14             "name": ["*.php", "*.pem*"],
15             "exclude": ["Tests", "tests"],
16             "in": "vendor"
17         }
18     ],
19     "stub": "Goutte/Resources/phar-stub.php",
20     "web": false
21 }