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 bd5dd57 commit 0d018cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

### Changed

- [#664](https://github.com/owncloud/files_primary_s3/pull/664) - Always return an int from Symfony Command execute method
- Deprecate support for php-7.3
- [#664](https://github.com/owncloud/files_primary_s3/pull/664) - Always return an int from Symfony Command execute method
- Minimum core version 10.11, minimum php version 7.4


## [1.4.0] - 2022-10-25
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This extension is the successor of the [ownCloud Objectstore App](https://market
</documentation>
<dependencies>
<php min-version="7.4" />
<owncloud min-version="10.3" max-version="10" />
<owncloud min-version="10.11" max-version="10" />
</dependencies>
<types>
<filesystem/>
Expand Down

0 comments on commit 0d018cd

Please sign in to comment.