-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 820 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 820 Bytes
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
{
"name": "mnavarrocarter/auth-bundle",
"license": "MIT",
"type": "symfony-bundle",
"authors": [
{
"name": "Matías Navarro Carter",
"email": "mnavarro@option.cl"
}
],
"autoload": {
"psr-4": {
"MNC\\Bundle\\RestBundle\\": "src"
}
},
"require": {
"php": "^7.1.3",
"symfony/security-bundle": "^4.0",
"symfony/framework-bundle": "^4.0",
"symfony/validator": "^4.0",
"doctrine/doctrine-fixtures-bundle": "^3.0",
"symfony/orm-pack": "^1.0",
"symfony/profiler-pack": "^1.0",
"symfony/maker-bundle": "^1.1",
"pagerfanta/pagerfanta": "^1.0",
"league/fractal": "^0.17",
"limenius/liform": "^0.12",
"fzaninotto/faker": "^1.7"
}
}