Skip to content

Commit

Permalink
Merge pull request #50 from zymsys/composer-deps
Browse files Browse the repository at this point in the history
Fix deprecated php-coveralls reference; add language level dependency
  • Loading branch information
prolic committed Oct 9, 2018
2 parents ca66089 + a3191c5 commit 5b083e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"prooph"
],
"require": {
"php": "^7.1",
"prooph/event-store": "^7.3.1",
"prooph/pdo-event-store": "^1.6",
"prooph/snapshot-store": "^1.2",
Expand All @@ -31,7 +32,7 @@
"phpunit/phpunit": "^6.0",
"phpspec/prophecy": "^1.7",
"prooph/php-cs-fixer-config": "^0.2.1",
"satooshi/php-coveralls": "^1.0",
"php-coveralls/php-coveralls": "^2.1",
"malukenho/docheader": "^0.1.4"
},
"suggest": {
Expand Down

0 comments on commit 5b083e7

Please sign in to comment.