Skip to content

Commit

Permalink
chore: Update PHP version to 8.1 and update dependencies
Browse files Browse the repository at this point in the history
Nextcloud 30 and 31 are using PHP 8.1+, so updated the package requirements
and trigger a composer update.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Aug 24, 2024
1 parent f882275 commit d5429cc
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 88 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
"php": "8.0"
"php": "8.1"
},
"sort-packages": true,
"allow-plugins": {
Expand Down
149 changes: 75 additions & 74 deletions composer.lock

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

2 changes: 1 addition & 1 deletion vendor-bin/cs-fixer/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"platform": {
"php": "8.0"
"php": "8.1"
},
"sort-packages": true,
"require-dev": {
Expand Down
Loading

0 comments on commit d5429cc

Please sign in to comment.