From 3038f2042900db652ac3cd91ca4f1354055d46e7 Mon Sep 17 00:00:00 2001 From: TheCodeholic Date: Thu, 21 Nov 2019 13:49:11 +0400 Subject: [PATCH] Update gaoptout version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 39cca75..25dce1a 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ ], "minimum-stability": "dev", "require": { - "npm-asset/gaoptout": "*", + "npm-asset/gaoptout": "^1.0.0", "yiisoft/yii2": "~2.0.0", "yiisoft/yii2-httpclient": "~2.0.0" },