Skip to content

Commit

Permalink
raise minimum php version to 8.1 (#3829)
Browse files Browse the repository at this point in the history
raise minimum php version to 8.1 according to composer's minimum requirement
  • Loading branch information
dartcafe authored Jan 3, 2025
1 parent fd68756 commit 6873da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/vote.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/edit-poll.png</screenshot>
<dependencies>
<php min-version="8.0"/>
<php min-version="8.1"/>
<nextcloud min-version="27" max-version="30"/>
</dependencies>
<activity>
Expand Down

0 comments on commit 6873da3

Please sign in to comment.