mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-21 22:16:10 +01:00
[TASK] Update composer.json and ext_emconf.php
This commit is contained in:
parent
25f1585609
commit
52c17e342e
2 changed files with 11 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "typo3/cms-feedit",
|
"name": "friendsoftypo3/feedit",
|
||||||
"type": "typo3-cms-framework",
|
"type": "typo3-cms-extension",
|
||||||
"description": "",
|
"description": "",
|
||||||
"homepage": "https://typo3.org",
|
"homepage": "https://typo3.org",
|
||||||
"license": ["GPL-2.0-or-later"],
|
"license": ["GPL-2.0-or-later"],
|
||||||
|
@ -13,10 +13,10 @@
|
||||||
"sort-packages": true
|
"sort-packages": true
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"typo3/cms-adminpanel": "10.0.*@dev",
|
"typo3/cms-adminpanel": "10.*.*@dev",
|
||||||
"typo3/cms-backend": "10.0.*@dev",
|
"typo3/cms-backend": "10.*.*@dev",
|
||||||
"typo3/cms-core": "10.0.*@dev",
|
"typo3/cms-core": "10.*.*@dev",
|
||||||
"typo3/cms-frontend": "10.0.*@dev",
|
"typo3/cms-frontend": "10.*.*@dev",
|
||||||
"psr/http-message": "~1.0",
|
"psr/http-message": "~1.0",
|
||||||
"psr/http-server-handler": "^1.0",
|
"psr/http-server-handler": "^1.0",
|
||||||
"psr/http-server-middleware": "^1.0"
|
"psr/http-server-middleware": "^1.0"
|
||||||
|
@ -25,12 +25,10 @@
|
||||||
"typo3/cms": "*"
|
"typo3/cms": "*"
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
"feedit": "*"
|
"feedit": "*",
|
||||||
|
"typo3/cms-feedit": "*"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "10.0.x-dev"
|
|
||||||
},
|
|
||||||
"typo3/cms": {
|
"typo3/cms": {
|
||||||
"extension-key": "feedit"
|
"extension-key": "feedit"
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,8 +3,8 @@ $EM_CONF[$_EXTKEY] = [
|
||||||
'title' => 'Frontend Editing',
|
'title' => 'Frontend Editing',
|
||||||
'description' => '',
|
'description' => '',
|
||||||
'category' => 'fe',
|
'category' => 'fe',
|
||||||
'author' => 'TYPO3 Core Team',
|
'author' => 'Friends of TYPO3',
|
||||||
'author_email' => 'typo3cms@typo3.org',
|
'author_email' => 'friendsof@typo3.org',
|
||||||
'author_company' => '',
|
'author_company' => '',
|
||||||
'state' => 'stable',
|
'state' => 'stable',
|
||||||
'createDirs' => '',
|
'createDirs' => '',
|
||||||
|
@ -12,7 +12,7 @@ $EM_CONF[$_EXTKEY] = [
|
||||||
'version' => '10.0.0',
|
'version' => '10.0.0',
|
||||||
'constraints' => [
|
'constraints' => [
|
||||||
'depends' => [
|
'depends' => [
|
||||||
'typo3' => '10.0.0',
|
'typo3' => '10.0.0-10.9.99',
|
||||||
],
|
],
|
||||||
'conflicts' => [],
|
'conflicts' => [],
|
||||||
'suggests' => [],
|
'suggests' => [],
|
||||||
|
|
Loading…
Reference in a new issue