Dependencies Update
This commit is contained in:
124
composer.lock
generated
124
composer.lock
generated
@@ -333,33 +333,38 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "league/uri",
|
"name": "league/uri",
|
||||||
"version": "7.5.1",
|
"version": "7.6.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/thephpleague/uri.git",
|
"url": "https://github.com/thephpleague/uri.git",
|
||||||
"reference": "81fb5145d2644324614cc532b28efd0215bda430"
|
"reference": "f625804987a0a9112d954f9209d91fec52182344"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/thephpleague/uri/zipball/81fb5145d2644324614cc532b28efd0215bda430",
|
"url": "https://api.github.com/repos/thephpleague/uri/zipball/f625804987a0a9112d954f9209d91fec52182344",
|
||||||
"reference": "81fb5145d2644324614cc532b28efd0215bda430",
|
"reference": "f625804987a0a9112d954f9209d91fec52182344",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"league/uri-interfaces": "^7.5",
|
"league/uri-interfaces": "^7.6",
|
||||||
"php": "^8.1"
|
"php": "^8.1",
|
||||||
|
"psr/http-factory": "^1"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"league/uri-schemes": "^1.0"
|
"league/uri-schemes": "^1.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-bcmath": "to improve IPV4 host parsing",
|
"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-fileinfo": "to create Data URI from file contennts",
|
||||||
"ext-gmp": "to improve IPV4 host parsing",
|
"ext-gmp": "to improve IPV4 host parsing",
|
||||||
"ext-intl": "to handle IDN host with the best performance",
|
"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",
|
"jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
|
||||||
"league/uri-components": "Needed to easily manipulate URI objects components",
|
"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",
|
"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"
|
"symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
@@ -387,6 +392,7 @@
|
|||||||
"description": "URI manipulation library",
|
"description": "URI manipulation library",
|
||||||
"homepage": "https://uri.thephpleague.com",
|
"homepage": "https://uri.thephpleague.com",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
"URN",
|
||||||
"data-uri",
|
"data-uri",
|
||||||
"file-uri",
|
"file-uri",
|
||||||
"ftp",
|
"ftp",
|
||||||
@@ -399,9 +405,11 @@
|
|||||||
"psr-7",
|
"psr-7",
|
||||||
"query-string",
|
"query-string",
|
||||||
"querystring",
|
"querystring",
|
||||||
|
"rfc2141",
|
||||||
"rfc3986",
|
"rfc3986",
|
||||||
"rfc3987",
|
"rfc3987",
|
||||||
"rfc6570",
|
"rfc6570",
|
||||||
|
"rfc8141",
|
||||||
"uri",
|
"uri",
|
||||||
"uri-template",
|
"uri-template",
|
||||||
"url",
|
"url",
|
||||||
@@ -411,7 +419,7 @@
|
|||||||
"docs": "https://uri.thephpleague.com",
|
"docs": "https://uri.thephpleague.com",
|
||||||
"forum": "https://thephpleague.slack.com",
|
"forum": "https://thephpleague.slack.com",
|
||||||
"issues": "https://github.com/thephpleague/uri-src/issues",
|
"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": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -419,26 +427,25 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-12-08T08:40:02+00:00"
|
"time": "2025-11-18T12:17:23+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "league/uri-interfaces",
|
"name": "league/uri-interfaces",
|
||||||
"version": "7.5.0",
|
"version": "7.6.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/thephpleague/uri-interfaces.git",
|
"url": "https://github.com/thephpleague/uri-interfaces.git",
|
||||||
"reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742"
|
"reference": "ccbfb51c0445298e7e0b7f4481b942f589665368"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/08cfc6c4f3d811584fb09c37e2849e6a7f9b0742",
|
"url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/ccbfb51c0445298e7e0b7f4481b942f589665368",
|
||||||
"reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742",
|
"reference": "ccbfb51c0445298e7e0b7f4481b942f589665368",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-filter": "*",
|
"ext-filter": "*",
|
||||||
"php": "^8.1",
|
"php": "^8.1",
|
||||||
"psr/http-factory": "^1",
|
|
||||||
"psr/http-message": "^1.1 || ^2.0"
|
"psr/http-message": "^1.1 || ^2.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
@@ -446,6 +453,7 @@
|
|||||||
"ext-gmp": "to improve IPV4 host parsing",
|
"ext-gmp": "to improve IPV4 host parsing",
|
||||||
"ext-intl": "to handle IDN host with the best performance",
|
"ext-intl": "to handle IDN host with the best performance",
|
||||||
"php-64bit": "to improve IPV4 host parsing",
|
"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"
|
"symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
@@ -470,7 +478,7 @@
|
|||||||
"homepage": "https://nyamsprod.com"
|
"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",
|
"homepage": "https://uri.thephpleague.com",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"data-uri",
|
"data-uri",
|
||||||
@@ -495,7 +503,7 @@
|
|||||||
"docs": "https://uri.thephpleague.com",
|
"docs": "https://uri.thephpleague.com",
|
||||||
"forum": "https://thephpleague.slack.com",
|
"forum": "https://thephpleague.slack.com",
|
||||||
"issues": "https://github.com/thephpleague/uri-src/issues",
|
"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": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -503,7 +511,7 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-12-08T08:18:47+00:00"
|
"time": "2025-11-18T12:17:23+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "psr/http-client",
|
"name": "psr/http-client",
|
||||||
@@ -711,50 +719,45 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "scssphp/scssphp",
|
"name": "scssphp/scssphp",
|
||||||
"version": "v2.0.1",
|
"version": "v2.1.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/scssphp/scssphp.git",
|
"url": "https://github.com/scssphp/scssphp.git",
|
||||||
"reference": "024f92cd9782e3033b41c2d1c66ab1c0e5c12c0f"
|
"reference": "d8450c2baf5fb07d00374999d0ea51276974d1b6"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/scssphp/scssphp/zipball/024f92cd9782e3033b41c2d1c66ab1c0e5c12c0f",
|
"url": "https://api.github.com/repos/scssphp/scssphp/zipball/d8450c2baf5fb07d00374999d0ea51276974d1b6",
|
||||||
"reference": "024f92cd9782e3033b41c2d1c66ab1c0e5c12c0f",
|
"reference": "d8450c2baf5fb07d00374999d0ea51276974d1b6",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-ctype": "*",
|
"ext-ctype": "*",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"league/uri": "^7.4",
|
"ext-mbstring": "*",
|
||||||
"league/uri-interfaces": "^7.4",
|
"league/uri": "^7.6",
|
||||||
|
"league/uri-interfaces": "^7.6",
|
||||||
"php": ">=8.1",
|
"php": ">=8.1",
|
||||||
"scssphp/source-span": "^1.0",
|
"scssphp/source-span": "^1.1",
|
||||||
"symfony/filesystem": "^5.4 || ^6.0 || ^7.0",
|
"symfony/filesystem": "^5.4 || ^6.0 || ^7.0 || ^8.0"
|
||||||
"symfony/polyfill-mbstring": "^1.30"
|
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"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",
|
"phpunit/phpunit": "^9.5.6",
|
||||||
"sass/sass-spec": "*",
|
"sass/sass-spec": "*",
|
||||||
"squizlabs/php_codesniffer": "~3.5",
|
"squizlabs/php_codesniffer": "^3.13",
|
||||||
"symfony/phpunit-bridge": "^5.1",
|
"symfony/phpunit-bridge": "^7.3 || ^8.0",
|
||||||
"symfony/var-dumper": "^6.3",
|
"symfony/polyfill-php84": "^1.33",
|
||||||
|
"symfony/var-dumper": "^6.4 || ^7.3 || ^8.0",
|
||||||
"thoughtbot/bourbon": "^7.0",
|
"thoughtbot/bourbon": "^7.0",
|
||||||
"twbs/bootstrap": "~5.0",
|
"twbs/bootstrap": "^5.3",
|
||||||
"twbs/bootstrap4": "4.6.1",
|
"twbs/bootstrap4": "4.6.1",
|
||||||
"zurb/foundation": "~6.7.0"
|
"zurb/foundation": "~6.7.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
|
||||||
"ext-mbstring": "For best performance, mbstring should be installed as it is faster than the polyfill"
|
|
||||||
},
|
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
|
||||||
"bamarni-bin": {
|
|
||||||
"bin-links": false,
|
|
||||||
"forward-command": false
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"ScssPhp\\ScssPhp\\": "src/"
|
"ScssPhp\\ScssPhp\\": "src/"
|
||||||
@@ -777,7 +780,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "scssphp is a compiler for SCSS written in PHP.",
|
"description": "scssphp is a compiler for SCSS written in PHP.",
|
||||||
"homepage": "http://scssphp.github.io/scssphp/",
|
"homepage": "https://scssphp.github.io/scssphp/",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"css",
|
"css",
|
||||||
"less",
|
"less",
|
||||||
@@ -787,27 +790,28 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/scssphp/scssphp/issues",
|
"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",
|
"name": "scssphp/source-span",
|
||||||
"version": "v1.0.0",
|
"version": "v1.1.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/scssphp/source-span.git",
|
"url": "https://github.com/scssphp/source-span.git",
|
||||||
"reference": "f08fc78765e6fb6fa8ca0573fc61b3f8860f0114"
|
"reference": "37d653206daf11da1ee60b333984101bc4c27ba2"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/scssphp/source-span/zipball/f08fc78765e6fb6fa8ca0573fc61b3f8860f0114",
|
"url": "https://api.github.com/repos/scssphp/source-span/zipball/37d653206daf11da1ee60b333984101bc4c27ba2",
|
||||||
"reference": "f08fc78765e6fb6fa8ca0573fc61b3f8860f0114",
|
"reference": "37d653206daf11da1ee60b333984101bc4c27ba2",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"league/uri": "^7.4",
|
"ext-mbstring": "*",
|
||||||
"league/uri-interfaces": "^7.4",
|
"league/uri": "^7.6",
|
||||||
|
"league/uri-interfaces": "^7.6",
|
||||||
"php": ">=8.1"
|
"php": ">=8.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
@@ -815,8 +819,8 @@
|
|||||||
"phpstan/phpstan-deprecation-rules": "^2.0",
|
"phpstan/phpstan-deprecation-rules": "^2.0",
|
||||||
"phpunit/phpunit": "^9.5.6",
|
"phpunit/phpunit": "^9.5.6",
|
||||||
"squizlabs/php_codesniffer": "~3.5",
|
"squizlabs/php_codesniffer": "~3.5",
|
||||||
"symfony/phpunit-bridge": "^5.1",
|
"symfony/phpunit-bridge": "^6.4 || ^7.3 || ^8.0",
|
||||||
"symfony/var-dumper": "^6.3"
|
"symfony/var-dumper": "^6.4 || ^7.3 || ^8.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
@@ -845,9 +849,9 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/scssphp/source-span/issues",
|
"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": "symfony/deprecation-contracts",
|
"name": "symfony/deprecation-contracts",
|
||||||
@@ -918,25 +922,25 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/filesystem",
|
"name": "symfony/filesystem",
|
||||||
"version": "v7.3.2",
|
"version": "v8.0.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/filesystem.git",
|
"url": "https://github.com/symfony/filesystem.git",
|
||||||
"reference": "edcbb768a186b5c3f25d0643159a787d3e63b7fd"
|
"reference": "7fc96ae83372620eaba3826874f46e26295768ca"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/filesystem/zipball/edcbb768a186b5c3f25d0643159a787d3e63b7fd",
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/7fc96ae83372620eaba3826874f46e26295768ca",
|
||||||
"reference": "edcbb768a186b5c3f25d0643159a787d3e63b7fd",
|
"reference": "7fc96ae83372620eaba3826874f46e26295768ca",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.2",
|
"php": ">=8.4",
|
||||||
"symfony/polyfill-ctype": "~1.8",
|
"symfony/polyfill-ctype": "~1.8",
|
||||||
"symfony/polyfill-mbstring": "~1.8"
|
"symfony/polyfill-mbstring": "~1.8"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"symfony/process": "^6.4|^7.0"
|
"symfony/process": "^7.4|^8.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@@ -964,7 +968,7 @@
|
|||||||
"description": "Provides basic utilities for the filesystem",
|
"description": "Provides basic utilities for the filesystem",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/filesystem/tree/v7.3.2"
|
"source": "https://github.com/symfony/filesystem/tree/v8.0.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -984,7 +988,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-07-07T08:17:47+00:00"
|
"time": "2025-11-05T14:36:47+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/polyfill-ctype",
|
"name": "symfony/polyfill-ctype",
|
||||||
|
|||||||
Reference in New Issue
Block a user