mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 17:46:30 +03:00
Merge pull request #406
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
netbull_security:
|
||||
banned_route: CHANGE_ME_WITH_REAL__ROUTE
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user