Update php-matrix-sdk to guzzle 7 version
This commit is contained in:
parent
51e9a8270d
commit
ec89f04144
|
@ -8,8 +8,14 @@
|
||||||
"name": "UPschooling"
|
"name": "UPschooling"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "https://github.com/bziemons/matrix-php-sdk.git"
|
||||||
|
}
|
||||||
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"aryess/php-matrix-sdk": "dev-master"
|
"aryess/php-matrix-sdk": "dev-feature/guzzle7-update"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^8.5",
|
"phpunit/phpunit": "^8.5",
|
||||||
|
@ -19,7 +25,7 @@
|
||||||
"optimize-autoloader": true,
|
"optimize-autoloader": true,
|
||||||
"classmap-authoritative": true,
|
"classmap-authoritative": true,
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": "7.2"
|
"php": "7.2.5"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
1019
composer.lock
generated
1019
composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue