-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
40 lines (40 loc) · 1.02 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
35
36
37
38
39
40
{
"name": "monofony/api-pack",
"type": "symfony-pack",
"description": "A pack for Monofony.",
"license": "MIT",
"require": {
"api-platform/core": "^2.6",
"api-platform/api-pack": "^1.2",
"lchrusciel/api-test-case": "^5.1",
"monofony/api-contracts": "^0.8",
"monofony/api-meta": "^0.8",
"monofony/core-contracts": "^0.8",
"monofony/user": "^1.10",
"monofony/user-bundle": "^1.10",
"phpstan/phpstan": "^0.12",
"psr/event-dispatcher": "^1.0",
"sylius/resource": "^1.8",
"symfony/messenger": "5.4.*"
},
"require-dev": {
"lchrusciel/api-test-case": "^5.1",
"phpstan/phpstan": "^0.12"
},
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "path",
"url": "../../*/*"
}
],
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "0.8-dev"
}
}
}