Skip to content

Commit

Permalink
Merge pull request #11 from prooph/php_72
Browse files Browse the repository at this point in the history
test php 7.2 on travis
  • Loading branch information
prolic authored Dec 17, 2017
2 parents 9147a6e + 695446a commit d8ba77d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ matrix:
sudo: true
env:
- DEPENDENCIES="--prefer-lowest --prefer-stable"
- php: 7.2
sudo: true
env:
- DEPENDENCIES=""
- php: 7.2
sudo: true
env:
- DEPENDENCIES="--prefer-lowest --prefer-stable"

cache:
directories:
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
"prefer-stable": true,
"require": {
"php": "^7.1",
"prooph/event-store": "^7.0"
"prooph/event-store": "^7.3.1"
},
"require-dev": {
"prooph/pdo-event-store": "^1.0",
"prooph/pdo-event-store": "^1.6",
"phpunit/phpunit": "^6.0",
"phpspec/prophecy": "^1.7",
"prooph/php-cs-fixer-config": "^0.1.1",
"prooph/php-cs-fixer-config": "^0.2.1",
"satooshi/php-coveralls": "^1.0",
"malukenho/docheader": "^0.1.4",
"prooph/bookdown-template": "^0.2.3"
},
"suggest": {
"prooph/pdo-event-store": "^7.0 for usage with MySQL or Postgres as event store"
"prooph/pdo-event-store": "^1.6 for usage with MariaDB, MySQL or Postgres as event store"
},
"conflict": {
"sandrokeil/interop-config": "<1.0"
Expand Down

0 comments on commit d8ba77d

Please sign in to comment.