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

Commit

Permalink
Updated to FPDI 1.6.2
Browse files Browse the repository at this point in the history
Fixated version numbers in dependencies.
  • Loading branch information
JanSlabon committed May 11, 2017
1 parent 212a0d5 commit a5dda72
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Setasign - Jan Slabon, https://www.setasign.com
Copyright (c) 2017 Setasign - Jan Slabon, 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 @@ -4,15 +4,15 @@ A kind of metadata package for Composer with fixed dependencies for the latest v
## Installation with [Composer](https://packagist.org/packages/setasign/fpdi-fpdf)

```bash
$ composer require setasign/fpdi-fpdf:1.6.1
$ composer require setasign/fpdi-fpdf:1.6.2
```

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

```json
{
"require": {
"setasign/fpdi-fpdf": "1.6.1"
"setasign/fpdi-fpdf": "1.6.2"
}
}
```
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setasign/fpdi-fpdf",
"version": "1.6.1",
"version": "1.6.2",
"homepage": "https://www.setasign.com/fpdi",
"description": "Kind of metadata package for dependencies of the latest versions of FPDI and FPDF.",
"type": "library",
Expand All @@ -19,7 +19,7 @@
]
},
"require": {
"setasign/fpdf": "1.8.*",
"setasign/fpdi": "1.6.*"
"setasign/fpdf": "1.8.1",
"setasign/fpdi": "1.6.2"
}
}
4 changes: 2 additions & 2 deletions fpdi_bridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* This file is part of FPDI
*
* @package FPDI
* @copyright Copyright (c) 2015 Setasign - Jan Slabon (http://www.setasign.com)
* @copyright Copyright (c) 2017 Setasign - Jan Slabon (http://www.setasign.com)
* @license http://opensource.org/licenses/mit-license The MIT License
* @version 1.6.1
* @version 1.6.2
*/
class fpdi_bridge extends FPDF
{
Expand Down

0 comments on commit a5dda72

Please sign in to comment.