made createQuery() config param optional
Showing
... | @@ -80,7 +80,9 @@ | ... | @@ -80,7 +80,9 @@ |
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": "3.7.*", | "phpunit/phpunit": "3.7.*", | ||
"twig/twig": "*", | "twig/twig": "*", | ||
"smarty/smarty": "*" | "smarty/smarty": "*", | ||
"imagine/imagine": "v0.5.0", | |||
"swiftmailer/swiftmailer": "*" | |||
}, | }, | ||
"suggest": { | "suggest": { | ||
"phpdocumentor/reflection": "required by yii2-apidoc extension", | "phpdocumentor/reflection": "required by yii2-apidoc extension", | ||
... | ... |
Please
register
or
sign in
to comment