Skip to content

Commit 3c60f8e

Browse files
author
Alexander Miertsch
authored
Allow newest and previous event-engine/* versions
1 parent f63b4e0 commit 3c60f8e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"php": "^7.3 || ^8.0",
2020
"codeliner/array-reader": "^2.0",
2121
"event-engine/php-data": "^1.0 || ^2.0",
22-
"event-engine/php-engine-utils": "^0.2",
23-
"event-engine/php-logger": "^0.2",
24-
"event-engine/php-messaging": "^0.2",
25-
"event-engine/php-persistence": "^0.9",
26-
"event-engine/php-schema": "^0.2",
22+
"event-engine/php-engine-utils": "^0.1 || ^0.2",
23+
"event-engine/php-logger": "^0.1 || ^0.2",
24+
"event-engine/php-messaging": "^0.1 || ^0.2",
25+
"event-engine/php-persistence": "^0.8 || ^0.9",
26+
"event-engine/php-schema": "^0.1 || ^0.2",
2727
"fig/http-message-util": "^1.1",
2828
"psr/container": "^1.0",
2929
"psr/http-message": "^1.0",
@@ -32,8 +32,8 @@
3232
},
3333
"require-dev": {
3434
"bookdown/bookdown": "1.x-dev",
35-
"event-engine/php-json-schema": "^2.0",
36-
"event-engine/prooph-v7-event-store": "^0.10",
35+
"event-engine/php-json-schema": "^1.0 || ^2.0",
36+
"event-engine/prooph-v7-event-store": "^0.9 || ^0.10",
3737
"justinrainbow/json-schema": "^5.2",
3838
"malukenho/docheader": "^0.1.4",
3939
"opis/json-schema": "^1.0",

0 commit comments

Comments
 (0)