Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

Commit 73e5697

Browse files
committed
[TASK] Finetune composer.json for core installers use
1 parent aeae324 commit 73e5697

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

composer.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
{
22
"name": "etobi/coreapi",
33
"description": "Provides a simple to use API for common core features. Goal is to be able to do the most common tasks by CLI instead of doing it in the backend/browser.",
4-
"type": "typo3cms-extension",
4+
"type": "typo3-cms-extension",
5+
6+
"keywords": ["typo3", "extension", "deployment", "commandline", "cli"],
7+
8+
"authors": [
9+
{
10+
"name": "Tobias Liebig",
11+
"homepage": "http://etobi.de"
12+
}
13+
],
14+
515
"require": {
6-
"lw/typo3cms-installers": "*"
16+
"composer/installers": "~1.0"
717
},
8-
"repositories": [
9-
{
10-
"type": "composer",
11-
"url": "http://composer.lightwerk.com"
12-
}
13-
]
18+
19+
"minimum-stability": "dev"
1420
}

0 commit comments

Comments
 (0)