aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..f292995
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,28 @@
+{
+ "name": "valentineus/epg-service",
+ "description": "Description",
+ "type": "library",
+ "license": "Apache-2.0",
+ "authors": [
+ {
+ "name": "Valentin Popov",
+ "email": "info@valentineus.link"
+ }
+ ],
+ "minimum-stability": "alpha",
+ "autoload": {
+ "psr-4": {
+ "EPGService\\": "src/",
+ "Tests\\": "tests/"
+ }
+ },
+ "require": {
+ "guzzlehttp/guzzle": "^7.0",
+ "ext-SimpleXML": "^7.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.2",
+ "fzaninotto/faker": "^1.9",
+ "vlucas/phpdotenv": "^5.1"
+ }
+}