Skip to content

Commit b178dc5

Browse files
committed
updated fpdf to 1.6.2
1 parent ac819dc commit b178dc5

Some content is hidden

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

74 files changed

+2304
-1190
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "fpdf vendor for use with symfony2, based on toooni/fpdf",
55
"keywords": [],
66
"homepage": "http://github.com/royopa",
7-
"license": "BSD-3",
7+
"license": "MIT",
88
"authors": [
99
{
1010
"name": "Rodrigo Prado de Jesus",
@@ -13,8 +13,8 @@
1313
],
1414
"require": {
1515
"php": ">=5.3.3",
16-
"setasign/fpdi-fpdf": "1.6.1",
17-
"setasign/fpdi": "1.6.1"
16+
"setasign/fpdi-fpdf": "~1.6",
17+
"setasign/fpdi": "~1.6"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "4.0.*"

0 commit comments

Comments
 (0)