-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
5ae1760
commit e0b3947
Showing
3 changed files
with
14 additions
and
17 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
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
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,12 +1,12 @@ | ||
# Dic (Dependency Injection Container) | ||
# Container (Dependency Injection Container) | ||
|
||
[![Author](http://img.shields.io/badge/[email protected]?style=flat-square)](https://twitter.com/philipobenito) | ||
[![Latest Version](https://img.shields.io/github/release/thephpleague/dic.svg?style=flat-square)](https://github.com/thephpleague/dic/releases) | ||
[![Latest Version](https://img.shields.io/github/release/thephpleague/container.svg?style=flat-square)](https://github.com/thephpleague/container/releases) | ||
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE) | ||
[![Build Status](https://img.shields.io/travis/thephpleague/dic/master.svg?style=flat-square)](https://travis-ci.org/thephpleague/dic) | ||
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/thephpleague/dic.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/dic/code-structure) | ||
[![Quality Score](https://img.shields.io/scrutinizer/g/thephpleague/dic.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/dic) | ||
[![Total Downloads](https://img.shields.io/packagist/dt/league/dic.svg?style=flat-square)](https://packagist.org/packages/league/dic) | ||
[![Build Status](https://img.shields.io/travis/thephpleague/container/master.svg?style=flat-square)](https://travis-ci.org/thephpleague/container) | ||
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/thephpleague/container.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/container/code-structure) | ||
[![Quality Score](https://img.shields.io/scrutinizer/g/thephpleague/container.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/container) | ||
[![Total Downloads](https://img.shields.io/packagist/dt/league/container.svg?style=flat-square)](https://packagist.org/packages/league/container) | ||
|
||
This package is compliant with [PSR-1], [PSR-2] and [PSR-4]. If you notice compliance oversights, | ||
please send a patch via pull request. | ||
|
@@ -20,7 +20,7 @@ please send a patch via pull request. | |
Via Composer | ||
|
||
``` bash | ||
$ composer require league/dic | ||
$ composer require league/container | ||
``` | ||
|
||
## Requirements | ||
|
@@ -34,9 +34,9 @@ The following versions of PHP are supported by this version. | |
|
||
## Documentation | ||
|
||
Dic has [full documentation](http://dic.thephpleague.com), powered by [Jekyll](http://jekyllrb.com/). | ||
Dic 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/dic/tree/gh-pages/). | ||
Contribute to this documentation in the [gh-pages branch](https://github.com/thephpleague/container/tree/gh-pages/). | ||
|
||
## Todo | ||
|
||
|
@@ -51,14 +51,14 @@ $ vendor/bin/phpunit | |
|
||
## Contributing | ||
|
||
Please see [CONTRIBUTING](https://github.com/thephpleague/dic/blob/master/CONTRIBUTING.md) for details. | ||
Please see [CONTRIBUTING](https://github.com/thephpleague/container/blob/master/CONTRIBUTING.md) for details. | ||
|
||
## Credits | ||
|
||
- [Nikita Popov](https://github.com/nikic) | ||
- [Phil Bennett](https://github.com/philipobenito) | ||
- [All Contributors](https://github.com/thephpleague/dic/contributors) | ||
- [All Contributors](https://github.com/thephpleague/container/contributors) | ||
|
||
## License | ||
|
||
The MIT License (MIT). Please see [License File](https://github.com/thephpleague/dic/blob/master/LICENSE.md) for more information. | ||
The MIT License (MIT). Please see [License File](https://github.com/thephpleague/container/blob/master/LICENSE.md) for more information. |