Skip to content

Commit

Permalink
fix(composer.json): installation error [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Abbas-khaliq authored and softvar committed Feb 10, 2022
1 parent b4b9eb8 commit 3f1d25f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"monolog/monolog": "^1.0 || ^2.0",
"ramsey/uuid": "^3.8",
"justinrainbow/json-schema": "^5.2",
"vwo/vwo-sdk-log-messages": "0.*"
"vwo/vwo-sdk-log-messages": "0.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0",
Expand All @@ -31,8 +31,9 @@
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/wingify/vwo-sdk-log-messages"
"type": "git",
"url": "https://github.com/wingify/vwo-sdk-log-messages",
"reference": "0.4.0"
}
],
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/Utils/ImpressionBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class ImpressionBuilder
/**
* sdk version for api hit
*/
const SDK_VERSION = '1.32.1';
const SDK_VERSION = '1.32.2';
/**
* sdk langauge for api hit
*/
Expand Down

0 comments on commit 3f1d25f

Please sign in to comment.