parent
ede6dc9c24
commit
2e3f6b4bd8
8 changed files with 560 additions and 132 deletions
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,18 @@ |
||||
{ |
||||
"main": "rprt.php", |
||||
"base-path": "app", |
||||
"compression": "GZ", |
||||
"output": "../bin/rprt-gz.phar", |
||||
"blacklist": ["config", "resources", "tests", "translations"], |
||||
"directories": ["src", "vendor"], |
||||
"files": [ |
||||
"dependencies.php" |
||||
], |
||||
"finder": [ |
||||
{ |
||||
"name": "*.php", |
||||
"exclude": ["Tests"], |
||||
"in": "vendor" |
||||
} |
||||
] |
||||
} |
Loading…
Reference in new issue