diff options
-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": {} +} |