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

Dependency updates
This commit is contained in:
Simon L 2023-01-15 17:48:13 +01:00 committed by GitHub
commit 71700fadb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 72 deletions

View file

@ -21,7 +21,7 @@ jobs:
cd ./php cd ./php
composer update composer update
set +e set +e
ALL_LINES="$(composer outdated | grep -v "^$\|php-di/php-di\|psr/container\|Direct dependencies\|Everything up to date\|Transitive dependencies")" ALL_LINES="$(composer outdated | grep -v "^$\|Direct dependencies\|Everything up to date\|Transitive dependencies")"
set -e set -e
while [ -n "$ALL_LINES" ]; do while [ -n "$ALL_LINES" ]; do
CURRENT_LINE="$(echo "$ALL_LINES" | head -1)" CURRENT_LINE="$(echo "$ALL_LINES" | head -1)"

102
php/composer.lock generated
View file

@ -562,39 +562,36 @@
}, },
{ {
"name": "php-di/php-di", "name": "php-di/php-di",
"version": "6.4.0", "version": "7.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PHP-DI/PHP-DI.git", "url": "https://github.com/PHP-DI/PHP-DI.git",
"reference": "ae0f1b3b03d8b29dff81747063cbfd6276246cc4" "reference": "1c7f1cc9cf6f51ff7f5f44bb1fa59243fcb7474a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/ae0f1b3b03d8b29dff81747063cbfd6276246cc4", "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/1c7f1cc9cf6f51ff7f5f44bb1fa59243fcb7474a",
"reference": "ae0f1b3b03d8b29dff81747063cbfd6276246cc4", "reference": "1c7f1cc9cf6f51ff7f5f44bb1fa59243fcb7474a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"laravel/serializable-closure": "^1.0", "laravel/serializable-closure": "^1.0",
"php": ">=7.4.0", "php": ">=8.0",
"php-di/invoker": "^2.0", "php-di/invoker": "^2.0",
"php-di/phpdoc-reader": "^2.0.1", "psr/container": "^1.1 || ^2.0"
"psr/container": "^1.0"
}, },
"provide": { "provide": {
"psr/container-implementation": "^1.0" "psr/container-implementation": "^1.0"
}, },
"require-dev": { "require-dev": {
"doctrine/annotations": "~1.10", "friendsofphp/php-cs-fixer": "^3",
"friendsofphp/php-cs-fixer": "^2.4", "mnapoli/phpunit-easymock": "^1.3",
"mnapoli/phpunit-easymock": "^1.2",
"ocramius/proxy-manager": "^2.11.2", "ocramius/proxy-manager": "^2.11.2",
"phpstan/phpstan": "^0.12", "phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^9.5" "vimeo/psalm": "^4.6"
}, },
"suggest": { "suggest": {
"doctrine/annotations": "Install it if you want to use annotations (version ~1.2)", "ocramius/proxy-manager": "Install it if you want to use lazy injection (version ^2.3)"
"ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~2.0)"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -622,7 +619,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/PHP-DI/PHP-DI/issues", "issues": "https://github.com/PHP-DI/PHP-DI/issues",
"source": "https://github.com/PHP-DI/PHP-DI/tree/6.4.0" "source": "https://github.com/PHP-DI/PHP-DI/tree/7.0.1"
}, },
"funding": [ "funding": [
{ {
@ -634,68 +631,26 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-04-09T16:46:38+00:00" "time": "2023-01-13T22:30:45+00:00"
},
{
"name": "php-di/phpdoc-reader",
"version": "2.2.1",
"source": {
"type": "git",
"url": "https://github.com/PHP-DI/PhpDocReader.git",
"reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/66daff34cbd2627740ffec9469ffbac9f8c8185c",
"reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"require-dev": {
"mnapoli/hard-mode": "~0.3.0",
"phpunit/phpunit": "^8.5|^9.0"
},
"type": "library",
"autoload": {
"psr-4": {
"PhpDocReader\\": "src/PhpDocReader"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)",
"keywords": [
"phpdoc",
"reflection"
],
"support": {
"issues": "https://github.com/PHP-DI/PhpDocReader/issues",
"source": "https://github.com/PHP-DI/PhpDocReader/tree/2.2.1"
},
"time": "2020-10-12T12:39:22+00:00"
}, },
{ {
"name": "php-di/slim-bridge", "name": "php-di/slim-bridge",
"version": "3.2.0", "version": "3.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PHP-DI/Slim-Bridge.git", "url": "https://github.com/PHP-DI/Slim-Bridge.git",
"reference": "1644a2f31079e92a14cebbf90c7f71ebcbe39ee6" "reference": "9374b67ebf2f135b32c34907b7891b02b935d845"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHP-DI/Slim-Bridge/zipball/1644a2f31079e92a14cebbf90c7f71ebcbe39ee6", "url": "https://api.github.com/repos/PHP-DI/Slim-Bridge/zipball/9374b67ebf2f135b32c34907b7891b02b935d845",
"reference": "1644a2f31079e92a14cebbf90c7f71ebcbe39ee6", "reference": "9374b67ebf2f135b32c34907b7891b02b935d845",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1 || ^8.0", "php": "^7.1 || ^8.0",
"php-di/invoker": "^2.0.0", "php-di/invoker": "^2.0.0",
"php-di/php-di": "^6.0.0", "php-di/php-di": "^6.0|^7.0",
"slim/slim": "^4.2.0" "slim/slim": "^4.2.0"
}, },
"require-dev": { "require-dev": {
@ -715,28 +670,33 @@
"description": "PHP-DI integration in Slim", "description": "PHP-DI integration in Slim",
"support": { "support": {
"issues": "https://github.com/PHP-DI/Slim-Bridge/issues", "issues": "https://github.com/PHP-DI/Slim-Bridge/issues",
"source": "https://github.com/PHP-DI/Slim-Bridge/tree/3.2.0" "source": "https://github.com/PHP-DI/Slim-Bridge/tree/3.3.0"
}, },
"time": "2021-11-01T16:14:12+00:00" "time": "2023-01-13T15:49:44+00:00"
}, },
{ {
"name": "psr/container", "name": "psr/container",
"version": "1.1.2", "version": "2.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-fig/container.git", "url": "https://github.com/php-fig/container.git",
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea" "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea", "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.4.0" "php": ">=7.4.0"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Psr\\Container\\": "src/" "Psr\\Container\\": "src/"
@ -763,9 +723,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/php-fig/container/issues", "issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/1.1.2" "source": "https://github.com/php-fig/container/tree/2.0.2"
}, },
"time": "2021-11-05T16:50:12+00:00" "time": "2021-11-05T16:47:00+00:00"
}, },
{ {
"name": "psr/http-client", "name": "psr/http-client",