Skip to content

Commit

Permalink
bump minimums: 10.11 & php 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jnweiger committed Jul 14, 2023
1 parent 8deb5eb commit 7310e64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
### Changed

- [#1173](https://github.com/owncloud/activity/pull/1173) - Always return an int from Symfony Command execute method
- Minimum core version 10.11, minimum php version 7.4
- Dependency updates
- String updates

Expand Down
3 changes: 2 additions & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ Never again miss an important event related to content in ownCloud and always be
<screenshot>https://raw.githubusercontent.com/owncloud/screenshots/68550c2b7c53e6309132ca1c7b177adca976db0b/activity/activity.png</screenshot>
<category>tools</category>
<dependencies>
<owncloud min-version="10.9.0" max-version="10"/>
<owncloud min-version="10.11" max-version="10" />
<php min-version="7.4" />
</dependencies>
<background-jobs>
<job>OCA\Activity\BackgroundJob\EmailNotification</job>
Expand Down

0 comments on commit 7310e64

Please sign in to comment.