Skip to content

Commit

Permalink
Switch from Interop container to PSR-11
Browse files Browse the repository at this point in the history
  • Loading branch information
ilijastuden committed Dec 21, 2019
1 parent 9824e8d commit 5f8fd3f
Show file tree
Hide file tree
Showing 10 changed files with 391 additions and 353 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ If objects that you are hydrating implement `ActiveCollab\ContainerAccess\Contai
```php
use ActiveCollab\DatabaseConnection\Test\Fixture\Container;
use ActiveCollab\DatabaseConnection\Test\Fixture\WriterWithContainer;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;

$container = new Container([
'dependency' => 'it works!'
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
}
],
"require": {
"php": ">=7.1",
"php": ">=7.3",
"ext-json": "*",
"ext-mysqli": "*",
"activecollab/containeraccess": "^1.0",
"activecollab/containeraccess": "^2.0",
"activecollab/datevalue": "^2.0",
"psr/log": "^1.0.0"
},
Expand Down
Loading

0 comments on commit 5f8fd3f

Please sign in to comment.