-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
52 lines (52 loc) · 1.17 KB
/
Copy pathcomposer.json
File metadata and controls
52 lines (52 loc) · 1.17 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
{
"name": "otezvikentiy/json-rpc-api",
"description": "Symfony Json RPC API bundle",
"version": "4.2",
"stability": "stable",
"minimum-stability": "stable",
"keywords": [
"symfony",
"bundle",
"JsonRPC",
"API",
"Swagger"
],
"type": "symfony-bundle",
"license": "MIT",
"support": {
"issues": "https://github.com/OtezVikentiy/symfony-jsonrpc-api-bundle/issues"
},
"autoload": {
"psr-4": {
"OV\\JsonRPCAPIBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"OV\\JsonRPCAPIBundle\\Tests\\": "tests/",
"OV\\JsonRPCAPIBundle\\RPC\\": "tests/Fixtures/RPC/"
}
},
"require": {
"php": ">=8.2",
"doctrine/annotations": ">=2.0",
"symfony/framework-bundle": ">=6.4",
"symfony/yaml": ">=6.4",
"symfony/validator": ">=6.4",
"symfony/serializer": ">=6.4",
"symfony/console": ">=6.4",
"symfony/security-bundle": ">=6.4"
},
"require-dev": {
"phpunit/phpunit": "11.*",
"symfony/property-access": ">=6.4"
},
"authors": [
{
"name": "l.groshev",
"email": "OtezVikentiy@gmail.com",
"homepage": "https://otezvikentiy.tech",
"role": "Creator"
}
]
}