Skip to content

Commit

Permalink
refactor(composer.json): update uuid version for latest Laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
softvar committed Jun 20, 2022
1 parent 3549076 commit 15f501f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [ master, github-action-slack-notification ]
branches: [ master, github-action-slack-notification, update-uuid ]
pull_request:
branches: [ master ]

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.37.0] - 2022-06-20

### Changed

- Update remsey/uuid version from `^3.8` to `^4.2.2`

## [1.36.2] - 2022-03-28

### Changed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"description": "VWO server side sdk",
"require": {
"monolog/monolog": "^1.0 || ^2.0",
"ramsey/uuid": "^3.8",
"ramsey/uuid": "^3.8 || ^4.0",
"justinrainbow/json-schema": "^5.2",
"vwo/vwo-sdk-log-messages": ">=0.7.0"
},
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.36.2';
const SDK_VERSION = '1.37.0';
/**
* sdk langauge for api hit
*/
Expand Down

0 comments on commit 15f501f

Please sign in to comment.