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 6506c4c commit b29e019
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

- [#578](https://github.com/owncloud/customgroups/issues/578) - [full-ci] Adjust dispatch calls for Symfony 5
- Minimum core version 10.11, minimum php version 7.4
- Dependencies updated
- Strings updated

Expand Down
3 changes: 2 additions & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ Sharing with a Custom Group is as easy and quick as always. Just click on the sh
</types>
<use-migrations>true</use-migrations>
<dependencies>
<owncloud min-version="10.4" max-version="10" />
<owncloud min-version="10.11" max-version="10" />
<php min-version="7.4" />
</dependencies>
<sabre>
<plugins>
Expand Down

0 comments on commit b29e019

Please sign in to comment.