aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorCamil Staps2015-05-17 16:44:43 +0200
committerCamil Staps2015-05-17 16:44:43 +0200
commit1a115cfc53782fd51e55ed86671d10c7c2bb08b2 (patch)
treea880bcd98ed231dafcac199c57a8b4f2927de3a6 /composer.json
parentSupport array as config.allowed_origin (diff)
First attempt
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json25
1 files changed, 0 insertions, 25 deletions
diff --git a/composer.json b/composer.json
deleted file mode 100644
index 3a839ab..0000000
--- a/composer.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "camil-staps/botleagues-api",
- "description": "",
- "authors": [
- {
- "name": "Camil Staps",
- "email": "info@camilstaps.nl"
- }
- ],
- "require": {
- "php": ">=5.4.0",
- "illuminate/support": "4.2.*",
- "dingo/api": "0.8.*"
- },
- "autoload": {
- "classmap": [
- "src/migrations",
- "src/controllers"
- ],
- "psr-0": {
- "CamilStaps\\BotleaguesApi\\": "src/"
- }
- },
- "minimum-stability": "stable"
-}