diff options
author | Valentin Popov <info@valentineus.link> | 2020-07-15 11:37:34 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-07-15 11:37:34 +0300 |
commit | 33ce2e1b48f27709bbf7c243c029a7f8ca50e63a (patch) | |
tree | 0492c0e62445e7d62b34593f31050ae0ea61f83f | |
parent | c71f8906181669f33c87614eb78bced95ce16938 (diff) | |
download | php-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.json | 14 |
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": {} +} |