From 6934c37489f63a640575e67cd88aba5b6277aef1 Mon Sep 17 00:00:00 2001 From: Peter Gribanov Date: Tue, 30 Jul 2019 17:21:11 +0300 Subject: [PATCH] add "copy-from-recipe" section --- gpslab/geoip2/1.1/manifest.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gpslab/geoip2/1.1/manifest.json b/gpslab/geoip2/1.1/manifest.json index 6d8910f1..1dd03011 100644 --- a/gpslab/geoip2/1.1/manifest.json +++ b/gpslab/geoip2/1.1/manifest.json @@ -2,6 +2,9 @@ "bundles": { "GpsLab\\Bundle\\GeoIP2Bundle\\GpsLabGeoIP2Bundle": ["all"] }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, "composer-scripts": { "geoip2:update": "symfony-cmd" }