|
|
@ -134,26 +134,26 @@ |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/nextcloud-deps/ocp.git", |
|
|
|
"reference": "a6a5f771184eed47d245bfdf30a15db2962a1a32" |
|
|
|
"reference": "486fa7064723cac5bffb871aa09b0f75a2ebf827" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/a6a5f771184eed47d245bfdf30a15db2962a1a32", |
|
|
|
"reference": "a6a5f771184eed47d245bfdf30a15db2962a1a32", |
|
|
|
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/486fa7064723cac5bffb871aa09b0f75a2ebf827", |
|
|
|
"reference": "486fa7064723cac5bffb871aa09b0f75a2ebf827", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": "^7.4 || ~8.0 || ~8.1", |
|
|
|
"php": "~8.0 || ~8.1 || ~8.2", |
|
|
|
"psr/clock": "^1.0", |
|
|
|
"psr/container": "^1.1.1", |
|
|
|
"psr/container": "^2.0.2", |
|
|
|
"psr/event-dispatcher": "^1.0", |
|
|
|
"psr/log": "^1.1" |
|
|
|
"psr/log": "^1.1.4" |
|
|
|
}, |
|
|
|
"default-branch": true, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "26.0.0-dev" |
|
|
|
"dev-master": "28.0.0-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
@ -171,7 +171,7 @@ |
|
|
|
"issues": "https://github.com/nextcloud-deps/ocp/issues", |
|
|
|
"source": "https://github.com/nextcloud-deps/ocp/tree/master" |
|
|
|
}, |
|
|
|
"time": "2023-05-17T11:01:47+00:00" |
|
|
|
"time": "2023-07-13T00:44:46+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "psr/clock", |
|
|
@ -223,22 +223,27 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "psr/container", |
|
|
|
"version": "1.1.2", |
|
|
|
"version": "2.0.2", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/php-fig/container.git", |
|
|
|
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea" |
|
|
|
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", |
|
|
|
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea", |
|
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", |
|
|
|
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": ">=7.4.0" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "2.0.x-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"Psr\\Container\\": "src/" |
|
|
@ -265,9 +270,9 @@ |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"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/event-dispatcher", |
|
|
|