Skip to content

Commit

Permalink
update project meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
bennet0496 committed Jul 17, 2024
1 parent 16600de commit 1156fd3
Show file tree
Hide file tree
Showing 7 changed files with 79 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .idea/codeception.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/dataSources.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions .idea/nextcloud_attachments.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/phpspec.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,15 @@
],
"require": {
"php": ">=8.1",
"roundcube/plugin-installer": "^0.3",
"guzzlehttp/guzzle": "^7.8",
"ext-simplexml": "*",
"ext-json": "*",
"ext-intl": "*",
"ext-openssl": "*"
"ext-intl": "*",
"ext-openssl": "*",
"roundcube/plugin-installer": "^0.3",
"guzzlehttp/guzzle": "^7.8"
},
"require-dev": {
"phpunit/phpunit": "^9"
},
"extra": {
"roundcube": {
Expand Down
1 change: 1 addition & 0 deletions nextcloud_attachments.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class nextcloud_attachments extends rcube_plugin
{
use Utility, Hooks, Actions;

/** @noinspection PhpPrivateFieldCanBeLocalVariableInspection */
private rcmail $rcmail;
private GuzzleHttp\Client $client;

Expand Down

0 comments on commit 1156fd3

Please sign in to comment.