Skip to content

Commit

Permalink
Merge branch 'release/v1.0.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
tureki committed Nov 25, 2015
2 parents b375b10 + 0462adc commit ecf933a
Show file tree
Hide file tree
Showing 14 changed files with 364 additions and 703 deletions.
22 changes: 0 additions & 22 deletions .gitattributes

This file was deleted.

176 changes: 0 additions & 176 deletions LICENSE

This file was deleted.

13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Step 1. Edit your `composer.json`:
```json
{
"require": {
"tureki/phpcc": ">=1.0.0"
"tureki/phpcc": ">=1.0.5"
}
}
```
Expand Down Expand Up @@ -68,14 +68,12 @@ Example:




----

<code>jar_file</code> is Google Closure Compiler jar file. Your can download latest version on this [link](http://code.google.com/p/closure-compiler/wiki/BinaryDownloads)




----

After setting. use <code>help()</code> method to test **phpcc**.
Expand Down Expand Up @@ -160,6 +158,11 @@ print_r($ary_result);



## Todo

a. Add Unit Test
b. Integrate CI

## Authors

**tureki**
Expand All @@ -168,6 +171,6 @@ print_r($ary_result);



## Copyright and license
## Copyright and License

Copyright 2013 tureki, under [the Apache 2.0 license](LICENSE).
Copyright 2013 tureki, under [MIT License](http://opensource.org/licenses/MIT).
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 9 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,22 @@
"description": "A PHP Library to use Google Closure Compiler compress Javascript ",
"keywords": [ "php", "compress", "closure compiler" ],
"type": "library",
"license": "Apache 2",
"license": "MIT",
"support": {
"issues": "https://github.com/tureki/php-closure-compiler/issues",
"source": "https://github.com/tureki/php-closure-compiler"
},
"authors": [{
"name": "tureki",
"email": "[email protected]",
"homepage": "https://github.com/tureki"
}],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {
"tureki": "src/"
}
"psr-4": {
"tureki\\": "src/tureki/"
}
}
}
17 changes: 0 additions & 17 deletions samples/js/README

This file was deleted.

Empty file added samples/output/.gitkeep
Empty file.
17 changes: 0 additions & 17 deletions samples/output/README

This file was deleted.

Loading

0 comments on commit ecf933a

Please sign in to comment.