Skip to content

Commit 060343c

Browse files
authored
Merge pull request #6177 from nextcloud/chore/migration-attributes
2 parents d312456 + 6f82e71 commit 060343c

File tree

3 files changed

+619
-244
lines changed

3 files changed

+619
-244
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^8.0"
20+
"php": "^8.1"
2121
},
2222
"config": {
2323
"optimize-autoloader": true,
2424
"classmap-authoritative": true,
2525
"platform": {
26-
"php": "8.0"
26+
"php": "8.1"
2727
}
2828
},
2929
"scripts": {

0 commit comments

Comments
 (0)