Skip to content

Commit

Permalink
fix composer issues related to newer doctrine versions
Browse files Browse the repository at this point in the history
use current version of php-coveralls
  • Loading branch information
thewunder committed Jul 13, 2018
1 parent 39107ea commit fdc0549
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 @@ -21,13 +21,14 @@
"php": ">=7.1",
"ext-pdo" : "*",
"doctrine/dbal": "~2.0",
"doctrine/inflector": "~1.3",
"symfony/event-dispatcher": ">=2.0 <5.0.0",
"minime/annotations": "~3.0"
},
"require-dev": {
"phpunit/phpunit": "~5.0",
"vlucas/phpdotenv": "~2.0",
"satooshi/php-coveralls": "~1.0"
"php-coveralls/php-coveralls": "~1.0"
},
"scripts": {
"test": "vendor/bin/phpunit"
Expand Down

0 comments on commit fdc0549

Please sign in to comment.