Skip to content

Commit

Permalink
fixed autoloading
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Fasching committed Jun 8, 2017
1 parent 8fb0a2d commit 144ed9a
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "pimcore/output-data-config-toolkit-bundle",
"license": "GPL-3.0+",
"type": "pimcore-bundle",
"autoload": {
"psr-4": {
"OutputDataConfigToolkitBundle\\src\\": ""
}
},
"extra": {
"pimcore": {
"bundles": [
"OutputDataConfigToolkitBundle\\OutputDataConfigToolkitBundle"
]
}
}
}
{
"name": "pimcore/output-data-config-toolkit-bundle",
"license": "GPL-3.0+",
"type": "pimcore-bundle",
"autoload": {
"psr-4": {
"OutputDataConfigToolkitBundle\\": "src/"
}
},
"extra": {
"pimcore": {
"bundles": [
"OutputDataConfigToolkitBundle\\OutputDataConfigToolkitBundle"
]
}
}
}

0 comments on commit 144ed9a

Please sign in to comment.