From d2b5f90fdb66b7b7c0933db70637cdda1e35630a Mon Sep 17 00:00:00 2001 From: Aleks Moroz Date: Wed, 23 Jan 2019 22:01:50 +0200 Subject: [PATCH] Add composer.json --- composer.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..bac60a2 --- /dev/null +++ b/composer.json @@ -0,0 +1,18 @@ +{ + "name": "pomerla/onesignal-ci-push", + "description": "Codeigniter3-OneSignal-Codeigniter-Push-Notification", + "type": "project", + "authors": [ + { + "name": "Aleksandr Moroz", + "email": "aleksmorro@gmail.com" + } + ], + "support": { + "forum": "http://moroz.rv.ua/", + "wiki": "http://moroz.rv.ua", + "source": "https://github.com/pomerla/OneSignal-Codeigniter-Push-Notification" + }, + "license": "MIT", + "minimum-stability": "alpha" +}