Update composer.json for Composer 2 compatibility

This commit is contained in:
Brad Jones 2021-05-09 20:29:02 -07:00 committed by Aryess
parent 13df7ff2ad
commit a7ff2db60e

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",