Skip to content

Commit bbdac5f

Browse files
committed
build(dev-deps): bump platform and dev deps
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 parent 13f2444 commit bbdac5f

File tree

10 files changed

+1620
-367
lines changed

10 files changed

+1620
-367
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
build/
44
vendor/
55
/composer.lock
6+
.php-cs-fixer.cache

composer.json

Lines changed: 3 additions & 3 deletions
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.1"
6+
"php": "8.2.27"
77
},
88
"autoloader-suffix": "WorkflowScript"
99
},
@@ -27,8 +27,8 @@
2727
"psalm:fix": "psalm --alter --issues=InvalidReturnType,InvalidNullableReturnType,MissingParamType,InvalidFalsableReturnType"
2828
},
2929
"require-dev": {
30-
"nextcloud/coding-standard": "^1.0.0",
3130
"nextcloud/ocp": "dev-stable33",
32-
"vimeo/psalm": "^5"
31+
"vimeo/psalm": "^6.14",
32+
"nextcloud/coding-standard": "^1.4"
3333
}
3434
}

0 commit comments

Comments
 (0)