Skip to content

Commit

Permalink
add suggest html report
Browse files Browse the repository at this point in the history
  • Loading branch information
giansalex authored Jan 21, 2018
1 parent 5cae1f0 commit e0183c7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"homepage": "https://github.com/giansalex/greenter-htmltopdf",
"type": "library",
"require": {
"php": ">=5.5.9",
"php": ">=5.5.9",
"greenter/core": "^1.2",
"mikehaertl/phpwkhtmltopdf": "^2.3"
},
"require-dev": {
"phpunit/phpunit": ">=4.8 < 6.0"
},
"autoload": {
"autoload": {
"psr-4": {
"Greenter\\": "src/"
}
Expand All @@ -28,5 +28,8 @@
"psr-4": {
"Tests\\Greenter\\": "tests/"
}
},
"suggest": {
"greenter/report": "Html Reporter"
}
}

0 comments on commit e0183c7

Please sign in to comment.