Skip to content

Commit 228ce04

Browse files
committed
[TASK] update composer and ext_emconf files
1 parent 092d3ef commit 228ce04

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "b13/content-sync",
33
"type": "typo3-cms-extension",
4-
"description": "Sync Database Tables and Files between two TYPO3 Installations",
4+
"description": "Content Sync - Sync Database Tables and Files between two TYPO3 Installations",
55
"homepage": "https://b13.com",
66
"license": [
77
"GPL-2.0-or-later"
@@ -16,7 +16,11 @@
1616
},
1717
"extra": {
1818
"typo3/cms": {
19-
"extension-key": "content_sync"
19+
"extension-key": "content_sync",
20+
"version": "4.0.0",
21+
"Package": {
22+
"providesPackages": {}
23+
}
2024
}
2125
},
2226
"replace": {

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
'uploadfolder' => false,
1414
'createDirs' => '',
1515
'clearCacheOnLoad' => true,
16-
'version' => '1.0.2',
16+
'version' => '3.0.0',
1717
'constraints' => [
18-
'depends' => ['typo3' => '10.4.0-10.4.99'],
18+
'depends' => ['typo3' => '13.4.0-14.99.99'],
1919
'conflicts' => [],
2020
'suggests' => [],
2121
],

0 commit comments

Comments
 (0)