Skip to content

Commit

Permalink
feat!: drop support for php 8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
  • Loading branch information
st3iny committed Jul 23, 2024
1 parent 6227459 commit 3346aad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/main/screenshots/week_room_suggestion.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/main/screenshots/week_sidebar.png</screenshot>
<dependencies>
<php min-version="8.0" max-version="8.3" />
<php min-version="8.1" max-version="8.3" />
<nextcloud min-version="30" max-version="30" />
<backend>caldav</backend>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"config": {
"platform": {
"php": "8.0"
"php": "8.1"
},
"sort-packages": true,
"optimize-autoloader": true,
Expand All @@ -16,7 +16,7 @@
}
},
"require": {
"php": ">= 8.0 <=8.3",
"php": ">= 8.1 <=8.3",
"bamarni/composer-bin-plugin": "^1.8.2"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3346aad

Please sign in to comment.