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 3eec24a commit c346674
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@
"psr-4": {
"Ibexa\\Cron\\": "src/lib/",
"Ibexa\\Bundle\\Cron\\": "src/bundle/",
"Ibexa\\Contracts\\Cron\\": "src/contracts/",
"EzSystems\\EzPlatformCronBundle\\": "src/bundle"
"Ibexa\\Contracts\\Cron\\": "src/contracts/"
}
},
"autoload-dev": {
"psr-4": {
"Ibexa\\Tests\\Bundle\\Cron\\": "tests/bundle/",
"Ibexa\\Tests\\Cron\\": "tests/lib/",
"EzSystems\\EzPlatformCronBundle\\Tests\\": "tests/CronBundle"
"Ibexa\\Tests\\Cron\\": "tests/lib/"
}
},
"require": {
Expand Down

0 comments on commit c346674

Please sign in to comment.