1
mirror of https://github.com/jakejarvis/spoons.git synced 2025-04-26 13:28:27 -04:00
spoons/composer.json
dependabot[bot] a88fd7aeff
Bump mpdf/mpdf from 6.1.4 to 7.1.8
Bumps [mpdf/mpdf](https://github.com/mpdf/mpdf) from 6.1.4 to 7.1.8.
- [Release notes](https://github.com/mpdf/mpdf/releases)
- [Changelog](https://github.com/mpdf/mpdf/blob/development/CHANGELOG.md)
- [Commits](https://github.com/mpdf/mpdf/compare/v6.1.4...v7.1.8)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-09 15:59:18 +00:00

11 lines
167 B
JSON

{
"require" : {
"php": "^5.6.0",
"ext-mbstring": "*",
"mpdf/mpdf": "^7.1"
},
"require-dev": {
"heroku/heroku-buildpack-php": "*"
}
}