summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorSean Molenaar <sean@seanmolenaar.eu>2021-01-26 13:32:17 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-01-26 16:06:47 +0100
commitcb10dd1d83262d2b851ff9370a04162692853a77 (patch)
tree60a73753eb72a9c94d1ecc58f547c6e552a865ac /composer.json
parentad103f3b4405c8571e68a0d50f4f79ca2a1cde16 (diff)
Base: Update psalm definition and dependency list
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json14
1 files changed, 6 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index aa5dd6a8e..eda13f622 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
{
"type": "project",
"license": "AGPL-3.0",
- "description": "An RSS/Atom feed reader. Requires Nextcloud backgroundjobs or an updater script to be enabled to update your feeds. See the README.md in the apps top directory",
+ "description": "An RSS/Atom feed reader. Requires Nextcloud background jobs or an updater script to be enabled to update your feeds. See the README.md in the apps top directory",
"homepage": "https://github.com/nextcloud/news",
"authors": [
{
@@ -36,7 +36,6 @@
}
],
"support": {
- "irc": "irc://irc.freenode.org/nextcloud-news",
"issues": "https://github.com/nextcloud/news/issues",
"source": "https://github.com/nextcloud/news/"
},
@@ -58,12 +57,11 @@
"phpunit/phpunit": "9.5.*",
"squizlabs/php_codesniffer": "^3.5.6",
"phpstan/phpstan": "^0.12.43",
- "christophwurst/nextcloud": "v20.0.5",
- "vimeo/psalm": "^4.0"
- },
- "replace": {
- "guzzlehttp/guzzle": "*",
- "symfony/console": "*"
+ "vimeo/psalm": "^4.0",
+ "christophwurst/nextcloud": "^v21.0.0-beta6",
+ "guzzlehttp/guzzle": "^7.2",
+ "doctrine/dbal": "^3.0",
+ "symfony/console": "^4.4.18"
},
"autoload": {
"psr-4": {