Skip to content

Commit

Permalink
Merge pull request #505 from patchlevel/require-doctrine-migration
Browse files Browse the repository at this point in the history
remove optional dependency and add required doctrine migration
  • Loading branch information
DavidBadura authored Feb 23, 2024
2 parents b4ab768 + 3b670fd commit 771a7ce
Show file tree
Hide file tree
Showing 7 changed files with 672 additions and 539 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 771a7ce

Please sign in to comment.