Skip to content

Commit

Permalink
Merge pull request #92 from Setasign/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
JanSlabon authored Feb 19, 2020
2 parents 3c26600 + 34daf3b commit ff7e43e
Show file tree
Hide file tree
Showing 56 changed files with 159 additions and 223 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ php:
- '7.1'
- '7.2'
- '7.3'
- '7.4'

before_script:
- composer selfupdate
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017 Setasign - Jan Slabon, https://www.setasign.com
Copyright (c) 2020 Setasign GmbH & Co. KG, https://www.setasign.com

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ If you want to use tFPDF, your have to update your composer.json respectively to
```json
{
"require": {
"tecnickcom/tfpdf": "1.25",
"setasign/fpdi": "^2.1"
"tecnickcom/tfpdf": "1.31",
"setasign/fpdi": "^2.3"
}
}
```
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"php": "^5.6 || ^7.0",
"ext-zlib": "*"
},
"conflict": {
"setasign/tfpdf": "<1.31"
},
"authors": [
{
"name": "Jan Slabon",
Expand All @@ -40,7 +43,7 @@
"phpunit/phpunit": "~5.7",
"setasign/fpdf": "~1.8",
"tecnickcom/tcpdf": "~6.2",
"setasign/tfpdf": "1.25"
"setasign/tfpdf": "1.31"
},
"autoload-dev": {
"psr-4": {
Expand Down
129 changes: 66 additions & 63 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/FpdfTpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* This file is part of FPDI
*
* @package setasign\Fpdi
* @copyright Copyright (c) 2019 Setasign - Jan Slabon (https://www.setasign.com)
* @copyright Copyright (c) 2020 Setasign GmbH & Co. KG (https://www.setasign.com)
* @license http://opensource.org/licenses/mit-license The MIT License
*/

Expand Down
2 changes: 1 addition & 1 deletion src/FpdfTplTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* This file is part of FPDI
*
* @package setasign\Fpdi
* @copyright Copyright (c) 2019 Setasign - Jan Slabon (https://www.setasign.com)
* @copyright Copyright (c) 2020 Setasign GmbH & Co. KG (https://www.setasign.com)
* @license http://opensource.org/licenses/mit-license The MIT License
*/

Expand Down
Loading

0 comments on commit ff7e43e

Please sign in to comment.