Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
Removed unused Doctrine namespace from composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 authored and OskarStark committed Dec 10, 2018
1 parent 0a3ae51 commit 7149644
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,13 @@
"autoload": {
"psr-4": {
"Sonata\\CoreBundle\\": "src/CoreBundle/",
"Sonata\\Doctrine\\": "src/Doctrine/",
"Sonata\\Form\\": "src/Form/",
"Sonata\\Twig\\": "src/Twig/"
}
},
"autoload-dev": {
"psr-4": {
"Sonata\\CoreBundle\\Tests\\": "tests/CoreBundle/",
"Sonata\\Doctrine\\Tests\\": "tests/Doctrine/",
"Sonata\\Form\\Tests\\": "tests/Form/",
"Sonata\\Twig\\Tests\\": "tests/Twig/"
}
Expand Down

0 comments on commit 7149644

Please sign in to comment.