Finished up tests for Dynamic class

Switched closure compiler to a composer version for ease of use when doing CI testing
This commit is contained in:
Joshua Sherman 2014-01-03 00:22:58 -05:00
parent 17752f71b3
commit 6e9736f030
8 changed files with 109 additions and 569 deletions

View file

@ -3,8 +3,9 @@
"vendor-dir": ".composer"
},
"require": {
"mikey179/vfsStream": "1.2.0",
"leafo/lessphp": "0.4.0",
"leafo/scssphp": "0.0.9"
"devize/closure-compiler": "@dev",
"leafo/lessphp": "0.4.0",
"leafo/scssphp": "0.0.9",
"mikey179/vfsStream": "1.2.0"
}
}