Skip to content

Commit

Permalink
Fix references for name change
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Bennett committed Jan 12, 2015
1 parent 5ae1760 commit e0b3947
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 17 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

All Notable changes to `League\Dic` will be documented in this file
All Notable changes to `League\Container` will be documented in this file

## 1.0.0 - 2015-09-01

Expand Down
5 changes: 1 addition & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

Contributions are **welcome** and will be fully **credited**.

We accept contributions via Pull Requests on [Github](https://github.com/thephpleague/:package_name).

We accept contributions via Pull Requests on [Github](https://github.com/thephpleague/container).

## Pull Requests

Expand All @@ -21,12 +20,10 @@ We accept contributions via Pull Requests on [Github](https://github.com/thephpl

- **Send coherent history** - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please squash them before submitting.


## Running Tests

``` bash
$ phpunit
```


**Happy coding**!
24 changes: 12 additions & 12 deletions README.md
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.
Expand All @@ -20,7 +20,7 @@ please send a patch via pull request.
Via Composer

``` bash
$ composer require league/dic
$ composer require league/container
```

## Requirements
Expand All @@ -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

Expand All @@ -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.

0 comments on commit e0b3947

Please sign in to comment.