Merge pull request #8740 from nextcloud/automated/noid/master-update-nextcloud-ocp

[master] Update nextcloud/ocp dependency
This commit is contained in:
Joas Schilling 2023-02-12 20:17:53 +01:00 коммит произвёл GitHub
Родитель 8e8c0fb052 66565b1598
Коммит 3af7b3cfe8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 11 добавлений и 11 удалений

8
composer.lock сгенерированный
Просмотреть файл

@ -133,12 +133,12 @@
"source": {
"type": "git",
"url": "https://github.com/nextcloud-deps/ocp.git",
"reference": "10c4b4febb6ee4d5a7517cf25137a177c3f5cf4b"
"reference": "5c5b6d8600ddaf9f466736e34103b2921cc9b0e3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/10c4b4febb6ee4d5a7517cf25137a177c3f5cf4b",
"reference": "10c4b4febb6ee4d5a7517cf25137a177c3f5cf4b",
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/5c5b6d8600ddaf9f466736e34103b2921cc9b0e3",
"reference": "5c5b6d8600ddaf9f466736e34103b2921cc9b0e3",
"shasum": ""
},
"require": {
@ -170,7 +170,7 @@
"issues": "https://github.com/nextcloud-deps/ocp/issues",
"source": "https://github.com/nextcloud-deps/ocp/tree/master"
},
"time": "2023-02-03T00:42:03+00:00"
"time": "2023-02-09T00:37:24+00:00"
},
{
"name": "psr/clock",

14
vendor-bin/csfixer/composer.lock сгенерированный
Просмотреть файл

@ -424,16 +424,16 @@
},
{
"name": "friendsofphp/php-cs-fixer",
"version": "v3.14.3",
"version": "v3.14.4",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
"reference": "b418036b95b4936a33fe906245d3044395935e73"
"reference": "1b3d9dba63d93b8a202c31e824748218781eae6b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/b418036b95b4936a33fe906245d3044395935e73",
"reference": "b418036b95b4936a33fe906245d3044395935e73",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/1b3d9dba63d93b8a202c31e824748218781eae6b",
"reference": "1b3d9dba63d93b8a202c31e824748218781eae6b",
"shasum": ""
},
"require": {
@ -444,7 +444,7 @@
"ext-json": "*",
"ext-tokenizer": "*",
"php": "^7.4 || ^8.0",
"sebastian/diff": "^4.0",
"sebastian/diff": "^4.0 || ^5.0",
"symfony/console": "^5.4 || ^6.0",
"symfony/event-dispatcher": "^5.4 || ^6.0",
"symfony/filesystem": "^5.4 || ^6.0",
@ -502,7 +502,7 @@
"description": "A tool to automatically fix PHP code style",
"support": {
"issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.14.3"
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.14.4"
},
"funding": [
{
@ -510,7 +510,7 @@
"type": "github"
}
],
"time": "2023-01-30T00:24:29+00:00"
"time": "2023-02-09T21:49:13+00:00"
},
{
"name": "nextcloud/coding-standard",