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", "type": "library",
"description": "Later", "description": "Later",
"keywords": [ "keywords": [
@ -15,6 +15,9 @@
"role": "Developer" "role": "Developer"
} }
], ],
"replace": {
"Aryess/PhpMatrixSdk": "self.version"
},
"require": { "require": {
"php": "~7.2", "php": "~7.2",
"guzzlehttp/guzzle": "^6.3", "guzzlehttp/guzzle": "^6.3",