build(deps): bump scssphp/scssphp from 2.0.1 to 2.1.0

Bumps [scssphp/scssphp](https://github.com/scssphp/scssphp) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/scssphp/scssphp/releases)
- [Commits](https://github.com/scssphp/scssphp/compare/v2.0.1...v2.1.0)

---
updated-dependencies:
- dependency-name: scssphp/scssphp
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-11-24 03:01:44 +00:00
committed by GitHub
parent 2269d8d298
commit ba94bede8a

108
composer.lock generated
View File

@ -5034,33 +5034,38 @@
},
{
"name": "league/uri",
"version": "7.5.1",
"version": "7.6.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri.git",
"reference": "81fb5145d2644324614cc532b28efd0215bda430"
"reference": "f625804987a0a9112d954f9209d91fec52182344"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri/zipball/81fb5145d2644324614cc532b28efd0215bda430",
"reference": "81fb5145d2644324614cc532b28efd0215bda430",
"url": "https://api.github.com/repos/thephpleague/uri/zipball/f625804987a0a9112d954f9209d91fec52182344",
"reference": "f625804987a0a9112d954f9209d91fec52182344",
"shasum": ""
},
"require": {
"league/uri-interfaces": "^7.5",
"php": "^8.1"
"league/uri-interfaces": "^7.6",
"php": "^8.1",
"psr/http-factory": "^1"
},
"conflict": {
"league/uri-schemes": "^1.0"
},
"suggest": {
"ext-bcmath": "to improve IPV4 host parsing",
"ext-dom": "to convert the URI into an HTML anchor tag",
"ext-fileinfo": "to create Data URI from file contennts",
"ext-gmp": "to improve IPV4 host parsing",
"ext-intl": "to handle IDN host with the best performance",
"ext-uri": "to use the PHP native URI class",
"jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
"league/uri-components": "Needed to easily manipulate URI objects components",
"league/uri-polyfill": "Needed to backport the PHP URI extension for older versions of PHP",
"php-64bit": "to improve IPV4 host parsing",
"rowbot/url": "to handle WHATWG URL",
"symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
},
"type": "library",
@ -5088,6 +5093,7 @@
"description": "URI manipulation library",
"homepage": "https://uri.thephpleague.com",
"keywords": [
"URN",
"data-uri",
"file-uri",
"ftp",
@ -5100,9 +5106,11 @@
"psr-7",
"query-string",
"querystring",
"rfc2141",
"rfc3986",
"rfc3987",
"rfc6570",
"rfc8141",
"uri",
"uri-template",
"url",
@ -5112,7 +5120,7 @@
"docs": "https://uri.thephpleague.com",
"forum": "https://thephpleague.slack.com",
"issues": "https://github.com/thephpleague/uri-src/issues",
"source": "https://github.com/thephpleague/uri/tree/7.5.1"
"source": "https://github.com/thephpleague/uri/tree/7.6.0"
},
"funding": [
{
@ -5120,26 +5128,25 @@
"type": "github"
}
],
"time": "2024-12-08T08:40:02+00:00"
"time": "2025-11-18T12:17:23+00:00"
},
{
"name": "league/uri-interfaces",
"version": "7.5.0",
"version": "7.6.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri-interfaces.git",
"reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742"
"reference": "ccbfb51c0445298e7e0b7f4481b942f589665368"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/08cfc6c4f3d811584fb09c37e2849e6a7f9b0742",
"reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742",
"url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/ccbfb51c0445298e7e0b7f4481b942f589665368",
"reference": "ccbfb51c0445298e7e0b7f4481b942f589665368",
"shasum": ""
},
"require": {
"ext-filter": "*",
"php": "^8.1",
"psr/http-factory": "^1",
"psr/http-message": "^1.1 || ^2.0"
},
"suggest": {
@ -5147,6 +5154,7 @@
"ext-gmp": "to improve IPV4 host parsing",
"ext-intl": "to handle IDN host with the best performance",
"php-64bit": "to improve IPV4 host parsing",
"rowbot/url": "to handle WHATWG URL",
"symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
},
"type": "library",
@ -5171,7 +5179,7 @@
"homepage": "https://nyamsprod.com"
}
],
"description": "Common interfaces and classes for URI representation and interaction",
"description": "Common tools for parsing and resolving RFC3987/RFC3986 URI",
"homepage": "https://uri.thephpleague.com",
"keywords": [
"data-uri",
@ -5196,7 +5204,7 @@
"docs": "https://uri.thephpleague.com",
"forum": "https://thephpleague.slack.com",
"issues": "https://github.com/thephpleague/uri-src/issues",
"source": "https://github.com/thephpleague/uri-interfaces/tree/7.5.0"
"source": "https://github.com/thephpleague/uri-interfaces/tree/7.6.0"
},
"funding": [
{
@ -5204,7 +5212,7 @@
"type": "github"
}
],
"time": "2024-12-08T08:18:47+00:00"
"time": "2025-11-18T12:17:23+00:00"
},
{
"name": "masterminds/html5",
@ -7804,50 +7812,45 @@
},
{
"name": "scssphp/scssphp",
"version": "v2.0.1",
"version": "v2.1.0",
"source": {
"type": "git",
"url": "https://github.com/scssphp/scssphp.git",
"reference": "024f92cd9782e3033b41c2d1c66ab1c0e5c12c0f"
"reference": "d8450c2baf5fb07d00374999d0ea51276974d1b6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/scssphp/scssphp/zipball/024f92cd9782e3033b41c2d1c66ab1c0e5c12c0f",
"reference": "024f92cd9782e3033b41c2d1c66ab1c0e5c12c0f",
"url": "https://api.github.com/repos/scssphp/scssphp/zipball/d8450c2baf5fb07d00374999d0ea51276974d1b6",
"reference": "d8450c2baf5fb07d00374999d0ea51276974d1b6",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-json": "*",
"league/uri": "^7.4",
"league/uri-interfaces": "^7.4",
"ext-mbstring": "*",
"league/uri": "^7.6",
"league/uri-interfaces": "^7.6",
"php": ">=8.1",
"scssphp/source-span": "^1.0",
"symfony/filesystem": "^5.4 || ^6.0 || ^7.0",
"symfony/polyfill-mbstring": "^1.30"
"scssphp/source-span": "^1.1",
"symfony/filesystem": "^5.4 || ^6.0 || ^7.0 || ^8.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4",
"jgthms/bulma": "~0.9.4",
"jiripudil/phpstan-sealed-classes": "^1.3",
"phpstan/phpstan": "^2.1.31",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpunit/phpunit": "^9.5.6",
"sass/sass-spec": "*",
"squizlabs/php_codesniffer": "~3.5",
"symfony/phpunit-bridge": "^5.1",
"symfony/var-dumper": "^6.3",
"squizlabs/php_codesniffer": "^3.13",
"symfony/phpunit-bridge": "^7.3 || ^8.0",
"symfony/polyfill-php84": "^1.33",
"symfony/var-dumper": "^6.4 || ^7.3 || ^8.0",
"thoughtbot/bourbon": "^7.0",
"twbs/bootstrap": "~5.0",
"twbs/bootstrap": "^5.3",
"twbs/bootstrap4": "4.6.1",
"zurb/foundation": "~6.7.0"
},
"suggest": {
"ext-mbstring": "For best performance, mbstring should be installed as it is faster than the polyfill"
},
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": false,
"forward-command": false
}
},
"autoload": {
"psr-4": {
"ScssPhp\\ScssPhp\\": "src/"
@ -7870,7 +7873,7 @@
}
],
"description": "scssphp is a compiler for SCSS written in PHP.",
"homepage": "http://scssphp.github.io/scssphp/",
"homepage": "https://scssphp.github.io/scssphp/",
"keywords": [
"css",
"less",
@ -7880,27 +7883,28 @@
],
"support": {
"issues": "https://github.com/scssphp/scssphp/issues",
"source": "https://github.com/scssphp/scssphp/tree/v2.0.1"
"source": "https://github.com/scssphp/scssphp/tree/v2.1.0"
},
"time": "2025-01-31T12:28:20+00:00"
"time": "2025-11-21T17:27:59+00:00"
},
{
"name": "scssphp/source-span",
"version": "v1.0.0",
"version": "v1.1.0",
"source": {
"type": "git",
"url": "https://github.com/scssphp/source-span.git",
"reference": "f08fc78765e6fb6fa8ca0573fc61b3f8860f0114"
"reference": "37d653206daf11da1ee60b333984101bc4c27ba2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/scssphp/source-span/zipball/f08fc78765e6fb6fa8ca0573fc61b3f8860f0114",
"reference": "f08fc78765e6fb6fa8ca0573fc61b3f8860f0114",
"url": "https://api.github.com/repos/scssphp/source-span/zipball/37d653206daf11da1ee60b333984101bc4c27ba2",
"reference": "37d653206daf11da1ee60b333984101bc4c27ba2",
"shasum": ""
},
"require": {
"league/uri": "^7.4",
"league/uri-interfaces": "^7.4",
"ext-mbstring": "*",
"league/uri": "^7.6",
"league/uri-interfaces": "^7.6",
"php": ">=8.1"
},
"require-dev": {
@ -7908,8 +7912,8 @@
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpunit/phpunit": "^9.5.6",
"squizlabs/php_codesniffer": "~3.5",
"symfony/phpunit-bridge": "^5.1",
"symfony/var-dumper": "^6.3"
"symfony/phpunit-bridge": "^6.4 || ^7.3 || ^8.0",
"symfony/var-dumper": "^6.4 || ^7.3 || ^8.0"
},
"type": "library",
"extra": {
@ -7938,9 +7942,9 @@
],
"support": {
"issues": "https://github.com/scssphp/source-span/issues",
"source": "https://github.com/scssphp/source-span/tree/v1.0.0"
"source": "https://github.com/scssphp/source-span/tree/v1.1.0"
},
"time": "2024-12-09T23:08:15+00:00"
"time": "2025-11-21T16:28:19+00:00"
},
{
"name": "sensio/framework-extra-bundle",