Skip to content

Commit

Permalink
require Broadway 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
othillo committed Dec 8, 2017
1 parent 8b3d358 commit a9154c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: php
sudo: false

php:
- 5.6
- 7.0
- 7.1

Expand Down
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "Event store implementation using doctrine/dbal",
"license": "MIT",
"require": {
"php": ">=5.5.9",
"broadway/broadway": "^1.0",
"php": ">=7.0",
"broadway/broadway": "^2.0",
"doctrine/dbal": "~2.4",
"broadway/uuid-generator": "~0.4.0"
},
Expand Down Expand Up @@ -46,13 +46,12 @@
},
"autoload-dev": {
"psr-4": {
"Broadway\\EventStore\\Dbal\\": "test/",
"Broadway\\": "vendor/broadway/broadway/test/Broadway/"
"Broadway\\EventStore\\Dbal\\": "test/"
}
},
"extra": {
"branch-alias": {
"dev-master": "0.2.x-dev"
"dev-master": "0.3.x-dev"
}
}
}

0 comments on commit a9154c5

Please sign in to comment.