Update php-matrix-sdk to guzzle 7 version

This commit is contained in:
Ben 2021-09-18 12:20:48 +02:00
parent 51e9a8270d
commit ec89f04144
Signed by: ben
GPG Key ID: 0F54A7ED232D3319
2 changed files with 666 additions and 363 deletions

View File

@ -8,8 +8,14 @@
"name": "UPschooling"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/bziemons/matrix-php-sdk.git"
}
],
"require": {
"aryess/php-matrix-sdk": "dev-master"
"aryess/php-matrix-sdk": "dev-feature/guzzle7-update"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
@ -19,7 +25,7 @@
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
"php": "7.2"
"php": "7.2.5"
}
},
"scripts": {

1019
composer.lock generated

File diff suppressed because it is too large Load Diff