bojaghi / contract
Bojaghi contract
2.0.3
2026-09-19 06:28 UTC
Requires
- php: >=8.3
- psr/container: ^2.0
Requires (Dev)
- bojaghi/dictionary: ^1.0
- wp-coding-standards/wpcs: ^3.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Interface contract
CHANGELOG
2.0.3
- Update Container interface.
2.0.2
- Update Container interface.
2.0.1
- Remove get_main, get_version.
2.0.0
- As of 2.0.0, the coding standard is updated to WordPress coding standard.
1.3.0
- Add
Container::parseCallbackmethod.
1.2.0
- Add
Container::getMain,Container::getVersionmethods. - Add
ContainerFactoryinterface.
1.1.0
- Add
Containerinterface.