From 0877df22675a66e8d4447237674cdfd0e09f3017 Mon Sep 17 00:00:00 2001 From: Peter Gribanov Date: Mon, 18 Feb 2019 12:40:47 +0300 Subject: [PATCH 1/2] Create manifest.json --- manifest.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..bab29b5 --- /dev/null +++ b/manifest.json @@ -0,0 +1,5 @@ +{ + "bundles": { + "GpsLab\\Bundle\\GeoIP2Bundle\\GpsLabGeoIP2Bundle": ["all"] + } +} From 0a7ff7dfae20f729a9a2377a16a2011e906557ce Mon Sep 17 00:00:00 2001 From: Peter Gribanov Date: Tue, 30 Jul 2019 15:25:28 +0300 Subject: [PATCH 2/2] add composer-scripts section --- manifest.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.json b/manifest.json index bab29b5..6d8910f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,8 @@ { "bundles": { "GpsLab\\Bundle\\GeoIP2Bundle\\GpsLabGeoIP2Bundle": ["all"] + }, + "composer-scripts": { + "geoip2:update": "symfony-cmd" } }