Skip to content

Commit c013516

Browse files
committed
updated fpdf and fpdi
1 parent b178dc5 commit c013516

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1342
-4328
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "royopa/fpdf-symfony2",
33
"type": "library",
4-
"description": "fpdf vendor for use with symfony2, based on toooni/fpdf",
4+
"description": "fpdf vendor for use with symfony, based on toooni/fpdf",
55
"keywords": [],
6-
"homepage": "http://github.com/royopa",
6+
"homepage": "https://github.com/royopa/fpdf-symfony2",
77
"license": "MIT",
88
"authors": [
99
{
@@ -13,8 +13,8 @@
1313
],
1414
"require": {
1515
"php": ">=5.3.3",
16-
"setasign/fpdi-fpdf": "~1.6",
17-
"setasign/fpdi": "~1.6"
16+
"setasign/fpdf": "~1.8",
17+
"setasign/fpdi": "~2.3"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "4.0.*"

0 commit comments

Comments
 (0)