mirror of https://github.com/sualko/cloud_bbb
chore: psalm for php 8.3
parent
52ae55cb34
commit
0656626c71
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
path: nextcloud/apps/bbb
|
||||
- name: Update test stub
|
||||
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
|
||||
working-directory: nextcloud/apps/bbb
|
||||
run: composer install
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
"nextcloud/coding-standard": "^1.1.0",
|
||||
"phpstan/phpstan": "^0.12.29",
|
||||
"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"
|
||||
},
|
||||
"config": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue