Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-12-28 18:02:53 +0300
committerJulius Härtl <jus@bitgrid.net>2021-01-04 14:10:53 +0300
commita53e50e55f35fb347dd32912022ee1e7d6af1ce5 (patch)
tree9eadf14da8d5edab62ffeaea67112385775ab251 /composer.json
parent99379beb5631a97f005faad9b9867578019f1488 (diff)
Bump to master for new sharing API changes
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 57655fbb..2bafd721 100644
--- a/composer.json
+++ b/composer.json
@@ -2,6 +2,7 @@
"name": "nextcloud/deck",
"type": "project",
"license": "AGPLv3",
+ "minimum-stability": "dev",
"authors": [
{
"name": "Julius Härtl",
@@ -13,7 +14,7 @@
},
"require-dev": {
"roave/security-advisories": "dev-master",
- "christophwurst/nextcloud": "^20",
+ "christophwurst/nextcloud": "dev-master",
"phpunit/phpunit": "^8",
"nextcloud/coding-standard": "^0.4.0",
"symfony/event-dispatcher": "^4.0",