Skip to content

Commit

Permalink
Up dependency to >7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wjzijderveld committed Feb 3, 2019
1 parent a506bf5 commit 779247e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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:
- 7.0
- 7.1
- 7.2
- 7.3
Expand Down
4 changes: 2 additions & 2 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": ">=7.0",
"broadway/broadway": "^2.0",
"php": ">=7.1",
"broadway/broadway": "^2.1",
"doctrine/dbal": "~2.4",
"broadway/uuid-generator": "~0.4.0"
},
Expand Down

0 comments on commit 779247e

Please sign in to comment.