Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
41c6a3a
Add yiisoft/di container dev package, add container factory and state…
zarv1k Jun 3, 2025
b0b2c6a
First implementation steps: single concrete service, named service, s…
zarv1k Jun 3, 2025
2dbc806
Temporarily skip tests for Configuration that is not implemented yet
zarv1k Jun 3, 2025
8899473
Create Yii DI container in strict mode (all services must be explicit…
zarv1k Jun 3, 2025
6a99cd4
Fix constructor and property injection definitions
zarv1k Jun 3, 2025
ec606aa
Implement service prepare definitions
zarv1k Jun 3, 2025
1718f6b
Add yiisoft/injector package and implement container make method
zarv1k Jun 3, 2025
2851280
Implement container invoke method, fixes service prepare implementati…
zarv1k Jun 3, 2025
0888087
Implement service delegate
zarv1k Jun 3, 2025
b0e27ef
rollback skipped Configuration related tests and implement Configurat…
zarv1k Jun 3, 2025
8f887ad
Remove readonly class (supported since 8.3, but 8.1 min supported in …
zarv1k Jun 3, 2025
ee9c4fd
Merge branch 'release-2.x' into yii-di
zarv1k Jun 4, 2025
2d22d91
Fix getContainerFactoryState signature after merge with release-2.x b…
zarv1k Jun 4, 2025
a50d5cd
Fixes getContainerFactoryState signature, implement support for injec…
zarv1k Jun 4, 2025
f0ea68d
Started YiiDiContainerFactoryState refactoring and fixing psalm warnings
zarv1k Jun 24, 2025
50bf62c
Merge commit '6b2e6f5088a36c9e55d84be9d97d524c131f3531' into yii-di
zarv1k Jun 24, 2025
27e99f8
add declare strict_types
zarv1k Jul 17, 2025
f7518c2
- fix codding style warnings
zarv1k Aug 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
"jetbrains/phpstorm-attributes": "^1.1",
"php-di/php-di": "^7.0",
"rdlowrey/auryn": "^1.4",
"roave/security-advisories": "dev-latest"
"roave/security-advisories": "dev-latest",
"yiisoft/di": "^1.4",
"yiisoft/injector": "^1.2"
},
"bin": ["bin/annotated-container"],
"autoload": {
Expand Down
278 changes: 276 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading