forked from imatic/user-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
49 lines (49 loc) · 1.39 KB
/
composer.json
File metadata and controls
49 lines (49 loc) · 1.39 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
{
"name": "imatic/user-bundle",
"type": "symfony-bundle",
"description": "Imatic User Bundle",
"keywords": [],
"homepage": "http://imatic.cz",
"license": "MIT",
"authors": [
{
"name": "Stepan Koci",
"email": "stepan.koci@imatic.cz"
},
{
"name": "Imatic Software s.r.o.",
"homepage": "http://imatic.cz/"
}
],
"require": {
"php": ">=7.4",
"symfony/framework-bundle": "^4.4.16",
"doctrine/orm": "^2.7.4",
"doctrine/doctrine-bundle": "^2.1.2",
"symfony/swiftmailer-bundle": "^3.5.1",
"imatic/view-bundle": "^5.0.4",
"imatic/controller-bundle": "^5.0.0",
"sensio/framework-extra-bundle": "^5.6.1"
},
"require-dev": {
"imatic/testing": "^6.0.2",
"friendsofphp/php-cs-fixer": "^2.8",
"phpmd/phpmd": "^2.6",
"doctrine/doctrine-fixtures-bundle": "^3.3",
"symfony/web-profiler-bundle": "^4.4",
"imatic/form-bundle": "^4.0.1",
"symfony/yaml": "^4.4",
"symfony/expression-language": "^4.4",
"symfony/asset": "^4.4"
},
"autoload": {
"psr-4": {
"Imatic\\Bundle\\UserBundle\\": ""
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"suggest": {
"phpoffice/phpexcel": "To create and import role documents."
}
}