File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "alias" : " phpcb.phar" ,
3
+ "compactors" : [
4
+ " KevinGH\\ Box\\ Compactor\\ Json" ,
5
+ " KevinGH\\ Box\\ Compactor\\ Php"
6
+ ],
7
+ "directories" : [" src" , " templates" ],
8
+ "files" : [
9
+ " LICENSE" ,
10
+ " vendor/autoload.php"
11
+ ],
12
+ "finder" : [
13
+ {
14
+ "name" : " *.php" ,
15
+ "path" : [
16
+ " monolog/monolog" ,
17
+ " phpunit/php-file-iterator" ,
18
+ " psr/log" ,
19
+ " symfony/console" ,
20
+ " symfony/service-contracts"
21
+ ],
22
+ "notPath" : [
23
+ " Tests" ,
24
+ " test" ,
25
+ " tests"
26
+ ],
27
+ "in" : " vendor"
28
+ }
29
+ ],
30
+ "git-commit" : " git-commit" ,
31
+ "git-version" : " git-version" ,
32
+ "output" : " phpcb-2.3.1.phar"
33
+ }
Original file line number Diff line number Diff line change 57
57
],
58
58
"clean" : " rm -rf build/logs/* build/code-browser" ,
59
59
"browser" : " bin/phpcb -l build/logs -o build/code-browser -s src" ,
60
- "phar" : " php -d phar.readonly=0 vendor/bin/box build "
60
+ "phar" : " php vendor/bin/box compile "
61
61
}
62
62
}
You can’t perform that action at this time.
0 commit comments