Update composer.json for Composer 2 compatibility

This commit is contained in:
Brad Jones 2021-05-09 20:29:02 -07:00
parent 862dae376a
commit 62fbb93ea5

View file

@ -1,5 +1,5 @@
{
"name": "Aryess/PhpMatrixSdk",
"name": "aryess/php-matrix-sdk",
"type": "library",
"description": "Later",
"keywords": [
@ -15,6 +15,9 @@
"role": "Developer"
}
],
"replace": {
"Aryess/PhpMatrixSdk": "self.version"
},
"require": {
"php": "~7.2",
"guzzlehttp/guzzle": "^6.3",