Skip to content

Commit

Permalink
Update name
Browse files Browse the repository at this point in the history
  • Loading branch information
damianociarla committed Dec 18, 2013
1 parent 719f785 commit 807e0ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "damianociarla/dcs-dynamic-discriminator-map-bundle",
"name": "damianociarla/dynamic-discriminator-map-bundle",
"description": "DCSDynamicDiscriminatorMapBundle simplifies the use of Doctrine Single Table Inheritance mapping strategy in Symfony2.",
"type": "library",
"keywords": [
Expand All @@ -21,7 +21,7 @@
"doctrine/doctrine-bundle": "1.2.*"
},
"autoload": {
"psr-0": { "DCS\\DCSDynamicDiscriminatorMapBundle": "" }
"psr-0": { "DCS\\DynamicDiscriminatorMapBundle": "" }
},
"target-dir": "DCS/DCSDynamicDiscriminatorMapBundle"
"target-dir": "DCS/DynamicDiscriminatorMapBundle"
}

0 comments on commit 807e0ea

Please sign in to comment.