File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 "homepage" : " https://github.com/tureki"
1010 }],
1111 "require" : {
12- "php" : " >=5.2 .0"
12+ "php" : " >=5.3 .0"
1313 },
1414 "autoload" : {
1515 "psr-0" : {
Original file line number Diff line number Diff line change 1919 /**
2020 *include library
2121 */
22- require '../src/phpcc.class .php ' ;
22+ require '../src/tureki/ phpcc.php ' ;
2323
2424 /**
2525 * java_file
4444 * phpcc config
4545 * @var phpcc
4646 */
47- $ phpcc = new PhpCc (array (
47+ $ phpcc = new tureki \ PhpCc (array (
4848 'java_file ' => 'YOUR_JAVA_FILE_PATH ' ,
4949 'jar_file ' => '../src/compiler/compiler.jar ' ,
5050 'output_path ' => './output/ ' ,
Original file line number Diff line number Diff line change 1616 * limitations under the License.
1717 */
1818
19+ namespace tureki ;
20+
1921/**
2022 * PHP Closure Compiler
2123 * A PHP Library to use Google Closure Compiler compress Javascript
2628 **/
2729class PhpCc {
2830
29- static public $ VERSION = "v0.5 .0 " ;
31+ static public $ VERSION = "v1.0 .0 " ;
3032
3133 public function __construct ($ options )
3234 {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments