aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-07-15 11:37:34 +0300
committerValentin Popov <info@valentineus.link>2020-07-15 11:37:34 +0300
commit33ce2e1b48f27709bbf7c243c029a7f8ca50e63a (patch)
tree0492c0e62445e7d62b34593f31050ae0ea61f83f
parentc71f8906181669f33c87614eb78bced95ce16938 (diff)
downloadphp-epg-service-33ce2e1b48f27709bbf7c243c029a7f8ca50e63a.tar.xz
php-epg-service-33ce2e1b48f27709bbf7c243c029a7f8ca50e63a.zip
Added .gitignore file
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--composer.json14
1 files changed, 14 insertions, 0 deletions
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": {}
+}