Merge pull request #2497 from yiisoft/merge-query-and-relation2
WIP merge ActiveRelation into ActiveQuery
Showing
... | ... | @@ -80,7 +80,9 @@ |
"require-dev": { | ||
"phpunit/phpunit": "3.7.*", | ||
"twig/twig": "*", | ||
"smarty/smarty": "*" | ||
"smarty/smarty": "*", | ||
"imagine/imagine": "v0.5.0", | ||
"swiftmailer/swiftmailer": "*" | ||
}, | ||
"suggest": { | ||
"phpdocumentor/reflection": "required by yii2-apidoc extension", | ||
... | ... |
extensions/redis/ActiveRelation.php
deleted
100644 → 0
extensions/sphinx/ActiveRelation.php
deleted
100644 → 0
framework/db/ActiveRelation.php
deleted
100644 → 0
Please
register
or
sign in
to comment