-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 1 KB
/
composer.json
File metadata and controls
35 lines (35 loc) · 1 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
{
"name": "mnavarrocarter/rest-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",
"mnavarrocarter/problem-details": "^0.1"
},
"suggest":
{
"mnavarrocarter/problem-details-bundle": "For automatic serialization of exceptions to RFC 7807 error representations."
}
}