-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
61 lines (61 loc) · 1.73 KB
/
composer.json
File metadata and controls
61 lines (61 loc) · 1.73 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "irontec/ivoz-api",
"description": "Api library built on api-platform for ivozprovider",
"license": "GPL-3.0-or-later",
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "Carlos Cruz",
"email": "carlos@irontec.com"
},
{
"name": "Ivan Alonso",
"email": "kaian@irontec.com"
},
{
"name": "Mikel Madariaga",
"email": "mikel@irontec.com"
},
{
"name": "Daniel García",
"email": "dgarcia@irontec.com"
},
{
"name": "Roger Batista",
"email": "rbatista@irontec.com"
}
],
"autoload": {
"psr-4": {
"Ivoz\\Api\\": ""
}
},
"require": {
"php": ">=7.4",
"api-platform/core": "2.6.*",
"irontec/ivoz-core": "^5.0",
"graze/guzzle-jsonrpc": "3.2.*",
"guzzlehttp/guzzle": "^6.5.6",
"lexik/jwt-authentication-bundle": "^2.5",
"symfony/expression-language": "^5.4",
"symfony/finder": "^5.4",
"symfony/http-foundation": "^5.4",
"symfony/routing": "^5.4",
"symfony/serializer": "^5.4",
"symfony/doctrine-bridge": "^5.4.21",
"symfony/property-info": "^5.4",
"twig/twig": "^3.8.0",
"symfony/twig-bridge": "^5.4.31",
"guzzlehttp/psr7": "^1.9.1",
"doctrine/annotations": "^1.14.3"
},
"require-dev": {
"phpstan/phpstan": "^1.0",
"behat/behat": "^3.8.1",
"behat/mink-browserkit-driver": "^2.0.0",
"friends-of-behat/mink-extension": "^2.5",
"behatch/contexts": "^3.3",
"phpunit/phpunit": "^9.5.3"
}
}