1
0
Fork 0
mirror of https://github.com/MetaProvide/talked-client.git synced 2025-04-14 17:08:34 +00:00

Further update

This commit is contained in:
Magnus Walbeck 2022-05-19 13:51:38 +02:00
parent 1252a88819
commit d08fd8e91d
Signed by: mwalbeck
GPG key ID: CCB78CFF3F950769
2 changed files with 9 additions and 9 deletions

View file

@ -12,6 +12,6 @@
"require": {},
"require-dev": {
"nextcloud/coding-standard": "^0.5.0",
"christophwurst/nextcloud": "^22.0"
"christophwurst/nextcloud": "^24.0"
}
}

16
composer.lock generated
View file

@ -4,25 +4,25 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "14a9cab270c28604cdc998846c40b4a5",
"content-hash": "c3f058d45b299d0e6d3982137208e932",
"packages": [],
"packages-dev": [
{
"name": "christophwurst/nextcloud",
"version": "v22.1.1",
"version": "v24.0.0",
"source": {
"type": "git",
"url": "https://github.com/ChristophWurst/nextcloud_composer.git",
"reference": "8bb086cd016128b5ef8353662fd1852db3248d1e"
"reference": "6ce63c3d29c59dc17394c8967981fd9272681713"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/8bb086cd016128b5ef8353662fd1852db3248d1e",
"reference": "8bb086cd016128b5ef8353662fd1852db3248d1e",
"url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/6ce63c3d29c59dc17394c8967981fd9272681713",
"reference": "6ce63c3d29c59dc17394c8967981fd9272681713",
"shasum": ""
},
"require": {
"php": "^7.3 || ~8.0.0",
"php": "^7.4 || ~8.0 || ~8.1",
"psr/container": "^1.0",
"psr/event-dispatcher": "^1.0",
"psr/log": "^1.1"
@ -30,7 +30,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "23.0.0-dev"
"dev-master": "24.0.0-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
@ -44,7 +44,7 @@
}
],
"description": "Composer package containing Nextcloud's public API (classes, interfaces)",
"time": "2021-11-11T14:01:42+00:00"
"time": "2022-05-09T13:50:27+00:00"
},
{
"name": "composer/pcre",