Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ In addition to existing [container-interop][] and
- [`CompositeContainerInterface`][] - enables [lookup delegation][].
- [`WritableCompositeContainerInterface`][] - a composite container that can have containers added.
- [`WritableContainerInterface`][] - a container that can have service definitions added.
- [`FactoryInterface`][] - enables standard [factory][] implementation.
- [`ExceptionInterface`][] - any DI exception.

The packages adheres to the [SemVer][] specification, and there will be full backward compatibility between minor versions.
Expand All @@ -21,9 +20,7 @@ Additionally, it follows the rule of the [caret operator][], i.e. there will be
[`CompositeContainerInterface`]: https://github.com/Dhii/di-interface/blob/master/src/CompositeContainerInterface.php
[`WritableCompositeContainerInterface`]: https://github.com/Dhii/di-interface/blob/master/src/WritableCompositeContainerInterface.php
[`WritableContainerInterface`]: https://github.com/Dhii/di-interface/blob/master/src/WritableContainerInterface.php
[`FactoryInterface`]: https://github.com/Dhii/di-interface/blob/master/src/FactoryInterface.php
[`ExceptionInterface`]: https://github.com/Dhii/di-interface/blob/master/src/ExceptionInterface.php
[lookup delegation]: https://github.com/container-interop/container-interop/blob/master/docs/Delegate-lookup.md
[factory]: https://github.com/container-interop/container-interop/issues/44
[SemVer]: http://semver.org/
[caret operator]: https://getcomposer.org/doc/articles/versions.md#caret
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
"psr-4": {
"Dhii\\Di\\": "src/"
}
},
"suggest": {
"dhii/factory-interface": "To create new service instances."
}
}
26 changes: 0 additions & 26 deletions src/FactoryInterface.php

This file was deleted.

47 changes: 0 additions & 47 deletions test/functional/FactoryInterface.php

This file was deleted.