Merge pull request #4098 from nextcloud/aio-dependency-update

PHP dependency updates
This commit is contained in:
Simon L 2024-01-24 12:01:15 +01:00 committed by GitHub
commit 17ec79f33e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

20
php/composer.lock generated
View file

@ -1090,16 +1090,16 @@
}, },
{ {
"name": "slim/csrf", "name": "slim/csrf",
"version": "1.3.0", "version": "1.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/slimphp/Slim-Csrf.git", "url": "https://github.com/slimphp/Slim-Csrf.git",
"reference": "ebaaf295fd6d7224078d8ae3bba45329b31798c7" "reference": "f66be9740283ed4f432535aff3623540e178013a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/slimphp/Slim-Csrf/zipball/ebaaf295fd6d7224078d8ae3bba45329b31798c7", "url": "https://api.github.com/repos/slimphp/Slim-Csrf/zipball/f66be9740283ed4f432535aff3623540e178013a",
"reference": "ebaaf295fd6d7224078d8ae3bba45329b31798c7", "reference": "f66be9740283ed4f432535aff3623540e178013a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1110,10 +1110,10 @@
"psr/http-server-middleware": "^1.0" "psr/http-server-middleware": "^1.0"
}, },
"require-dev": { "require-dev": {
"phpspec/prophecy": "^1.15", "phpspec/prophecy": "^1.18",
"phpspec/prophecy-phpunit": "^2.0", "phpspec/prophecy-phpunit": "^2.1",
"phpunit/phpunit": "^9.5", "phpunit/phpunit": "^9.6",
"squizlabs/php_codesniffer": "^3.7" "squizlabs/php_codesniffer": "^3.8"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -1142,9 +1142,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/slimphp/Slim-Csrf/issues", "issues": "https://github.com/slimphp/Slim-Csrf/issues",
"source": "https://github.com/slimphp/Slim-Csrf/tree/1.3.0" "source": "https://github.com/slimphp/Slim-Csrf/tree/1.4.0"
}, },
"time": "2022-11-05T19:27:53+00:00" "time": "2024-01-22T09:08:27+00:00"
}, },
{ {
"name": "slim/slim", "name": "slim/slim",