Skip to content

Commit

Permalink
Merge pull request #2889 from LibreSign/chore/bump-minimum-php-version
Browse files Browse the repository at this point in the history
chore: bump minimum php version and update packages
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Apr 24, 2024
2 parents bcb2ff5 + 57a794d commit d6f5610
Show file tree
Hide file tree
Showing 10 changed files with 575 additions and 588 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"bamarni/composer-bin-plugin": true
},
"platform": {
"php": "8.0.2"
"php": "8.1"
}
},
"scripts": {
Expand Down
145 changes: 88 additions & 57 deletions composer.lock

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions vendor-bin/coding-standard/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"nextcloud/coding-standard": "^1.0",
"friendsofphp/php-cs-fixer": "3.15.1"
},
"platform": {
"php": "8.0.2"
"config": {
"platform": {
"php": "8.1"
}
}
}
Loading

0 comments on commit d6f5610

Please sign in to comment.