Skip to content

Commit d2183a9

Browse files
committed
chore: adjust composer dependencies with supported Nextcloud 31
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 6d2b413 commit d2183a9

File tree

6 files changed

+2910
-428
lines changed

6 files changed

+2910
-428
lines changed

composer.json

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"require": {
3-
"lsolesen/pel": "^0.9.12",
4-
"bogdaan/open-location-code": "dev-master"
5-
},
6-
"require-dev": {
7-
"christophwurst/nextcloud_testing": "^0.12.4",
8-
"bamarni/composer-bin-plugin": "*"
9-
},
2+
"require": {
3+
"lsolesen/pel": "^0.9.12",
4+
"bogdaan/open-location-code": "dev-master"
5+
},
6+
"require-dev": {
7+
"christophwurst/nextcloud_testing": "^0.12.4",
8+
"bamarni/composer-bin-plugin": "*"
9+
},
1010
"scripts": {
1111
"cs:fix": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix",
1212
"cs:check": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --dry-run --diff",
@@ -40,9 +40,12 @@
4040
"forward-command": true
4141
}
4242
},
43-
"config": {
44-
"allow-plugins": {
45-
"bamarni/composer-bin-plugin": true
46-
}
47-
}
43+
"config": {
44+
"allow-plugins": {
45+
"bamarni/composer-bin-plugin": true
46+
},
47+
"platform": {
48+
"php": "8.1"
49+
}
50+
}
4851
}

0 commit comments

Comments
 (0)