mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
15 lines
284 B
JSON
15 lines
284 B
JSON
{
|
|
"bundles": {
|
|
"GpsLab\\Bundle\\GeoIP2Bundle\\GpsLabGeoIP2Bundle": ["all"]
|
|
},
|
|
"container": {
|
|
"locale": "en"
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"composer-scripts": {
|
|
"geoip2:update": "symfony-cmd"
|
|
}
|
|
}
|