|
|
|
@ -4,30 +4,80 @@ |
|
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
|
|
|
|
"This file is @generated automatically" |
|
|
|
|
], |
|
|
|
|
"content-hash": "f197bd1bcd2c1d4cfc5c4b1756a5b20e", |
|
|
|
|
"content-hash": "347262bc75027c88fa21b011f732aa31", |
|
|
|
|
"packages": [], |
|
|
|
|
"packages-dev": [ |
|
|
|
|
{ |
|
|
|
|
"name": "nextcloud/ocp", |
|
|
|
|
"version": "v31.0.4", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/nextcloud-deps/ocp.git", |
|
|
|
|
"reference": "1fb984268039921920ade298ef5a58e8fe3de7da" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/1fb984268039921920ade298ef5a58e8fe3de7da", |
|
|
|
|
"reference": "1fb984268039921920ade298ef5a58e8fe3de7da", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": "~8.1 || ~8.2 || ~8.3 || ~8.4", |
|
|
|
|
"psr/clock": "^1.0", |
|
|
|
|
"psr/container": "^2.0.2", |
|
|
|
|
"psr/event-dispatcher": "^1.0", |
|
|
|
|
"psr/log": "^3.0.2" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-stable31": "31.0.0-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"AGPL-3.0-or-later" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Christoph Wurst", |
|
|
|
|
"email": "christoph@winzerhof-wurst.at" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Joas Schilling", |
|
|
|
|
"email": "coding@schilljs.com" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Composer package containing Nextcloud's public OCP API and the unstable NCU API", |
|
|
|
|
"support": { |
|
|
|
|
"issues": "https://github.com/nextcloud-deps/ocp/issues", |
|
|
|
|
"source": "https://github.com/nextcloud-deps/ocp/tree/v31.0.4" |
|
|
|
|
}, |
|
|
|
|
"time": "2025-04-15T00:50:16+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "nextcloud/rector", |
|
|
|
|
"version": "v0.3.1", |
|
|
|
|
"version": "v0.4.1", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/nextcloud-libraries/rector.git", |
|
|
|
|
"reference": "25e71025c3acdf346f2d26034d3edd8e17e4596e" |
|
|
|
|
"reference": "9c5c78cc323537ec6dba5b3cd9c422ff9524d8cf" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/nextcloud-libraries/rector/zipball/25e71025c3acdf346f2d26034d3edd8e17e4596e", |
|
|
|
|
"reference": "25e71025c3acdf346f2d26034d3edd8e17e4596e", |
|
|
|
|
"url": "https://api.github.com/repos/nextcloud-libraries/rector/zipball/9c5c78cc323537ec6dba5b3cd9c422ff9524d8cf", |
|
|
|
|
"reference": "9c5c78cc323537ec6dba5b3cd9c422ff9524d8cf", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": "^8.1" |
|
|
|
|
"nextcloud/ocp": ">=27", |
|
|
|
|
"php": "^8.1", |
|
|
|
|
"rector/rector": "^2.0.4", |
|
|
|
|
"webmozart/assert": "^1.11" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"phpunit/phpunit": "^10.5", |
|
|
|
|
"ramsey/devtools": "^2.0", |
|
|
|
|
"rector/rector": "^1.2" |
|
|
|
|
"ramsey/devtools": "^2.0" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
@ -44,6 +94,7 @@ |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"OCP\\": "vendor/nextcloud/ocp/OCP", |
|
|
|
|
"Nextcloud\\Rector\\": "src/" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
@ -65,26 +116,26 @@ |
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"issues": "https://github.com/nextcloud-libraries/rector/issues", |
|
|
|
|
"source": "https://github.com/nextcloud-libraries/rector/tree/v0.3.1" |
|
|
|
|
"source": "https://github.com/nextcloud-libraries/rector/tree/v0.4.1" |
|
|
|
|
}, |
|
|
|
|
"time": "2025-02-06T09:32:20+00:00" |
|
|
|
|
"time": "2025-03-31T15:27:10+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "phpstan/phpstan", |
|
|
|
|
"version": "1.12.16", |
|
|
|
|
"version": "2.1.15", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/phpstan/phpstan.git", |
|
|
|
|
"reference": "e0bb5cb78545aae631220735aa706eac633a6be9" |
|
|
|
|
"reference": "402d11c1aa40ae2e1c3a512e6a4edb957527b20b" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/e0bb5cb78545aae631220735aa706eac633a6be9", |
|
|
|
|
"reference": "e0bb5cb78545aae631220735aa706eac633a6be9", |
|
|
|
|
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/402d11c1aa40ae2e1c3a512e6a4edb957527b20b", |
|
|
|
|
"reference": "402d11c1aa40ae2e1c3a512e6a4edb957527b20b", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": "^7.2|^8.0" |
|
|
|
|
"php": "^7.4|^8.0" |
|
|
|
|
}, |
|
|
|
|
"conflict": { |
|
|
|
|
"phpstan/phpstan-shim": "*" |
|
|
|
@ -125,25 +176,226 @@ |
|
|
|
|
"type": "github" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"time": "2025-01-21T14:50:05+00:00" |
|
|
|
|
"time": "2025-05-14T11:16:08+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "psr/clock", |
|
|
|
|
"version": "1.0.0", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/php-fig/clock.git", |
|
|
|
|
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d", |
|
|
|
|
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": "^7.0 || ^8.0" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"Psr\\Clock\\": "src/" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "PHP-FIG", |
|
|
|
|
"homepage": "https://www.php-fig.org/" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Common interface for reading the clock.", |
|
|
|
|
"homepage": "https://github.com/php-fig/clock", |
|
|
|
|
"keywords": [ |
|
|
|
|
"clock", |
|
|
|
|
"now", |
|
|
|
|
"psr", |
|
|
|
|
"psr-20", |
|
|
|
|
"time" |
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"issues": "https://github.com/php-fig/clock/issues", |
|
|
|
|
"source": "https://github.com/php-fig/clock/tree/1.0.0" |
|
|
|
|
}, |
|
|
|
|
"time": "2022-11-25T14:36:26+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "psr/container", |
|
|
|
|
"version": "2.0.2", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/php-fig/container.git", |
|
|
|
|
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"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/" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "PHP-FIG", |
|
|
|
|
"homepage": "https://www.php-fig.org/" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Common Container Interface (PHP FIG PSR-11)", |
|
|
|
|
"homepage": "https://github.com/php-fig/container", |
|
|
|
|
"keywords": [ |
|
|
|
|
"PSR-11", |
|
|
|
|
"container", |
|
|
|
|
"container-interface", |
|
|
|
|
"container-interop", |
|
|
|
|
"psr" |
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"issues": "https://github.com/php-fig/container/issues", |
|
|
|
|
"source": "https://github.com/php-fig/container/tree/2.0.2" |
|
|
|
|
}, |
|
|
|
|
"time": "2021-11-05T16:47:00+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "psr/event-dispatcher", |
|
|
|
|
"version": "1.0.0", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/php-fig/event-dispatcher.git", |
|
|
|
|
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", |
|
|
|
|
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=7.2.0" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "1.0.x-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"Psr\\EventDispatcher\\": "src/" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "PHP-FIG", |
|
|
|
|
"homepage": "http://www.php-fig.org/" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Standard interfaces for event handling.", |
|
|
|
|
"keywords": [ |
|
|
|
|
"events", |
|
|
|
|
"psr", |
|
|
|
|
"psr-14" |
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"issues": "https://github.com/php-fig/event-dispatcher/issues", |
|
|
|
|
"source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" |
|
|
|
|
}, |
|
|
|
|
"time": "2019-01-08T18:20:26+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "psr/log", |
|
|
|
|
"version": "3.0.2", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/php-fig/log.git", |
|
|
|
|
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", |
|
|
|
|
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=8.0.0" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "3.x-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"Psr\\Log\\": "src" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "PHP-FIG", |
|
|
|
|
"homepage": "https://www.php-fig.org/" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Common interface for logging libraries", |
|
|
|
|
"homepage": "https://github.com/php-fig/log", |
|
|
|
|
"keywords": [ |
|
|
|
|
"log", |
|
|
|
|
"psr", |
|
|
|
|
"psr-3" |
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"source": "https://github.com/php-fig/log/tree/3.0.2" |
|
|
|
|
}, |
|
|
|
|
"time": "2024-09-11T13:17:53+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "rector/rector", |
|
|
|
|
"version": "1.2.10", |
|
|
|
|
"version": "2.0.16", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/rectorphp/rector.git", |
|
|
|
|
"reference": "40f9cf38c05296bd32f444121336a521a293fa61" |
|
|
|
|
"reference": "f1366d1f8c7490541c8f7af6e5c7cef7cca1b5a2" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/rectorphp/rector/zipball/40f9cf38c05296bd32f444121336a521a293fa61", |
|
|
|
|
"reference": "40f9cf38c05296bd32f444121336a521a293fa61", |
|
|
|
|
"url": "https://api.github.com/repos/rectorphp/rector/zipball/f1366d1f8c7490541c8f7af6e5c7cef7cca1b5a2", |
|
|
|
|
"reference": "f1366d1f8c7490541c8f7af6e5c7cef7cca1b5a2", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": "^7.2|^8.0", |
|
|
|
|
"phpstan/phpstan": "^1.12.5" |
|
|
|
|
"php": "^7.4|^8.0", |
|
|
|
|
"phpstan/phpstan": "^2.1.14" |
|
|
|
|
}, |
|
|
|
|
"conflict": { |
|
|
|
|
"rector/rector-doctrine": "*", |
|
|
|
@ -176,7 +428,7 @@ |
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"issues": "https://github.com/rectorphp/rector/issues", |
|
|
|
|
"source": "https://github.com/rectorphp/rector/tree/1.2.10" |
|
|
|
|
"source": "https://github.com/rectorphp/rector/tree/2.0.16" |
|
|
|
|
}, |
|
|
|
|
"funding": [ |
|
|
|
|
{ |
|
|
|
@ -184,7 +436,65 @@ |
|
|
|
|
"type": "github" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"time": "2024-11-08T13:59:10+00:00" |
|
|
|
|
"time": "2025-05-12T16:37:16+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "webmozart/assert", |
|
|
|
|
"version": "1.11.0", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/webmozarts/assert.git", |
|
|
|
|
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991", |
|
|
|
|
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"ext-ctype": "*", |
|
|
|
|
"php": "^7.2 || ^8.0" |
|
|
|
|
}, |
|
|
|
|
"conflict": { |
|
|
|
|
"phpstan/phpstan": "<0.12.20", |
|
|
|
|
"vimeo/psalm": "<4.6.1 || 4.6.2" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"phpunit/phpunit": "^8.5.13" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "1.10-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"Webmozart\\Assert\\": "src/" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Bernhard Schussek", |
|
|
|
|
"email": "bschussek@gmail.com" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Assertions to validate method input/output with nice error messages.", |
|
|
|
|
"keywords": [ |
|
|
|
|
"assert", |
|
|
|
|
"check", |
|
|
|
|
"validate" |
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"issues": "https://github.com/webmozarts/assert/issues", |
|
|
|
|
"source": "https://github.com/webmozarts/assert/tree/1.11.0" |
|
|
|
|
}, |
|
|
|
|
"time": "2022-06-03T18:03:27+00:00" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"aliases": [], |
|
|
|
|