Skip to content

Commit

Permalink
updated fpdf and fpdi
Browse files Browse the repository at this point in the history
  • Loading branch information
royopa committed Dec 24, 2020
1 parent b178dc5 commit c013516
Show file tree
Hide file tree
Showing 42 changed files with 1,342 additions and 4,328 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "royopa/fpdf-symfony2",
"type": "library",
"description": "fpdf vendor for use with symfony2, based on toooni/fpdf",
"description": "fpdf vendor for use with symfony, based on toooni/fpdf",
"keywords": [],
"homepage": "http://github.com/royopa",
"homepage": "https://github.com/royopa/fpdf-symfony2",
"license": "MIT",
"authors": [
{
Expand All @@ -13,8 +13,8 @@
],
"require": {
"php": ">=5.3.3",
"setasign/fpdi-fpdf": "~1.6",
"setasign/fpdi": "~1.6"
"setasign/fpdf": "~1.8",
"setasign/fpdi": "~2.3"
},
"require-dev": {
"phpunit/phpunit": "4.0.*"
Expand Down
Loading

0 comments on commit c013516

Please sign in to comment.