aboutsummaryrefslogtreecommitdiff
path: root/composer.json
blob: 7eacea26a217b1939884b01bc9ce9279511a1228 (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": "^6.0",
    "ext-SimpleXML": "^7.4"
  },
  "require-dev": {
    "phpunit/phpunit": "^9.2",
    "fzaninotto/faker": "^1.9",
    "vlucas/phpdotenv": "^5.1"
  }
}