mantis-matrix-integration – Rev 1

Subversion Repositories:
Rev:
{
    "name": "meet-kinksters/php-matrix-sdk",
    "type": "library",
    "description": "PHP SDK for interacting with Matrix/Synapse.",
    "keywords": [
        "Matrix",
        "Matrix Chat",
        "Synapse",
        "PHP"
    ],
    "homepage": "https://github.com/meet-kinksters/php-matrix-sdk",
    "license": "MIT",
    "authors": [
        {
            "name": "Yoann Celton",
            "email": "aryess@github.com",
            "homepage": "https://github.com/aryess",
            "role": "Developer"
        },
        {
            "name": "Brad Jones",
            "email": "brad@kinksters.dating",
            "homepage": "https://github.com/bradjones1",
            "role": "Developer"
        }
    ],
    "replace": {
        "aryess/phpmatrixsdk": "self.version",
        "aryess/php-matrix-sdk": "self.version"
    },
    "require": {
        "php": "~7.4|^8",
        "guzzlehttp/guzzle": "^6.3|^7",
        "rappasoft/laravel-helpers": "^1.0",
        "ext-json": "*"
    },
    "require-dev": {
        "phpunit/phpunit" : ">=5.4.3"
    },
    "autoload": {
        "psr-4": {
            "MatrixPhp\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "MatrixPhp\\Tests\\": "tests"
        }
    },
    "scripts": {
        "test": "phpunit"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.0-dev"
        }
    },
    "config": {
        "sort-packages": true
    }
}