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:
parent
17752f71b3
commit
6e9736f030
8 changed files with 109 additions and 569 deletions
45
composer.lock
generated
45
composer.lock
generated
|
@ -3,8 +3,45 @@
|
|||
"This file locks the dependencies of your project to a known state",
|
||||
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
|
||||
],
|
||||
"hash": "9a22b4eaac6e820d8603b95b9f21c33a",
|
||||
"hash": "2f93a3360b4a2c31afcdbd8dabf847b0",
|
||||
"packages": [
|
||||
{
|
||||
"name": "devize/closure-compiler",
|
||||
"version": "dev-master",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/devize/closure-compiler.git",
|
||||
"reference": "adf9a5bdef3c404e3066ab095bd0fae0368aa814"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/devize/closure-compiler/zipball/adf9a5bdef3c404e3066ab095bd0fae0368aa814",
|
||||
"reference": "adf9a5bdef3c404e3066ab095bd0fae0368aa814",
|
||||
"shasum": ""
|
||||
},
|
||||
"require-dev": {
|
||||
"mikey179/vfsstream": "*",
|
||||
"phpunit/phpunit": "3.7.*"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"src"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Peter Breuls",
|
||||
"email": "breuls@devize.nl"
|
||||
}
|
||||
],
|
||||
"description": "Google's Closure Compiler for use in PHP-based projects",
|
||||
"time": "2013-08-14 11:53:34"
|
||||
},
|
||||
{
|
||||
"name": "leafo/lessphp",
|
||||
"version": "v0.4.0",
|
||||
|
@ -130,9 +167,9 @@
|
|||
|
||||
],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": [
|
||||
|
||||
],
|
||||
"stability-flags": {
|
||||
"devize/closure-compiler": 20
|
||||
},
|
||||
"platform": [
|
||||
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue