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

Commit

Permalink
[TASK] add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
etobi committed May 20, 2014
1 parent 3a83c87 commit 159bc23
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 159bc23

Please sign in to comment.