Skip to content

Commit

Permalink
add Mainbird to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
svewap committed Dec 27, 2024
1 parent 4f4bd94 commit 36fb5c2
Showing 1 changed file with 35 additions and 30 deletions.
65 changes: 35 additions & 30 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,37 @@
{
"name": "wapplersystems/save_and_close",
"type": "typo3-cms-extension",
"description": "Adds save and close button to all the content elements for TYPO3",
"license": "GPL-2.0+",
"keywords": [
"TYPO3",
"extension",
"save",
"close"
],
"authors": [
{
"name": "Sven Wappler",
"role": "Developer",
"homepage": "https://wappler.systems"
}
],
"autoload": {
"psr-4": {
"WapplerSystems\\SaveAndClose\\": "Classes/"
}
},
"require": {
"typo3/cms-core": "^13.3"
},
"extra": {
"typo3/cms": {
"extension-key": "save_and_close"
}
}
"name": "wapplersystems/save_and_close",
"type": "typo3-cms-extension",
"description": "Adds save and close button to all the content elements for TYPO3",
"license": "GPL-2.0+",
"keywords": [
"TYPO3",
"extension",
"save",
"close"
],
"authors": [
{
"name": "Sven Wappler",
"role": "Developer",
"homepage": "https://wappler.systems"
},
{
"name": "Mainbird",
"role": "Developer",
"homepage": "https://github.com/Mainbird"
}
],
"autoload": {
"psr-4": {
"WapplerSystems\\SaveAndClose\\": "Classes/"
}
},
"require": {
"typo3/cms-core": "^13.3"
},
"extra": {
"typo3/cms": {
"extension-key": "save_and_close"
}
}
}

0 comments on commit 36fb5c2

Please sign in to comment.