We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3819c9 commit 048eb60Copy full SHA for 048eb60
.gitignore
@@ -8,3 +8,4 @@ coverage.xml
8
clover.xml
9
test.php
10
*.ttf.png
11
+*.phar
box.json
@@ -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."
+ ],
+ "files": [
+ "VERSION"
12
13
14
+ "directories-bin": [
15
+ "font"
16
17
18
+ "compression": "GZ",
19
+ "datetime": "release-date"
20
+}
0 commit comments