From c37b261622d9dddfbbec426fdde88bee1f0de49a Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Thu, 5 Jul 2018 21:53:21 +0300 Subject: [PATCH] Assigned DI items to @hiqsol [skip ci] --- ROADMAP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 71a7299b65..5552f07f90 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -57,8 +57,8 @@ We can tag additional releases in case someone will take the role of release man ## Dependency injection - [ ] Declare an interface for DI container in `yiisoft/yii2`. Make it an extension of PSR if possible. -- [ ] Port cycles in dependencies detection from `yiisoft/di`. -- [ ] Port method calls support from `yiisoft/di`. +- [ ] Port cycles in dependencies detection from `yiisoft/di` (@hiqsol) +- [ ] Port method calls support from `yiisoft/di` (@hiqsol) ## Client side