Skip to content

Commit

Permalink
remove optional dependency and add required doctrine migration
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBadura committed Feb 22, 2024
1 parent b4ab768 commit 830cdf9
Show file tree
Hide file tree
Showing 5 changed files with 456 additions and 474 deletions.
8 changes: 2 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"doctrine/dbal": "^3.8.1|^4.0.0",
"doctrine/migrations": "^3.3.2",
"patchlevel/hydrator": "^1.1.0",
"patchlevel/worker": "^1.1.1",
"psr/cache": "^2.0.0|^3.0.0",
Expand All @@ -35,7 +36,6 @@
"require-dev": {
"ext-pdo_sqlite": "~8.1.0 || ~8.2.0 || ~8.3.0",
"cspray/phinal": "^2.0.0",
"doctrine/migrations": "^3.3.2",
"doctrine/orm": "^2.18.0|^3.0.0",
"infection/infection": "^0.27.0",
"patchlevel/coding-standard": "^1.3.0",
Expand All @@ -51,11 +51,7 @@
"vimeo/psalm": "^5.17.0"
},
"suggest": {
"doctrine/migrations": "for schema migration support",
"symfony/messenger": "for an advanced event bus"
},
"conflict": {
"doctrine/migrations": "<3.3"
"patchlevel/event-sourcing-psalm-plugin": "for psalm support"
},
"config": {
"preferred-install": {
Expand Down
Loading

0 comments on commit 830cdf9

Please sign in to comment.