mirror of
https://github.com/tecnickcom/TCPDF.git
synced 2025-04-20 14:02:05 +02:00
Requires PHP 7.1+
This commit is contained in:
parent
bc629a5759
commit
3d83609b1c
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -29,7 +29,6 @@ jobs:
|
||||
coverage-extension: ["none"]
|
||||
# Add more specific tests
|
||||
include:
|
||||
- { php-version: '7.0', experimental: false, os: ubuntu-latest, php-extensions: 'bcmath, imagick, gd', coverage-extension: 'xdebug' }
|
||||
#- { php-version: '8.2', experimental: false, os: macos-latest, php-extensions: 'bcmath, imagick, gd', coverage-extension: 'none' }
|
||||
- { php-version: '8.2', experimental: false, os: windows-latest, php-extensions: 'bcmath, imagick, gd', coverage-extension: 'none' }
|
||||
- { php-version: '8.3', experimental: true, os: ubuntu-latest, php-extensions: 'bcmath, imagick, gd', coverage-extension: 'pcov' }
|
||||
|
@ -1,7 +1,9 @@
|
||||
6.8.0 (2024-12-23)
|
||||
- Requires PHP 7.1+.
|
||||
- Escape error message.
|
||||
- Use strict time-constant function to compare TCPDF-tag hashes.
|
||||
|
||||
|
||||
6.7.8 (2024-12-13)
|
||||
- Improve SVG detection by checking for (mandatory) namespace.
|
||||
- Use late state binding now that minimum PHP version is 5.5.
|
||||
|
@ -22,7 +22,7 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=7.0.0"
|
||||
"php": ">=7.1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user