forked from GwendolenLynch/msgphp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
44 lines (44 loc) · 1.29 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
{
"name": "msgphp/msgphp",
"description": "Combined MsgPHP package for CI purposes",
"require": {
"api-platform/core": "^2.4",
"doctrine/doctrine-bundle": "^1.10",
"doctrine/orm": "^2.6",
"elasticsearch/elasticsearch": "^6.1",
"lexik/jwt-authentication-bundle": "^2.6",
"psr/container": "^1.0",
"ramsey/uuid": "^3.8",
"ramsey/uuid-doctrine": "^1.5",
"ro0nl/link": "^1.0",
"sensio/framework-extra-bundle": "^5.2",
"symfony/config": "^4.2",
"symfony/console": "^4.2",
"symfony/dependency-injection": "^4.2",
"symfony/form": "^4.2",
"symfony/http-kernel": "^4.2",
"symfony/maker-bundle": "^1.11",
"symfony/messenger": "^4.2",
"symfony/security-bundle": "^4.2",
"symfony/security-core": "^4.2",
"symfony/twig-bundle": "^4.2",
"symfony/validator": "^4.2",
"symfony/var-exporter": "^4.2"
},
"config": {
"preferred-install": {
"*": "dist"
},
"sort-packages": true
},
"autoload": {
"psr-4": {
"MsgPhp\\": "src/",
"MsgPhp\\User\\": "src/UserEav/"
},
"classmap": [
"tests/",
"var/phpunit/phpunit-7.5/src/"
]
}
}