aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
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"
+ }
}