-
-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Phil Bennett
committed
Jan 12, 2015
1 parent
5b3e047
commit d652b22
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Container (Dependency Injection Container) | ||
# Container (Dependency Injection) | ||
|
||
[![Author](http://img.shields.io/badge/[email protected]?style=flat-square)](https://twitter.com/philipobenito) | ||
[![Latest Version](https://img.shields.io/github/release/thephpleague/container.svg?style=flat-square)](https://github.com/thephpleague/container/releases) | ||
|
@@ -34,14 +34,13 @@ The following versions of PHP are supported by this version. | |
|
||
## Documentation | ||
|
||
Dic has [full documentation](http://container.thephpleague.com), powered by [Jekyll](http://jekyllrb.com/). | ||
Container has [full documentation](http://container.thephpleague.com), powered by [Jekyll](http://jekyllrb.com/). | ||
|
||
Contribute to this documentation in the [gh-pages branch](https://github.com/thephpleague/container/tree/gh-pages/). | ||
|
||
## Todo | ||
|
||
- Implement League version of Di when migrated from Orno. | ||
- Add knowledge of variadic uri wildcard arguments to `MethodArgumentStrategy`. (Blocked by changes to Di). | ||
- Improve callable functionality and allow runtime arguments on `call` | ||
|
||
## Testing | ||
|
||
|