Skip to content

Commit

Permalink
Merge fbd6a76 into 1292c41
Browse files Browse the repository at this point in the history
  • Loading branch information
clphillips committed Apr 5, 2015
2 parents 1292c41 + fbd6a76 commit 6ac85a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- composer install --dev
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A [standards compliant](https://github.com/container-interop/container-interop/)
Install via composer:

```sh
composer install minphp/container:~1.0
composer require minphp/container:~1.0
```

## Basic Usage
Expand Down
2 changes: 1 addition & 1 deletion tests/ContainerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function testSet()
{
$this->Container->set(
'queue',
function($c) {
function ($c) {
return new \SplQueue();
}
);
Expand Down

0 comments on commit 6ac85a3

Please sign in to comment.