Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit a5dda72

Browse files
committed
Updated to FPDI 1.6.2
Fixated version numbers in dependencies.
1 parent 212a0d5 commit a5dda72

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Setasign - Jan Slabon, https://www.setasign.com
3+
Copyright (c) 2017 Setasign - Jan Slabon, https://www.setasign.com
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ A kind of metadata package for Composer with fixed dependencies for the latest v
44
## Installation with [Composer](https://packagist.org/packages/setasign/fpdi-fpdf)
55

66
```bash
7-
$ composer require setasign/fpdi-fpdf:1.6.1
7+
$ composer require setasign/fpdi-fpdf:1.6.2
88
```
99

1010
or you can include the following in your composer.json file:
1111

1212
```json
1313
{
1414
"require": {
15-
"setasign/fpdi-fpdf": "1.6.1"
15+
"setasign/fpdi-fpdf": "1.6.2"
1616
}
1717
}
1818
```

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setasign/fpdi-fpdf",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"homepage": "https://www.setasign.com/fpdi",
55
"description": "Kind of metadata package for dependencies of the latest versions of FPDI and FPDF.",
66
"type": "library",
@@ -19,7 +19,7 @@
1919
]
2020
},
2121
"require": {
22-
"setasign/fpdf": "1.8.*",
23-
"setasign/fpdi": "1.6.*"
22+
"setasign/fpdf": "1.8.1",
23+
"setasign/fpdi": "1.6.2"
2424
}
2525
}

fpdi_bridge.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
* This file is part of FPDI
44
*
55
* @package FPDI
6-
* @copyright Copyright (c) 2015 Setasign - Jan Slabon (http://www.setasign.com)
6+
* @copyright Copyright (c) 2017 Setasign - Jan Slabon (http://www.setasign.com)
77
* @license http://opensource.org/licenses/mit-license The MIT License
8-
* @version 1.6.1
8+
* @version 1.6.2
99
*/
1010
class fpdi_bridge extends FPDF
1111
{

0 commit comments

Comments
 (0)