Skip to content

Commit c69bca5

Browse files
committed
Update composer information
1 parent 9d8f4ab commit c69bca5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@
33
"description": "A PHP Library to use Google Closure Compiler compress Javascript ",
44
"keywords": [ "php", "compress", "closure compiler" ],
55
"type": "library",
6-
"license": "Apache 2",
6+
"license": "MIT",
7+
"support": {
8+
"issues": "https://github.com/tureki/php-closure-compiler/issues",
9+
"source": "https://github.com/tureki/php-closure-compiler"
10+
},
711
"authors": [{
812
"name": "tureki",
13+
"email": "tureki@me.com",
914
"homepage": "https://github.com/tureki"
1015
}],
1116
"require": {

0 commit comments

Comments
 (0)