Skip to content

Commit e2cc225

Browse files
committed
add funding information
1 parent 86b89b0 commit e2cc225

6 files changed

Lines changed: 12 additions & 5 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-barcode/license)](https://packagist.org/packages/tecnickcom/tc-lib-barcode)
99
[![Downloads](https://poser.pugx.org/tecnickcom/tc-lib-barcode/downloads)](https://packagist.org/packages/tecnickcom/tc-lib-barcode)
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 saves you time, 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.4.37
1+
2.4.38

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@
5454
"role": "lead"
5555
}
5656
],
57+
"funding": [
58+
{
59+
"type": "github",
60+
"url": "https://github.com/sponsors/tecnickcom"
61+
}
62+
],
5763
"require": {
5864
"php": ">=8.1",
5965
"ext-bcmath": "*",

resources/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Vcs-Browser: https://github.com/~#VENDOR#~/~#PROJECT#~
1212
Package: ~#PKGNAME#~
1313
Provides: php-~#PROJECT#~
1414
Architecture: all
15-
Depends: php (>= 8.1.0), php-bcmath, php-date, php-gd, php-tecnickcom-tc-lib-color (<< 3.0.0), php-tecnickcom-tc-lib-color (>= 2.5.0), ${misc:Depends}
15+
Depends: php (>= 8.1.0), php-bcmath, php-date, php-gd, php-tecnickcom-tc-lib-color (<< 3.0.0), php-tecnickcom-tc-lib-color (>= 2.5.2), ${misc:Depends}
1616
Description: PHP Barcode library
1717
This library includes PHP classes to generate linear
1818
and bidimensional barcodes:

resources/rpm/rpm.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ BuildArch: noarch
1616

1717
Requires: php(language) >= 8.1.0
1818
Requires: php-composer(%{c_vendor}/tc-lib-color) < 3.0.0
19-
Requires: php-composer(%{c_vendor}/tc-lib-color) >= 2.5.0
19+
Requires: php-composer(%{c_vendor}/tc-lib-color) >= 2.5.2
2020
Requires: php-bcmath
2121
Requires: php-date
2222
Requires: php-gd

0 commit comments

Comments
 (0)