mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-07 06:07:45 +08:00
Merge pull request #479 from nextcloud/aio-dependency-update
Dependency updates
This commit is contained in:
commit
1c85e3e825
1 changed files with 70 additions and 76 deletions
146
php/composer.lock
generated
146
php/composer.lock
generated
|
@ -387,6 +387,65 @@
|
||||||
},
|
},
|
||||||
"time": "2021-07-21T13:50:14+00:00"
|
"time": "2021-07-21T13:50:14+00:00"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "laravel/serializable-closure",
|
||||||
|
"version": "v1.1.1",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/laravel/serializable-closure.git",
|
||||||
|
"reference": "9e4b005daa20b0c161f3845040046dc9ddc1d74e"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/9e4b005daa20b0c161f3845040046dc9ddc1d74e",
|
||||||
|
"reference": "9e4b005daa20b0c161f3845040046dc9ddc1d74e",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"php": "^7.3|^8.0"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"pestphp/pest": "^1.18",
|
||||||
|
"phpstan/phpstan": "^0.12.98",
|
||||||
|
"symfony/var-dumper": "^5.3"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "1.x-dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Laravel\\SerializableClosure\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Taylor Otwell",
|
||||||
|
"email": "taylor@laravel.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Nuno Maduro",
|
||||||
|
"email": "nuno@laravel.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
|
||||||
|
"keywords": [
|
||||||
|
"closure",
|
||||||
|
"laravel",
|
||||||
|
"serializable"
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"issues": "https://github.com/laravel/serializable-closure/issues",
|
||||||
|
"source": "https://github.com/laravel/serializable-closure"
|
||||||
|
},
|
||||||
|
"time": "2022-02-11T19:23:53+00:00"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "nikic/fast-route",
|
"name": "nikic/fast-route",
|
||||||
"version": "v1.3.0",
|
"version": "v1.3.0",
|
||||||
|
@ -437,71 +496,6 @@
|
||||||
},
|
},
|
||||||
"time": "2018-02-13T20:26:39+00:00"
|
"time": "2018-02-13T20:26:39+00:00"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "opis/closure",
|
|
||||||
"version": "3.6.3",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/opis/closure.git",
|
|
||||||
"reference": "3d81e4309d2a927abbe66df935f4bb60082805ad"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/opis/closure/zipball/3d81e4309d2a927abbe66df935f4bb60082805ad",
|
|
||||||
"reference": "3d81e4309d2a927abbe66df935f4bb60082805ad",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"php": "^5.4 || ^7.0 || ^8.0"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"jeremeamia/superclosure": "^2.0",
|
|
||||||
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "3.6.x-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
|
||||||
"files": [
|
|
||||||
"functions.php"
|
|
||||||
],
|
|
||||||
"psr-4": {
|
|
||||||
"Opis\\Closure\\": "src/"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"MIT"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Marius Sarca",
|
|
||||||
"email": "marius.sarca@gmail.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Sorin Sarca",
|
|
||||||
"email": "sarca_sorin@hotmail.com"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
|
|
||||||
"homepage": "https://opis.io/closure",
|
|
||||||
"keywords": [
|
|
||||||
"anonymous functions",
|
|
||||||
"closure",
|
|
||||||
"function",
|
|
||||||
"serializable",
|
|
||||||
"serialization",
|
|
||||||
"serialize"
|
|
||||||
],
|
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/opis/closure/issues",
|
|
||||||
"source": "https://github.com/opis/closure/tree/3.6.3"
|
|
||||||
},
|
|
||||||
"time": "2022-01-27T09:35:39+00:00"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "php-di/invoker",
|
"name": "php-di/invoker",
|
||||||
"version": "2.3.3",
|
"version": "2.3.3",
|
||||||
|
@ -559,21 +553,21 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "php-di/php-di",
|
"name": "php-di/php-di",
|
||||||
"version": "6.3.5",
|
"version": "6.4.0",
|
||||||
"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": "b8126d066ce144765300ee0ab040c1ed6c9ef588"
|
"reference": "ae0f1b3b03d8b29dff81747063cbfd6276246cc4"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/b8126d066ce144765300ee0ab040c1ed6c9ef588",
|
"url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/ae0f1b3b03d8b29dff81747063cbfd6276246cc4",
|
||||||
"reference": "b8126d066ce144765300ee0ab040c1ed6c9ef588",
|
"reference": "ae0f1b3b03d8b29dff81747063cbfd6276246cc4",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"opis/closure": "^3.5.5",
|
"laravel/serializable-closure": "^1.0",
|
||||||
"php": ">=7.2.0",
|
"php": ">=7.4.0",
|
||||||
"php-di/invoker": "^2.0",
|
"php-di/invoker": "^2.0",
|
||||||
"php-di/phpdoc-reader": "^2.0.1",
|
"php-di/phpdoc-reader": "^2.0.1",
|
||||||
"psr/container": "^1.0"
|
"psr/container": "^1.0"
|
||||||
|
@ -582,12 +576,12 @@
|
||||||
"psr/container-implementation": "^1.0"
|
"psr/container-implementation": "^1.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/annotations": "~1.2",
|
"doctrine/annotations": "~1.10",
|
||||||
"friendsofphp/php-cs-fixer": "^2.4",
|
"friendsofphp/php-cs-fixer": "^2.4",
|
||||||
"mnapoli/phpunit-easymock": "^1.2",
|
"mnapoli/phpunit-easymock": "^1.2",
|
||||||
"ocramius/proxy-manager": "^2.0.2",
|
"ocramius/proxy-manager": "^2.11.2",
|
||||||
"phpstan/phpstan": "^0.12",
|
"phpstan/phpstan": "^0.12",
|
||||||
"phpunit/phpunit": "^8.5|^9.0"
|
"phpunit/phpunit": "^9.5"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"doctrine/annotations": "Install it if you want to use annotations (version ~1.2)",
|
"doctrine/annotations": "Install it if you want to use annotations (version ~1.2)",
|
||||||
|
@ -619,7 +613,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.3.5"
|
"source": "https://github.com/PHP-DI/PHP-DI/tree/6.4.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -631,7 +625,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2021-09-02T09:49:58+00:00"
|
"time": "2022-04-09T16:46:38+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "php-di/phpdoc-reader",
|
"name": "php-di/phpdoc-reader",
|
||||||
|
|
Loading…
Reference in a new issue