aboutsummaryrefslogtreecommitdiff
path: root/composer.json
blob: 1896994ba0bb36a68cf9ffee56d8d4f3d643140d (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/Module-III-API",
  "version": "1.0.0",
  "type": "library",
  "description": "Small module to work with artificial intelligence of iii.ru",
  "license": "MIT",
  "homepage": "https://github.com/valentineus/Module-III-API",
  "authors": [
    {
      "name": "Paul Belinsky",
      "email": "vskyd1@gmail.com",
      "homepage": "https://blog.vskyd1.ru/",
      "role": "Developer"
    },
    {
      "name": "Valentin Popov",
      "email": "valentineus@gmail.com",
      "homepage": "https://github.com/valentineus",
      "role": "Developer"
    }
  ],
  "support": {
    "email": "valentineus@gmail.com",
  },
  "require": {
    "php": ">=5.6.21"
  }
}