chore: psalm for php 8.3

pull/338/head
Sebastien Marinier 2025-05-16 16:58:56 +02:00
parent 52ae55cb34
commit 0656626c71
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ jobs:
path: nextcloud/apps/bbb path: nextcloud/apps/bbb
- name: Update test stub - name: Update test stub
working-directory: nextcloud/apps/bbb working-directory: nextcloud/apps/bbb
run: composer update friendsofphp/php-cs-fixer nextcloud/ocp phpunit/phpunit -W run: composer update friendsofphp/php-cs-fixer nextcloud/ocp phpunit/phpunit vimeo/psalm -W
- name: Install dependencies - name: Install dependencies
working-directory: nextcloud/apps/bbb working-directory: nextcloud/apps/bbb
run: composer install run: composer install

View File

@ -17,7 +17,7 @@
"nextcloud/coding-standard": "^1.1.0", "nextcloud/coding-standard": "^1.1.0",
"phpstan/phpstan": "^0.12.29", "phpstan/phpstan": "^0.12.29",
"nextcloud/ocp": "^29.0 || ^30.0 || ^31.0", "nextcloud/ocp": "^29.0 || ^30.0 || ^31.0",
"vimeo/psalm": "5.9.0", "vimeo/psalm": "5.9.0 || ^6.1.0",
"psr/container": "^1.1.2 || ^1.1.4 || ^2.0.2" "psr/container": "^1.1.2 || ^1.1.4 || ^2.0.2"
}, },
"config": { "config": {