Skip to content

Commit 33ade8a

Browse files
dunglassroze
authored andcommitted
Add NelmioCors by default (#14)
1 parent 2c6091d commit 33ade8a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@
99
"doctrine/annotations": "^1.0",
1010
"doctrine/orm": "^2.4.5",
1111
"doctrine/doctrine-bundle": "^1.6",
12+
"nelmio/cors-bundle": "^1.5",
1213
"phpdocumentor/reflection-docblock": "^3.0 || ^4.0",
1314
"symfony/asset": "^3.0 || ^4.0",
1415
"symfony/expression-language": "^3.0 || ^4.0",
1516
"symfony/security-bundle": "^3.0 || ^4.0",
1617
"symfony/twig-bundle": "^3.0 || ^4.0",
1718
"symfony/validator": "^3.0 || ^4.0"
18-
},
19-
"suggest": {
20-
"nelmio/cors-bundle": "To support CORS."
2119
}
2220
}

0 commit comments

Comments
 (0)