Skip to content

Commit

Permalink
[Composer] Dropped legacy namespaces from autoload section
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed May 21, 2024
1 parent 4e5a6af commit 46e0f61
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
"psr-4": {
"Ibexa\\DoctrineSchema\\": "src/lib/",
"Ibexa\\Bundle\\DoctrineSchema\\": "src/bundle/",
"Ibexa\\Contracts\\DoctrineSchema\\": "src/contracts/",
"EzSystems\\DoctrineSchemaBundle\\": "src/bundle",
"EzSystems\\DoctrineSchema\\": "src/lib"
"Ibexa\\Contracts\\DoctrineSchema\\": "src/contracts/"
}
},
"autoload-dev": {
Expand Down

0 comments on commit 46e0f61

Please sign in to comment.