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

Commit 159bc23

Browse files
committed
[TASK] add composer.json
1 parent 3a83c87 commit 159bc23

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

composer.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "coreapi",
3+
"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",
5+
"require": {
6+
"lw/typo3cms-installers": "*"
7+
},
8+
"repositories": [
9+
{
10+
"type": "composer",
11+
"url": "http://composer.lightwerk.com"
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)