Skip to content

Commit c7eed63

Browse files
Saphyelsroze
authored andcommitted
Add cors (#12)
* Add a suggestion for CORS
1 parent 2e4daa6 commit c7eed63

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@
1515
"symfony/security-bundle": "^3.0 || ^4.0",
1616
"symfony/twig-bundle": "^3.0 || ^4.0",
1717
"symfony/validator": "^3.0 || ^4.0"
18+
},
19+
"suggest": {
20+
"nelmio/cors-bundle": "To support CORS."
1821
}
1922
}

0 commit comments

Comments
 (0)