pax_global_header00006660000000000000000000000064130506300650014510gustar00rootroot0000000000000052 comment=b7ce3b176482dbbc1245ebf52b181af44c2cf55f container-1.0.0/000077500000000000000000000000001305063006500134705ustar00rootroot00000000000000container-1.0.0/.gitignore000066400000000000000000000000451305063006500154570ustar00rootroot00000000000000composer.lock composer.phar /vendor/ container-1.0.0/LICENSE000066400000000000000000000021711305063006500144760ustar00rootroot00000000000000The MIT License (MIT) Copyright (c) 2013-2016 container-interop Copyright (c) 2016 PHP Framework Interoperability Group Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. container-1.0.0/README.md000066400000000000000000000004261305063006500147510ustar00rootroot00000000000000# PSR Container This repository holds all interfaces/classes/traits related to [PSR-11](https://github.com/container-interop/fig-standards/blob/master/proposed/container.md). Note that this is not a container implementation of its own. See the specification for more details. container-1.0.0/composer.json000066400000000000000000000012161305063006500162120ustar00rootroot00000000000000{ "name": "psr/container", "type": "library", "description": "Common Container Interface (PHP FIG PSR-11)", "keywords": ["psr", "psr-11", "container", "container-interop", "container-interface"], "homepage": "https://github.com/php-fig/container", "license": "MIT", "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "Psr\\Container\\": "src/" } }, "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } } } container-1.0.0/src/000077500000000000000000000000001305063006500142575ustar00rootroot00000000000000container-1.0.0/src/ContainerExceptionInterface.php000066400000000000000000000003701305063006500224120ustar00rootroot00000000000000