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",
|
||||
"type": "typo3-cms-framework",
|
||||
"name": "friendsoftypo3/feedit",
|
||||
"type": "typo3-cms-extension",
|
||||
"description": "",
|
||||
"homepage": "https://typo3.org",
|
||||
"license": ["GPL-2.0-or-later"],
|
||||
|
@ -13,10 +13,10 @@
|
|||
"sort-packages": true
|
||||
},
|
||||
"require": {
|
||||
"typo3/cms-adminpanel": "10.0.*@dev",
|
||||
"typo3/cms-backend": "10.0.*@dev",
|
||||
"typo3/cms-core": "10.0.*@dev",
|
||||
"typo3/cms-frontend": "10.0.*@dev",
|
||||
"typo3/cms-adminpanel": "10.*.*@dev",
|
||||
"typo3/cms-backend": "10.*.*@dev",
|
||||
"typo3/cms-core": "10.*.*@dev",
|
||||
"typo3/cms-frontend": "10.*.*@dev",
|
||||
"psr/http-message": "~1.0",
|
||||
"psr/http-server-handler": "^1.0",
|
||||
"psr/http-server-middleware": "^1.0"
|
||||
|
@ -25,12 +25,10 @@
|
|||
"typo3/cms": "*"
|
||||
},
|
||||
"replace": {
|
||||
"feedit": "*"
|
||||
"feedit": "*",
|
||||
"typo3/cms-feedit": "*"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "10.0.x-dev"
|
||||
},
|
||||
"typo3/cms": {
|
||||
"extension-key": "feedit"
|
||||
}
|
||||
|
|
|
@ -3,8 +3,8 @@ $EM_CONF[$_EXTKEY] = [
|
|||
'title' => 'Frontend Editing',
|
||||
'description' => '',
|
||||
'category' => 'fe',
|
||||
'author' => 'TYPO3 Core Team',
|
||||
'author_email' => 'typo3cms@typo3.org',
|
||||
'author' => 'Friends of TYPO3',
|
||||
'author_email' => 'friendsof@typo3.org',
|
||||
'author_company' => '',
|
||||
'state' => 'stable',
|
||||
'createDirs' => '',
|
||||
|
@ -12,7 +12,7 @@ $EM_CONF[$_EXTKEY] = [
|
|||
'version' => '10.0.0',
|
||||
'constraints' => [
|
||||
'depends' => [
|
||||
'typo3' => '10.0.0',
|
||||
'typo3' => '10.0.0-10.9.99',
|
||||
],
|
||||
'conflicts' => [],
|
||||
'suggests' => [],
|
||||
|
|
Loading…
Reference in a new issue