Skip to content

Commit be96983

Browse files
Merge pull request #740 from nextcloud/backport/739/stable22
[stable22] Adjust nextcloud lib version
2 parents 52b88a0 + 45dff74 commit be96983

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
"name": "nextcloud/activity",
33
"description": "activity",
44
"license": "AGPL",
5-
"require": {
6-
},
75
"require-dev": {
86
"phpunit/phpunit": "^8.5",
97
"nextcloud/coding-standard": "^0.5.0",
108
"psalm/phar": "^4.3",
11-
"christophwurst/nextcloud": "dev-master@dev"
9+
"christophwurst/nextcloud": "dev-stable22"
1210
},
1311
"config": {
1412
"optimize-autoloader": true,

composer.lock

Lines changed: 9 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

psalm.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<referencedClass name="OC\TagManager" />
2727
<referencedClass name="OC_Template" />
2828
<referencedClass name="OCA\Files\Event\LoadSidebar" />
29+
<referencedClass name="OCA\Files_Sharing\External\Storage" />
2930
</errorLevel>
3031
</UndefinedClass>
3132
<UndefinedDocblockClass>

0 commit comments

Comments
 (0)