blob: f2929951d0c13fb91c975c712cbb5bb674c835f9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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"
}
}
|