Skip to content

Commit

Permalink
Added requirement to pimcore-core - in preparation for Pimcore 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Fasching committed Dec 21, 2017
1 parent ec1b369 commit c68af06
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@
"name": "pimcore/output-data-config-toolkit-bundle",
"license": "GPL-3.0+",
"type": "pimcore-bundle",
"autoload": {
"psr-4": {
"OutputDataConfigToolkitBundle\\": "src/"
}
},
"extra": {
"pimcore": {
"bundles": [
"OutputDataConfigToolkitBundle\\OutputDataConfigToolkitBundle"
]
}
"require": {
"pimcore/core-version": "<5.1"
},
"autoload": {
"psr-4": {
"OutputDataConfigToolkitBundle\\": "src/"
}
},
"extra": {
"pimcore": {
"bundles": [
"OutputDataConfigToolkitBundle\\OutputDataConfigToolkitBundle"
]
}
}
}

0 comments on commit c68af06

Please sign in to comment.