Skip to content

Commit

Permalink
Upgrade to phpunit 7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Jul 25, 2019
1 parent 7faee3d commit b2070fd
Show file tree
Hide file tree
Showing 11 changed files with 463 additions and 367 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,13 @@
},
"require-dev": {
"tecnickcom/tcpdf": "^6.2",
"phpunit/phpunit": "^5.7",
"doctrine/instantiator": "^1.0.0",
"dompdf/dompdf": "^0.8.0",
"mpdf/mpdf": "^7.0.0",
"jpgraph/jpgraph": "^4.0",
"friendsofphp/php-cs-fixer": "@stable",
"phpcompatibility/php-compatibility": "^8.0",
"squizlabs/php_codesniffer": "^3.3"
"squizlabs/php_codesniffer": "^3.3",
"phpunit/phpunit": "^7.5"
},
"suggest": {
"mpdf/mpdf": "Option for rendering PDF with PDF Writer",
Expand Down
Loading

0 comments on commit b2070fd

Please sign in to comment.