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 270fad7 commit 9b5150d
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

- [#353](https://github.com/owncloud/oauth2/pull/353) - Always return an int from Symfony Command execute method
- Minimum core version 10.11, minimum php version 7.4
- Download URL string changes
- Bump libraries

Expand Down
3 changes: 2 additions & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ When using OAuth2 a unique access token is generated for each device or third pa
<screenshot>https://raw.githubusercontent.com/owncloud/screenshots/master/oauth2/ownCloud-oauth2-app-auth-request.jpg</screenshot>
<screenshot>https://raw.githubusercontent.com/owncloud/screenshots/master/oauth2/ownCloud-oauth2-app-authorized.jpg</screenshot>
<dependencies>
<owncloud min-version="10.3" max-version="10"/>
<owncloud min-version="10.11" max-version="10" />
<php min-version="7.4" />
</dependencies>
<types>
<authentication/>
Expand Down

0 comments on commit 9b5150d

Please sign in to comment.