Skip to content

Commit 29c744c

Browse files
authored
[BUGFIX] Correct location of version property in composer.json (#149)
1 parent 774a26b commit 29c744c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"description": "REST and CLI API for adding, updating, and deleting records in TYPO3. Tracks relations so records can be inserted in any order. Uses remote ID mapping so you don't have to keep track of what UID a record has gotten after import. Data is inserted using backend APIs as if a real human did it, so you can can inspect the record history and undo actions.",
44
"license": "GPL-2.0-or-later",
55
"type": "typo3-cms-extension",
6+
"version": "4.0.1",
67
"keywords": [
78
"typo3",
89
"TYPO3 CMS"
@@ -91,7 +92,6 @@
9192
},
9293
"app-dir": ".Build",
9394
"extension-key": "interest",
94-
"version": "4.0.1",
9595
"web-dir": ".Build/public"
9696
}
9797
},
@@ -200,7 +200,6 @@
200200
"ci:tests:unit": "Runs the unit tests.",
201201
"ci:ts:lint": "Lints the TypoScript files.",
202202
"ci:yaml:lint": "Lints the YAML files.",
203-
"docs:generate": "Renders the extension ReST documentation.",
204203
"fix:php": "Runs all fixers for the PHP code.",
205204
"fix:php:cs": "Fixes the code style with PHP-CS-Fixer.",
206205
"fix:php:sniff": "Fixes the code style with PHP_CodeSniffer.",

0 commit comments

Comments
 (0)