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

Commit 0a46a35

Browse files
authored
bugfix: remove composer ramsey/uuid-doctrine (#1525)
1 parent 66ea12f commit 0a46a35

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
@@ -1,5 +1,7 @@
11

22
## CHANGELOG FOR 1.0.x
3+
#### 1.0.3
4+
- bugfix [#1522](https://github.com/ergonode/backend/issues/1522) Remove ramsey/uuid-doctrine composer relation (wfajczyk)
35
#### 1.0.2
46
- bugfix [#1489](https://github.com/ergonode/backend/issues/1489) Removed local cache attribute decorators (piotrkreft)
57
- 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.0.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
@@ -18,7 +18,6 @@
1818
"ergonode/importer": "^1.0.0",
1919
"limenius/liform-bundle": "^0.15.0",
2020
"ramsey/uuid": "^3.8",
21-
"ramsey/uuid-doctrine": "^1.5",
2221
"league/csv": "^9.6",
2322
"symfony/form": "^4.4.11",
2423
"symfony/translation": "^4.4"

0 commit comments

Comments
 (0)