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 8767149 commit 9adcdbf
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 @@ -57,9 +57,7 @@
"Ibexa\\FieldTypeRichText\\": "src/lib/",
"Ibexa\\Contracts\\FieldTypeRichText\\": "src/contracts/",
"Ibexa\\Bundle\\FieldTypeRichText\\": "src/bundle/",
"Ibexa\\Tests\\FieldTypeRichText\\": "tests/lib/",
"EzSystems\\EzPlatformRichTextBundle\\": "src/bundle",
"EzSystems\\EzPlatformRichText\\": "src/lib"
"Ibexa\\Tests\\FieldTypeRichText\\": "tests/lib/"
}
},
"autoload-dev": {
Expand Down

0 comments on commit 9adcdbf

Please sign in to comment.