Skip to content

Commit b579454

Browse files
committed
Update psalm and php version to match Nextcloud server
Signed-off-by: Côme Chilliet <[email protected]>
1 parent ebd0099 commit b579454

File tree

2 files changed

+226
-217
lines changed

2 files changed

+226
-217
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212
"require-dev": {
1313
"nextcloud/coding-standard": "^1.1",
1414
"nextcloud/ocp": "dev-master",
15-
"vimeo/psalm": "^4.27",
15+
"vimeo/psalm": "^5.9",
1616
"sabre/vobject": "^4.5",
1717
"rector/rector": "^0.15.4",
1818
"phpunit/phpunit": "^9.5"
1919
},
2020
"require": {
21-
"php": "^8.0",
21+
"php": "^8.0.2",
2222
"christophwurst/kitinerary": "^0.2.2",
2323
"christophwurst/kitinerary-bin": "^0.3.0",
2424
"christophwurst/kitinerary-flatpak": "^0.2.2",
2525
"christophwurst/kitinerary-sys": "^0.2.0"
2626
},
2727
"config": {
2828
"platform": {
29-
"php":"8.0"
29+
"php": "8.0.2"
3030
}
3131
},
3232
"autoload-dev": {

0 commit comments

Comments
 (0)