Skip to content

Commit ffa135e

Browse files
committed
Updated to PSR-4.
1 parent ec5543b commit ffa135e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
composer.lock
2+
composer.phar
3+
/vendor/

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "container-interop/container-interop",
33
"type": "library",
4-
"description": "Dependency injection containers interoperability",
4+
"description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
55
"license": "MIT",
66
"autoload": {
7-
"psr-0": {
8-
"Interop\\Container\\": "src/"
7+
"psr-4": {
8+
"Interop\\Container\\": "src/Interop/Container/"
99
}
1010
}
1111
}

0 commit comments

Comments
 (0)