Skip to content

Commit

Permalink
Merge pull request #49 from prooph/php72
Browse files Browse the repository at this point in the history
test php 7.2 on travis
  • Loading branch information
prolic committed Dec 17, 2017
2 parents 9e536ef + 48c98b6 commit dd2cf0d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ matrix:
- php: 7.1
env:
- DEPENDENCIES="--prefer-lowest --prefer-stable"
- php: 7.2
env:
- DEPENDENCIES=""
- php: 7.2
env:
- DEPENDENCIES="--prefer-lowest --prefer-stable"

cache:
directories:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"prooph"
],
"require": {
"prooph/event-store": "^7.2",
"prooph/pdo-event-store": "^1.4.1",
"prooph/event-store": "^7.3.1",
"prooph/pdo-event-store": "^1.6",
"prooph/snapshot-store": "^1.2",
"phunkie/phunkie": "0.10.1"
},
"require-dev": {
"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"
},
Expand Down
1 change: 0 additions & 1 deletion examples/register_and_change_username.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
use Prooph\MicroExample\Model\Command\RegisterUser;
use Prooph\MicroExample\Model\Command\UnknownCommand;
use Prooph\MicroExample\Model\User;
use function Phunkie\Functions\show\show;

$start = microtime(true);

Expand Down

0 comments on commit dd2cf0d

Please sign in to comment.