From bff974cf94e58b2336c1a8ea77f0ecf7dd8edd38 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 6 Jul 2018 17:06:28 +0300 Subject: [PATCH] Marked circular references as done [skip ci] --- ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index 5552f07f90..4518800012 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -57,7 +57,7 @@ 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` (@hiqsol) +- [x] Port cycles in dependencies detection from `yiisoft/di` (@hiqsol) - [ ] Port method calls support from `yiisoft/di` (@hiqsol) ## Client side