Initial commit.
Signed-off-by: Peter Breuls <breuls@devize.nl>
This commit is contained in:
commit
2cbede7d67
12 changed files with 1053 additions and 0 deletions
21
composer.json
Normal file
21
composer.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "devize/closure-compiler",
|
||||
"description": "Google's Closure Compiler for use in PHP-based projects",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Peter Breuls",
|
||||
"email": "breuls@devize.nl"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "3.7.*",
|
||||
"mikey179/vfsStream": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": ["src"]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue