Skip to content

Commit 048eb60

Browse files
committed
chore(phar): add box.json
1 parent c3819c9 commit 048eb60

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ coverage.xml
88
clover.xml
99
test.php
1010
*.ttf.png
11+
*.phar

box.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"chmod": "0755",
3+
4+
"check-requirements": false,
5+
6+
"banner": [
7+
"Clish is a PHP code highlight and/or export tool."
8+
],
9+
10+
"files": [
11+
"VERSION"
12+
],
13+
14+
"directories-bin": [
15+
"font"
16+
],
17+
18+
"compression": "GZ",
19+
"datetime": "release-date"
20+
}

0 commit comments

Comments
 (0)