Updated to PSR-4.

This commit is contained in:
Jeremy Lindblom
2014-03-08 11:16:48 -08:00
parent ec5543b481
commit ffa135e0d6
2 changed files with 6 additions and 3 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
composer.lock
composer.phar
/vendor/

View File

@@ -1,11 +1,11 @@
{
"name": "container-interop/container-interop",
"type": "library",
"description": "Dependency injection containers interoperability",
"description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
"license": "MIT",
"autoload": {
"psr-0": {
"Interop\\Container\\": "src/"
"psr-4": {
"Interop\\Container\\": "src/Interop/Container/"
}
}
}