Skip to content

Commit 9a960d3

Browse files
committed
add funding information
1 parent 99de1da commit 9a960d3

6 files changed

Lines changed: 14 additions & 7 deletions

File tree

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
github: [tecnickcom]
12
custom: ['https://www.paypal.com/donate/?hosted_button_id=NZUEC5XS8MFBJ']

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
[![License](https://poser.pugx.org/tecnickcom/tc-lib-pdf-font/license)](https://packagist.org/packages/tecnickcom/tc-lib-pdf-font)
99
[![Downloads](https://poser.pugx.org/tecnickcom/tc-lib-pdf-font/downloads)](https://packagist.org/packages/tecnickcom/tc-lib-pdf-font)
1010

11-
[![Donate via PayPal](https://img.shields.io/badge/donate-paypal-87ceeb.svg)](https://www.paypal.com/donate/?hosted_button_id=NZUEC5XS8MFBJ)
11+
[![Sponsor on GitHub](https://img.shields.io/badge/sponsor-github-EA4AAA.svg?logo=githubsponsors&logoColor=white)](https://github.com/sponsors/tecnickcom)
1212

13-
If this library helps your PDF pipeline, please consider [supporting development via PayPal](https://www.paypal.com/donate/?hosted_button_id=NZUEC5XS8MFBJ).
13+
If this library helps your graphics workflow, please consider [supporting development via GitHub Sponsors](https://github.com/sponsors/tecnickcom).
1414

1515
---
1616

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.1
1+
2.7.2

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
"role": "lead"
2121
}
2222
],
23+
"funding": [
24+
{
25+
"type": "github",
26+
"url": "https://github.com/sponsors/tecnickcom"
27+
}
28+
],
2329
"require": {
2430
"php": ">=8.1",
2531
"ext-json": "*",

resources/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ Vcs-Browser: https://github.com/~#VENDOR#~/~#PROJECT#~
1212
Package: ~#PKGNAME#~
1313
Provides: php-~#PROJECT#~
1414
Architecture: all
15-
Depends: php (>= 8.1.0), php-json, php-zip, php-tecnickcom-tc-lib-file (<< 3.0.0), php-tecnickcom-tc-lib-file (>= 2.5.0), php-tecnickcom-tc-lib-unicode-data (<< 3.0.0), php-tecnickcom-tc-lib-unicode-data (>= 2.0.51), php-tecnickcom-tc-lib-pdf-encrypt (<< 3.0.0), php-tecnickcom-tc-lib-pdf-encrypt (>= 2.2.0), php-tecnickcom-tc-lib-pdf-font-core (<< 2.0.0), php-tecnickcom-tc-lib-pdf-font-data-core (>= 1.8.7), ${misc:Depends}
15+
Depends: php (>= 8.1.0), php-json, php-zip, php-tecnickcom-tc-lib-file (<< 3.0.0), php-tecnickcom-tc-lib-file (>= 2.5.1), php-tecnickcom-tc-lib-unicode-data (<< 3.0.0), php-tecnickcom-tc-lib-unicode-data (>= 2.0.52), php-tecnickcom-tc-lib-pdf-encrypt (<< 3.0.0), php-tecnickcom-tc-lib-pdf-encrypt (>= 2.2.1), php-tecnickcom-tc-lib-pdf-font-core (<< 2.0.0), php-tecnickcom-tc-lib-pdf-font-data-core (>= 1.8.7), ${misc:Depends}
1616
Description: PHP PDF Fonts Library
1717
PHP library containing PDF font methods and utilities.

resources/rpm/rpm.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ Requires: php-json
1919
Requires: php-pcre
2020
Requires: php-zlib
2121
Requires: php-composer(%{c_vendor}/tc-lib-file) < 3.0.0
22-
Requires: php-composer(%{c_vendor}/tc-lib-file) >= 2.5.0
22+
Requires: php-composer(%{c_vendor}/tc-lib-file) >= 2.5.1
2323
Requires: php-composer(%{c_vendor}/tc-lib-unicode-data) < 3.0.0
24-
Requires: php-composer(%{c_vendor}/tc-lib-unicode-data) >= 2.0.51
24+
Requires: php-composer(%{c_vendor}/tc-lib-unicode-data) >= 2.0.52
2525
Requires: php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3.0.0
26-
Requires: php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.2.0
26+
Requires: php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.2.1
2727
Requires: php-composer(%{c_vendor}/tc-lib-pdf-font-data-core) < 2.0.0
2828
Requires: php-composer(%{c_vendor}/tc-lib-pdf-font-data-core) >= 1.8.7
2929

0 commit comments

Comments
 (0)