Skip to content

Commit

Permalink
Fixed TCPDF dependency constraint to allow versions > 6.2 but lower t…
Browse files Browse the repository at this point in the history
…han 7.0
  • Loading branch information
stollr committed Aug 25, 2021
1 parent b94e0b5 commit 6c4692e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"require": {
"php": ">=5.3.3",
"tecnickcom/tcpdf": "6.2.*"
"tecnickcom/tcpdf": "^6.2"
},
"autoload": {
"psr-0" : { "Tcpdf\\Extension\\" : "src/" }
Expand Down

0 comments on commit 6c4692e

Please sign in to comment.