Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 9e89041

Browse files
authored
bugfix: remove composer ramsey/uuid-doctrine (#1524)
1 parent ae71823 commit 9e89041

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
- feature [#1384](https://github.com/ergonode/backend/issues/1384) New attribute type - product relation (rprzedzik)
2121

2222
## CHANGELOG FOR 1.0.x
23+
#### 1.0.3
24+
- bugfix [#1522](https://github.com/ergonode/backend/issues/1522) Remove ramsey/uuid-doctrine composer relation (wfajczyk)
2325
#### 1.0.2
2426
- bugfix [#1489](https://github.com/ergonode/backend/issues/1489) Removed local cache attribute decorators (piotrkreft)
2527
- bugfix [#1478](https://github.com/ergonode/backend/issues/1478) Allowed to override default storages (piotrkreft)

module/account/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"ergonode/shared-kernel": "^1.1.0",
2727
"nelmio/api-doc-bundle": "^3.6",
2828
"ramsey/uuid": "^3.8",
29-
"ramsey/uuid-doctrine": "^1.5",
3029
"sensio/framework-extra-bundle": "^5.5",
3130
"symfony/form": "^4.4.11",
3231
"symfony/messenger": "^4.4",

module/importer-ergonode-1/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"ext-zip": "*",
1818
"ergonode/importer": "^1.1.0",
1919
"ramsey/uuid": "^3.8",
20-
"ramsey/uuid-doctrine": "^1.5",
2120
"league/csv": "^9.6",
2221
"symfony/form": "^4.4.11",
2322
"symfony/translation": "^4.4"

0 commit comments

Comments
 (0)