You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Step 1. Edit your `composer.json`:
16
16
```json
17
17
{
18
18
"require": {
19
-
"tureki/phpcc": ">=1.0.0"
19
+
"tureki/phpcc": ">=1.0.5"
20
20
}
21
21
}
22
22
```
@@ -68,14 +68,12 @@ Example:
68
68
69
69
70
70
71
-
72
71
----
73
72
74
73
<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)
75
74
76
75
77
76
78
-
79
77
----
80
78
81
79
After setting. use <code>help()</code> method to test **phpcc**.
@@ -160,6 +158,11 @@ print_r($ary_result);
160
158
161
159
162
160
161
+
## Todo
162
+
163
+
a. Add Unit Test
164
+
b. Integrate CI
165
+
163
166
## Authors
164
167
165
168
**tureki**
@@ -168,6 +171,6 @@ print_r($ary_result);
168
171
169
172
170
173
171
-
## Copyright and license
174
+
## Copyright and License
172
175
173
-
Copyright 2013 tureki, under [the Apache 2.0 license](LICENSE).
176
+
Copyright 2013 tureki, under [MIT License](http://opensource.org/licenses/MIT).
0 commit comments