Skip to content

Commit e9117b5

Browse files
authored
Merge pull request #371 from nextcloud/fix/370/bump-platform-reqs
build(deps): bump platform req to PHP 8.1 and update all deps
2 parents 782dd83 + 8c79766 commit e9117b5

File tree

6 files changed

+229
-145
lines changed

6 files changed

+229
-145
lines changed

.git-blame-ignore-revs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# .git-blame-ignore-revs
2+
3+
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
4+
# SPDX-License-Identifier: AGPL-3.0-or-later
5+
6+
# Update to coding-standard 1.3.2
7+
b44fdbba63ff90aa04eebf316c623bd32a7149ea

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"optimize-autoloader": true,
44
"classmap-authoritative": true,
55
"platform": {
6-
"php": "8.0.2"
6+
"php": "8.1"
77
},
88
"autoloader-suffix": "WorkflowScript"
99
},

0 commit comments

Comments
 (0)