Merge pull request #406

This commit is contained in:
symfony-flex-server[bot]
2018-07-03 19:32:16 +00:00
committed by GitHub
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,2 @@
netbull_security:
banned_route: CHANGE_ME_WITH_REAL__ROUTE
+12
View File
@@ -0,0 +1,12 @@
{
"bundles": {
"NetBull\\SecurityBundle\\NetBullSecurityBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"composer-scripts": {
"vendor/bin/browscap-php browscap:fetch": "php-script",
"vendor/bin/browscap-php browscap:convert": "php-script"
}
}