-
Notifications
You must be signed in to change notification settings - Fork 0
/
pakket.json
45 lines (44 loc) · 1.02 KB
/
pakket.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"preRun": [
"{{PHPBIN}} composer.phar install --no-dev --prefer-dist >/dev/null 2>&1",
"{{PHPBIN}} composer.phar dump >/dev/null 2>&1"
],
"postRun": [
"{{PHPBIN}} composer.phar install >/dev/null 2>&1",
"chmod +x {{TARGETPATH}}"
],
"exclude": [
"/^Tests/i",
"/^coverage/i",
"/^pakket-(.*).phar/i",
"/^pakket.phar/i",
"/^Tests\\/(.*)/i",
"/^.git/i",
"/^(.*)\\/.git/i",
"/\\.gitignore/i",
"/\\.travis.yml/i",
"/\\.idea/i",
"/\\.idea\\/(.*)/i",
"/^vendor\\/(.*)\\/(.*)\\/Tests/i",
"/^vendor\\/(.*)\\/(.*)\\/Test/i",
"/^vendor\\/(.*)\\/Tests/i",
"/^vendor\\/doctrine/i",
"/^vendor\\/mockery/i",
"/^vendor\\/phpdocumentor/i",
"/^vendor\\/phpspec/i",
"/^vendor\\/phpunit/i",
"/^vendor\\/sebastian/i",
"/^vendor\\/squizlabs/i",
"/^vendor\\/webmozart/i"
],
"vars":{
"VERSION":"1.0"
},
"parse": [
"/^console/i"
],
"targetPath": "pakket.php{{PHPVERSION}}.phar",
"index": "console",
"gzip":true,
"buffer":true
}