build(deps): bump phenx/php-svg-lib from 0.5.0 to 0.5.4

Bumps [phenx/php-svg-lib](https://github.com/dompdf/php-svg-lib) from 0.5.0 to 0.5.4.
- [Release notes](https://github.com/dompdf/php-svg-lib/releases)
- [Commits](https://github.com/dompdf/php-svg-lib/compare/0.5.0...0.5.4)

---
updated-dependencies:
- dependency-name: phenx/php-svg-lib
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-06 14:40:22 +00:00 committed by Johannes Meyer
parent bd24853dbb
commit d6ba1c49b5

50
composer.lock generated
View File

@ -2088,16 +2088,16 @@
}, },
{ {
"name": "phenx/php-svg-lib", "name": "phenx/php-svg-lib",
"version": "0.5.0", "version": "0.5.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/dompdf/php-svg-lib.git", "url": "https://github.com/dompdf/php-svg-lib.git",
"reference": "76876c6cf3080bcb6f249d7d59705108166a6685" "reference": "46b25da81613a9cf43c83b2a8c2c1bdab27df691"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/76876c6cf3080bcb6f249d7d59705108166a6685", "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/46b25da81613a9cf43c83b2a8c2c1bdab27df691",
"reference": "76876c6cf3080bcb6f249d7d59705108166a6685", "reference": "46b25da81613a9cf43c83b2a8c2c1bdab27df691",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2116,7 +2116,7 @@
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"LGPL-3.0" "LGPL-3.0-or-later"
], ],
"authors": [ "authors": [
{ {
@ -2128,9 +2128,9 @@
"homepage": "https://github.com/PhenX/php-svg-lib", "homepage": "https://github.com/PhenX/php-svg-lib",
"support": { "support": {
"issues": "https://github.com/dompdf/php-svg-lib/issues", "issues": "https://github.com/dompdf/php-svg-lib/issues",
"source": "https://github.com/dompdf/php-svg-lib/tree/0.5.0" "source": "https://github.com/dompdf/php-svg-lib/tree/0.5.4"
}, },
"time": "2022-09-06T12:16:56+00:00" "time": "2024-04-08T12:52:34+00:00"
}, },
{ {
"name": "predis/predis", "name": "predis/predis",
@ -3545,30 +3545,34 @@
}, },
{ {
"name": "sabberworm/php-css-parser", "name": "sabberworm/php-css-parser",
"version": "8.4.0", "version": "v8.7.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sabberworm/PHP-CSS-Parser.git", "url": "https://github.com/MyIntervals/PHP-CSS-Parser.git",
"reference": "e41d2140031d533348b2192a83f02d8dd8a71d30" "reference": "f414ff953002a9b18e3a116f5e462c56f21237cf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30", "url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/f414ff953002a9b18e3a116f5e462c56f21237cf",
"reference": "e41d2140031d533348b2192a83f02d8dd8a71d30", "reference": "f414ff953002a9b18e3a116f5e462c56f21237cf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-iconv": "*", "ext-iconv": "*",
"php": ">=5.6.20" "php": "^5.6.20 || ^7.0.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
}, },
"require-dev": { "require-dev": {
"codacy/coverage": "^1.4", "phpunit/phpunit": "5.7.27 || 6.5.14 || 7.5.20 || 8.5.40"
"phpunit/phpunit": "^4.8.36"
}, },
"suggest": { "suggest": {
"ext-mbstring": "for parsing UTF-8 CSS" "ext-mbstring": "for parsing UTF-8 CSS"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-main": "9.0.x-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Sabberworm\\CSS\\": "src/" "Sabberworm\\CSS\\": "src/"
@ -3581,6 +3585,14 @@
"authors": [ "authors": [
{ {
"name": "Raphael Schweikert" "name": "Raphael Schweikert"
},
{
"name": "Oliver Klee",
"email": "github@oliverklee.de"
},
{
"name": "Jake Hotson",
"email": "jake.github@qzdesign.co.uk"
} }
], ],
"description": "Parser for CSS Files written in PHP", "description": "Parser for CSS Files written in PHP",
@ -3591,10 +3603,10 @@
"stylesheet" "stylesheet"
], ],
"support": { "support": {
"issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues", "issues": "https://github.com/MyIntervals/PHP-CSS-Parser/issues",
"source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0" "source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.7.0"
}, },
"time": "2021-12-11T13:40:54+00:00" "time": "2024-10-27T17:38:32+00:00"
}, },
{ {
"name": "shardj/zf1-future", "name": "shardj/zf1-future",
@ -4319,5 +4331,5 @@
"platform-overrides": { "platform-overrides": {
"php": "7.2.9" "php": "7.2.9"
}, },
"plugin-api-version": "2.6.0" "plugin-api-version": "2.3.0"
} }