Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Arne Hamann <[email protected]>
  • Loading branch information
tacruc committed Mar 14, 2022
1 parent 24dfa2a commit aa9f132
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description>If user uploads public key, emails to this user will be encrypted and signed.
All other emails will be signed
This App depends on gnupg.</description>
<version>0.0.3</version>
<version>0.0.4</version>
<licence>agpl</licence>
<author mail="[email protected]" >Arne Hamann</author>
<namespace>GpgMailer</namespace>
Expand All @@ -18,7 +18,7 @@ This App depends on gnupg.</description>
<bugs>https://github.com/tacruc/gpgmailer/issues</bugs>
<repository>https://github.com/tacruc/gpgmailer</repository>
<dependencies>
<nextcloud min-version="19" max-version="21"/>
<nextcloud min-version="19" max-version="23"/>
<lib min-version="1.4.0">gnupg</lib>
</dependencies>
<repair-steps>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
],
"require": {},
"require-dev": {
"phpunit/phpunit": "^5.4"
"phpunit/phpunit": "^8.0|^9.0"
}
}

0 comments on commit aa9f132

Please sign in to comment.