Skip to content

Commit

Permalink
fix: remove vendor/autoload from UuidUtil
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshamg1304 authored and rohitesh-wingify committed Jul 29, 2024
1 parent a34d56b commit 6d26521
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.2.4] - 2024-07-29
### Fixed

- Removed unnecessary vendor/autoload from UuidUtil.php

[1.2.1] - 2024-07-17
### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vwo/vwo-fme-php-sdk",
"version": "1.2.1",
"version": "1.2.4",
"keywords": ["vwo", "fme", "sdk"],
"license": "Apache-2.0",
"authors": [{
Expand Down
1 change: 0 additions & 1 deletion src/Utils/UuidUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*/

namespace vwo\Utils;
require 'vendor/autoload.php';

use Ramsey\Uuid\Uuid;

Expand Down

0 comments on commit 6d26521

Please sign in to comment.