Skip to content

Commit

Permalink
Merge pull request #24 from event-engine/feature/support_php_data_2.x
Browse files Browse the repository at this point in the history
Bump php-data version to 1.0 and also support 2.x-dev
  • Loading branch information
codeliner committed Feb 18, 2020
2 parents 437201b + be5006b commit 15c424a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": "^7.2",
"roave/security-advisories": "dev-master",
"event-engine/php-data": "^0.1",
"event-engine/php-data": "^1.0 || ^2.0-dev",
"event-engine/php-schema": "^0.1",
"event-engine/php-messaging": "^0.1",
"event-engine/php-engine-utils": "^0.1",
Expand All @@ -33,7 +33,7 @@
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"event-engine/php-json-schema": "^0.1",
"event-engine/php-json-schema": "^1.0",
"event-engine/prooph-v7-event-store": "^0.6",
"bookdown/bookdown": "1.x-dev",
"prooph/php-cs-fixer-config": "^0.3",
Expand Down

0 comments on commit 15c424a

Please sign in to comment.