Updated libraries.

This commit is contained in:
flash 2024-04-24 00:49:41 +00:00
parent 799d2de88b
commit 5e31c0e5c6

53
composer.lock generated
View file

@ -1400,21 +1400,22 @@
}, },
{ {
"name": "twig/html-extra", "name": "twig/html-extra",
"version": "v3.8.0", "version": "v3.9.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/html-extra.git", "url": "https://github.com/twigphp/html-extra.git",
"reference": "c04603bb3b71d8d2ece9e583dbf7bd77811df1f2" "reference": "8d8bf63a958bec84dbbf12d6c9958319bbaa2eea"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twigphp/html-extra/zipball/c04603bb3b71d8d2ece9e583dbf7bd77811df1f2", "url": "https://api.github.com/repos/twigphp/html-extra/zipball/8d8bf63a958bec84dbbf12d6c9958319bbaa2eea",
"reference": "c04603bb3b71d8d2ece9e583dbf7bd77811df1f2", "reference": "8d8bf63a958bec84dbbf12d6c9958319bbaa2eea",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=7.2.5",
"symfony/mime": "^5.4|^6.0|^7.0", "symfony/deprecation-contracts": "^2.5|^3",
"symfony/mime": "^5.4|^6.4|^7.0",
"twig/twig": "^3.0" "twig/twig": "^3.0"
}, },
"require-dev": { "require-dev": {
@ -1422,6 +1423,9 @@
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"files": [
"Resources/functions.php"
],
"psr-4": { "psr-4": {
"Twig\\Extra\\Html\\": "" "Twig\\Extra\\Html\\": ""
}, },
@ -1448,7 +1452,7 @@
"twig" "twig"
], ],
"support": { "support": {
"source": "https://github.com/twigphp/html-extra/tree/v3.8.0" "source": "https://github.com/twigphp/html-extra/tree/v3.9.0"
}, },
"funding": [ "funding": [
{ {
@ -1460,34 +1464,41 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-11-21T14:02:01+00:00" "time": "2024-02-10T08:52:03+00:00"
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
"version": "v3.8.0", "version": "v3.9.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/Twig.git", "url": "https://github.com/twigphp/Twig.git",
"reference": "9d15f0ac07f44dc4217883ec6ae02fd555c6f71d" "reference": "a842d75fed59cdbcbd3a3ad7fb9eb768fc350d58"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/9d15f0ac07f44dc4217883ec6ae02fd555c6f71d", "url": "https://api.github.com/repos/twigphp/Twig/zipball/a842d75fed59cdbcbd3a3ad7fb9eb768fc350d58",
"reference": "9d15f0ac07f44dc4217883ec6ae02fd555c6f71d", "reference": "a842d75fed59cdbcbd3a3ad7fb9eb768fc350d58",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-ctype": "^1.8", "symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-mbstring": "^1.3", "symfony/polyfill-mbstring": "^1.3",
"symfony/polyfill-php80": "^1.22" "symfony/polyfill-php80": "^1.22"
}, },
"require-dev": { "require-dev": {
"psr/container": "^1.0|^2.0", "psr/container": "^1.0|^2.0",
"symfony/phpunit-bridge": "^5.4.9|^6.3|^7.0" "symfony/phpunit-bridge": "^5.4.9|^6.4|^7.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"files": [
"src/Resources/core.php",
"src/Resources/debug.php",
"src/Resources/escaper.php",
"src/Resources/string_loader.php"
],
"psr-4": { "psr-4": {
"Twig\\": "src/" "Twig\\": "src/"
} }
@ -1520,7 +1531,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/twigphp/Twig/issues", "issues": "https://github.com/twigphp/Twig/issues",
"source": "https://github.com/twigphp/Twig/tree/v3.8.0" "source": "https://github.com/twigphp/Twig/tree/v3.9.3"
}, },
"funding": [ "funding": [
{ {
@ -1532,22 +1543,22 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-11-21T18:54:41+00:00" "time": "2024-04-18T11:59:33+00:00"
} }
], ],
"packages-dev": [ "packages-dev": [
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.10.66", "version": "1.10.67",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "94779c987e4ebd620025d9e5fdd23323903950bd" "reference": "16ddbe776f10da6a95ebd25de7c1dbed397dc493"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/94779c987e4ebd620025d9e5fdd23323903950bd", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/16ddbe776f10da6a95ebd25de7c1dbed397dc493",
"reference": "94779c987e4ebd620025d9e5fdd23323903950bd", "reference": "16ddbe776f10da6a95ebd25de7c1dbed397dc493",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1590,13 +1601,9 @@
{ {
"url": "https://github.com/phpstan", "url": "https://github.com/phpstan",
"type": "github" "type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
"type": "tidelift"
} }
], ],
"time": "2024-03-28T16:17:31+00:00" "time": "2024-04-16T07:22:02+00:00"
} }
], ],
"aliases": [], "aliases": [],