-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 1.05 KB
/
composer.json
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
{
"name": "ids/codesample",
"description": "Sample code for people whowish to know my coding & doc style for microservices, RESTful APIs & usage of High Performance php frameworks.",
"type": "project",
"require": {
"symfony/dotenv": "^v6.3.0",
"nikic/fast-route": "^v1.3.0",
"react/http": "v1.9.0",
"react/async": "^v4.1.0",
"symfony/validator": "^v6.3.1",
"cycle/orm": "^v2.3.2",
"cycle/annotated": "^v3.3.0",
"cycle/entity-behavior": "^1.2.0",
"cycle/entity-behavior-uuid": "^1.1.0",
"cycle/schema-builder": "^v2.5.0",
"clue/redis-react": "^3@dev || ^2",
"symfony/serializer": "^v6.3.1",
"symfony/property-access": "^v6.3.0",
"react/promise": "^v2.10.0"
},
"license": "MIT",
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"authors": [
{
"name": "Maulik Parmar",
"email": "24737091+mxmp210@users.noreply.github.com"
}
],
"minimum-stability": "stable"
}