Skip to content

Commit

Permalink
Allow newest and previous event-engine/* versions
Browse files Browse the repository at this point in the history
  • Loading branch information
codeliner authored Feb 6, 2021
1 parent f63b4e0 commit 3c60f8e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"php": "^7.3 || ^8.0",
"codeliner/array-reader": "^2.0",
"event-engine/php-data": "^1.0 || ^2.0",
"event-engine/php-engine-utils": "^0.2",
"event-engine/php-logger": "^0.2",
"event-engine/php-messaging": "^0.2",
"event-engine/php-persistence": "^0.9",
"event-engine/php-schema": "^0.2",
"event-engine/php-engine-utils": "^0.1 || ^0.2",
"event-engine/php-logger": "^0.1 || ^0.2",
"event-engine/php-messaging": "^0.1 || ^0.2",
"event-engine/php-persistence": "^0.8 || ^0.9",
"event-engine/php-schema": "^0.1 || ^0.2",
"fig/http-message-util": "^1.1",
"psr/container": "^1.0",
"psr/http-message": "^1.0",
Expand All @@ -32,8 +32,8 @@
},
"require-dev": {
"bookdown/bookdown": "1.x-dev",
"event-engine/php-json-schema": "^2.0",
"event-engine/prooph-v7-event-store": "^0.10",
"event-engine/php-json-schema": "^1.0 || ^2.0",
"event-engine/prooph-v7-event-store": "^0.9 || ^0.10",
"justinrainbow/json-schema": "^5.2",
"malukenho/docheader": "^0.1.4",
"opis/json-schema": "^1.0",
Expand Down

0 comments on commit 3c60f8e

Please sign in to comment.