From 159bc23c68952f4338120d94927c63d3ea782a56 Mon Sep 17 00:00:00 2001 From: Tobias Liebig Date: Tue, 20 May 2014 11:07:42 +0200 Subject: [PATCH] [TASK] add composer.json --- composer.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..065887b --- /dev/null +++ b/composer.json @@ -0,0 +1,14 @@ +{ + "name": "coreapi", + "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.", + "type": "typo3cms-extension", + "require": { + "lw/typo3cms-installers": "*" + }, + "repositories": [ + { + "type": "composer", + "url": "http://composer.lightwerk.com" + } + ] +}