Merge pull request #339 from nextcloud/fix/composer-indention

chore: Fix indention of composer.json
This commit is contained in:
max-nextcloud 2024-10-17 06:06:17 +02:00 коммит произвёл GitHub
Родитель 1d762c3186 786e78a663
Коммит 5b8d47e046
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 19 добавлений и 19 удалений

Просмотреть файл

@ -1,5 +1,6 @@
{
"name": "nextcloud/files_lock",
"license": "AGPL",
"require-dev": {
"phpunit/phpunit": "^9.5",
"nextcloud/coding-standard": "^1.2",
@ -12,7 +13,6 @@
"php": "8.1"
}
},
"license": "AGPL",
"require": {
"php": "^8.1"
},