chore: update php dependencies

fix #116
pull/173/head
sualko 2021-07-26 15:43:28 +02:00
parent 3a65cc4f99
commit b63d54cde9
2 changed files with 414 additions and 323 deletions

View File

@ -10,14 +10,14 @@
} }
], ],
"require": { "require": {
"littleredbutton/bigbluebutton-api-php": "^3.0" "littleredbutton/bigbluebutton-api-php": "^4.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^8.5 || ^9.3", "phpunit/phpunit": "^8.5 || ^9.3",
"friendsofphp/php-cs-fixer": "^2.16", "friendsofphp/php-cs-fixer": "^2.16",
"nextcloud/coding-standard": "^0.3.0", "nextcloud/coding-standard": "^0.5.0",
"phpstan/phpstan": "^0.12.29", "phpstan/phpstan": "^0.12.29",
"christophwurst/nextcloud": "^20.0", "christophwurst/nextcloud": "^21.0",
"vimeo/psalm": "^4.5" "vimeo/psalm": "^4.5"
}, },
"config": { "config": {
@ -33,4 +33,4 @@
"psalm:clear": "psalm --clear-cache && psalm --clear-global-cache", "psalm:clear": "psalm --clear-cache && psalm --clear-global-cache",
"psalm:fix": "psalm --alter --issues=InvalidReturnType,InvalidNullableReturnType,MissingParamType,InvalidFalsableReturnType" "psalm:fix": "psalm --alter --issues=InvalidReturnType,InvalidNullableReturnType,MissingParamType,InvalidFalsableReturnType"
} }
} }

729
composer.lock generated

File diff suppressed because it is too large Load Diff