DigiComp.Menu/composer.json

33 lines
762 B
JSON
Raw Normal View History

2014-07-07 15:42:05 +02:00
{
"name":"digicomp/menu",
"type":"typo3-flow-package",
2017-06-03 11:48:32 +02:00
"description": "Helps with the creation of simple fluid based menus",
"keywords": [
"flow",
"neos",
"menu"
],
"authors": [
{
"name": "Ferdinand Kuhl",
"email": "f.kuhl@digital-competence.de",
"homepage": "http://www.digital-competence.de",
"role": "Developer"
}
],
"license": "MIT",
"homepage": "https://github.com/digicomp/DigiComp.Sequence",
2014-07-07 15:42:05 +02:00
"require":{
2017-06-03 11:50:20 +02:00
"neos/flow":"~4.0"
2014-07-07 15:42:05 +02:00
},
"autoload":{
2017-06-03 11:40:58 +02:00
"psr-4":{
"DigiComp\\Menu\\":"Classes"
2014-07-07 15:42:05 +02:00
}
},
"extra": {
"branch-alias": {
2017-06-03 11:50:20 +02:00
"dev-master": "2.0.x-dev"
2014-07-07 15:42:05 +02:00
}
}
}