Skip to content

Commit 40ba04c

Browse files
authored
Merge 09a49e3 into ef2e22f
2 parents ef2e22f + 09a49e3 commit 40ba04c

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

box.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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+
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
],
5858
"clean": "rm -rf build/logs/* build/code-browser",
5959
"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"
6161
}
6262
}

0 commit comments

Comments
 (0)