Skip to content

Commit

Permalink
Remove http client from dependencies and change gaoptout version
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodeholic authored Nov 21, 2019
1 parent 3038f20 commit fa1dad8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
],
"minimum-stability": "dev",
"require": {
"npm-asset/gaoptout": "^1.0.0",
"yiisoft/yii2": "~2.0.0",
"yiisoft/yii2-httpclient": "~2.0.0"
"npm-asset/gaoptout": "*",
"yiisoft/yii2": "~2.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit fa1dad8

Please sign in to comment.