From 33ce2e1b48f27709bbf7c243c029a7f8ca50e63a Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 15 Jul 2020 12:37:34 +0400 Subject: Added .gitignore file Signed-off-by: Valentin Popov --- 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..1260768 --- /dev/null +++ b/composer.json @@ -0,0 +1,14 @@ +{ + "name": "valentineus/epg-service", + "description": "Description", + "type": "library", + "license": "Apache-2.0", + "authors": [ + { + "name": "Valentin Popov", + "email": "info@valentineus.link" + } + ], + "minimum-stability": "alpha", + "require": {} +} -- cgit v1.2.3