mirror of
https://github.com/php-fig/container.git
synced 2026-03-23 22:52:06 +01:00
Updated to PSR-4.
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
composer.lock
|
||||
composer.phar
|
||||
/vendor/
|
||||
@@ -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/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user