mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-15 19:44:31 +08:00
php dependency updates
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
a740c10edd
commit
460791c516
1 changed files with 8 additions and 8 deletions
16
php/composer.lock
generated
16
php/composer.lock
generated
|
@ -1265,16 +1265,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "slim/twig-view",
|
"name": "slim/twig-view",
|
||||||
"version": "3.4.0",
|
"version": "3.4.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/slimphp/Twig-View.git",
|
"url": "https://github.com/slimphp/Twig-View.git",
|
||||||
"reference": "1b351536b9a07ed90a3563ee9d71a987c5d74610"
|
"reference": "b4268d87d0e327feba5f88d32031e9123655b909"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/slimphp/Twig-View/zipball/1b351536b9a07ed90a3563ee9d71a987c5d74610",
|
"url": "https://api.github.com/repos/slimphp/Twig-View/zipball/b4268d87d0e327feba5f88d32031e9123655b909",
|
||||||
"reference": "1b351536b9a07ed90a3563ee9d71a987c5d74610",
|
"reference": "b4268d87d0e327feba5f88d32031e9123655b909",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -1282,12 +1282,12 @@
|
||||||
"psr/http-message": "^1.1 || ^2.0",
|
"psr/http-message": "^1.1 || ^2.0",
|
||||||
"slim/slim": "^4.12",
|
"slim/slim": "^4.12",
|
||||||
"symfony/polyfill-php81": "^1.29",
|
"symfony/polyfill-php81": "^1.29",
|
||||||
"twig/twig": "^3.8"
|
"twig/twig": "^3.11"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpspec/prophecy-phpunit": "^2.0",
|
"phpspec/prophecy-phpunit": "^2.0",
|
||||||
"phpstan/phpstan": "^1.10.59",
|
"phpstan/phpstan": "^1.10.59",
|
||||||
"phpunit/phpunit": "^9.6",
|
"phpunit/phpunit": "^9.6 || ^10",
|
||||||
"psr/http-factory": "^1.0",
|
"psr/http-factory": "^1.0",
|
||||||
"squizlabs/php_codesniffer": "^3.9"
|
"squizlabs/php_codesniffer": "^3.9"
|
||||||
},
|
},
|
||||||
|
@ -1324,9 +1324,9 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/slimphp/Twig-View/issues",
|
"issues": "https://github.com/slimphp/Twig-View/issues",
|
||||||
"source": "https://github.com/slimphp/Twig-View/tree/3.4.0"
|
"source": "https://github.com/slimphp/Twig-View/tree/3.4.1"
|
||||||
},
|
},
|
||||||
"time": "2024-04-28T20:36:39+00:00"
|
"time": "2024-09-26T05:42:02+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/deprecation-contracts",
|
"name": "symfony/deprecation-contracts",
|
||||||
|
|
Loading…
Reference in a new issue