aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-07-18 15:11:18 +0300
committerValentin Popov <info@valentineus.link>2020-07-18 15:11:18 +0300
commitfb31785d9b6eaaef5b3bcdf09c9dfaf5b7eb01d0 (patch)
tree7419639433f103ba47af9a92788e5b2ae3c109b4 /composer.json
parentc7bd59904658c3f3a451dd12f36dcabae161c04d (diff)
downloadphp-epg-service-fb31785d9b6eaaef5b3bcdf09c9dfaf5b7eb01d0.tar.xz
php-epg-service-fb31785d9b6eaaef5b3bcdf09c9dfaf5b7eb01d0.zip
Updated composer dependency
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json16
1 files changed, 15 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 1260768..f292995 100644
--- a/composer.json
+++ b/composer.json
@@ -10,5 +10,19 @@
}
],
"minimum-stability": "alpha",
- "require": {}
+ "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"
+ }
}