Skip to content

Commit 587e5a5

Browse files
authored
Merge pull request #264 from patchlevel/event-sourcing-3.12
upgrade event-sourcing to 3.12
2 parents 869573c + 67a9521 commit 587e5a5

File tree

7 files changed

+232
-177
lines changed

7 files changed

+232
-177
lines changed

.github/workflows/docs-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
dependencies:
2020
- "locked"
2121
php-version:
22-
- "8.3"
22+
- "8.4"
2323
operating-system:
2424
- "ubuntu-latest"
2525

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
22-
"patchlevel/event-sourcing": "^3.11.0",
22+
"patchlevel/event-sourcing": "^3.12.0",
2323
"symfony/cache": "^6.4.0|^7.0.0",
2424
"symfony/config": "^6.4.0|^7.0.0",
2525
"symfony/console": "^6.4.1|^7.0.1",

0 commit comments

Comments
 (0)