-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
58 lines (58 loc) · 1.73 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "monofony/core-pack",
"type": "symfony-pack",
"description": "Monofony core pack.",
"license": "MIT",
"require": {
"php": "^8.0",
"behat/behat": "^3.2",
"doctrine/doctrine-migrations-bundle": "^3.0",
"doctrine/doctrine-fixtures-bundle": "^3.4",
"doctrine/orm": "^2.5",
"fakerphp/faker": "^1.14",
"liip/imagine-bundle": "^2.2",
"monofony/behat-bridge": "^0.8",
"monofony/core-bundle": "^0.8",
"monofony/core-contracts": "^0.8",
"monofony/core-meta": "^0.8",
"monofony/customer-bundle": "^1.10",
"monofony/fos-oauth-server-bridge": "^0.8",
"monofony/sylius-user-bridge": "^0.8",
"monofony/user": "^1.10",
"monofony/user-bundle": "^1.10",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-webmozart-assert": "^0.12",
"sylius/mailer": "^1.5",
"sylius/resource": "^1.8",
"sylius/resource-bundle": "^1.8",
"symfony/config": "5.4.*",
"symfony/process": "5.4.*",
"symfony/serializer": "5.4.*",
"symfony/translation": "5.4.*",
"symfony/validator": "5.4.*",
"vich/uploader-bundle": "^1.8",
"zenstruck/foundry": "^1.14"
},
"require-dev": {
"behat/behat": "^3.2",
"monofony/behat-bridge": "^0.8",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-webmozart-assert": "^0.12"
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "path",
"url": "../../*/*"
}
],
"extra": {
"branch-alias": {
"dev-master": "0.8-dev"
}
}
}