Skip to content

Commit

Permalink
Removed ContainerAwareInterface::getContainer().
Browse files Browse the repository at this point in the history
  • Loading branch information
clphillips committed Apr 1, 2016
1 parent 17b21a7 commit c3df429
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
],
"require": {
"php": ">=5.3.0",
"container-interop/container-interop": "~1.0",
"pimple/pimple": "~3.0"
"container-interop/container-interop": "^1.0",
"pimple/pimple": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~2.2",
"satooshi/php-coveralls": "dev-master"
"phpunit/phpunit": "^4.0",
"squizlabs/php_codesniffer": "^2.2",
"satooshi/php-coveralls": "^1.0"
},
"autoload": {
"psr-4": {"Minphp\\Container\\": "src"}
Expand Down
7 changes: 0 additions & 7 deletions src/ContainerAwareInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,4 @@ interface ContainerAwareInterface
* @param Minphp\Container\ContainerInterface $container
*/
public function setContainer(ContainerInterface $container = null);

/**
* Fetches a container
*
* @return Minphp\Container\ContainerInterface
*/
public function getContainer();
}

0 comments on commit c3df429

Please sign in to comment.