Skip to content

Commit

Permalink
Suggest GD instead of require
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid committed Oct 8, 2020
1 parent 50c8b34 commit d7bff66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
],
"require": {
"php": ">=7.2",
"ext-gd": "*",
"bacon/bacon-qr-code": "^2.0",
"khanamiryan/qrcode-detector-decoder": "^1.0.2",
"symfony/options-resolver": "^3.4||^4.4||^5.0",
Expand All @@ -25,9 +24,10 @@
"setasign/fpdf": "^1.8"
},
"suggest": {
"ext-gd": "Required for generating PNG images",
"roave/security-advisories": "Avoids installation of package versions with vulnerabilities",
"symfony/security-checker": "Checks your composer.lock for vulnerabilities",
"setasign/fpdf": "Required to use the FPDF writer."
"setasign/fpdf": "Required to use the FPDF writer.",
"symfony/security-checker": "Checks your composer.lock for vulnerabilities"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d7bff66

Please sign in to comment.