Skip to content

Commit 3646f1a

Browse files
committed
Fix composer.json and extended project description
1 parent 87ee527 commit 3646f1a

5 files changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ If this library helps your rendering stack, please consider [supporting developm
1818

1919
`tc-lib-pdf-graph` implements low-level drawing operations used to build PDF graphic content.
2020

21+
It exposes the primitives needed to compose paths and painting operations while keeping the API close to PDF graphics operators. This makes it suitable as a foundation layer for charting, vector drawing, and custom layout engines.
22+
2123
| | |
2224
|---|---|
2325
| **Namespace** | `\Com\Tecnick\Pdf\Graph` |

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.17
1+
2.4.18

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "tecnickcom/tc-lib-pdf-graph-graph",
2+
"name": "tecnickcom/tc-lib-pdf-graph",
33
"description": "PHP library containing PDF graphic and geometric methods",
44
"type": "library",
5-
"homepage": "http://www.tecnick.com",
5+
"homepage": "https://tcpdf.org",
66
"license": "LGPL-3.0-or-later",
77
"keywords": [
8-
"tc-lib-pdf-graph-graph",
8+
"tc-lib-pdf-graph",
99
"PDF",
1010
"graphic",
1111
"geometry",

resources/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ Vcs-Git: https://github.com/~#VENDOR#~/~#PROJECT#~.git
1010
Package: ~#PKGNAME#~
1111
Provides: php-~#PROJECT#~
1212
Architecture: all
13-
Depends: php (>= 8.1.0), php-zip, php-tecnickcom-tc-lib-color (<< 3.0.0), php-tecnickcom-tc-lib-color (>= 2.3.13), php-tecnickcom-tc-lib-pdf-encrypt (<< 3.0.0), php-tecnickcom-tc-lib-pdf-encrypt (>= 2.1.40), ${misc:Depends}
13+
Depends: php (>= 8.1.0), php-zip, php-tecnickcom-tc-lib-color (<< 3.0.0), php-tecnickcom-tc-lib-color (>= 2.3.14), php-tecnickcom-tc-lib-pdf-encrypt (<< 3.0.0), php-tecnickcom-tc-lib-pdf-encrypt (>= 2.1.41), ${misc:Depends}
1414
Description: PHP PDF Graph Library
1515
PHP library containing PDF graphic and geometric methods.

resources/rpm/rpm.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ BuildArch: noarch
1919
Requires: php(language) >= 8.1.0
2020
Requires: php-zlib
2121
Requires: php-composer(%{c_vendor}/tc-lib-color) < 3.0.0
22-
Requires: php-composer(%{c_vendor}/tc-lib-color) >= 2.3.13
22+
Requires: php-composer(%{c_vendor}/tc-lib-color) >= 2.3.14
2323
Requires: php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3.0.0
24-
Requires: php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.1.40
24+
Requires: php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.1.41
2525

2626
Provides: php-composer(%{c_vendor}/%{gh_project}) = %{version}
2727
Provides: php-%{gh_project} = %{version}

0 commit comments

Comments
 (0)