File "composer.json"

Full Path: /home/bettaeza/flyinsyria.com/payrexx/payrexx/composer.json
File size: 646 bytes
MIME-type: application/json
Charset: utf-8

{
    "name": "payrexx/payrexx",
    "type": "library",
    "description": "Payrexx PHPLib",
    "keywords": [
        "payment",
        "gateway"
    ],
    "license": "MIT",
    "homepage": "https://www.payrexx.com",
    "authors": [
        {
            "name": "Payrexx AG",
            "homepage": "https://www.payrexx.com"
        }
    ],
    "autoload": {
        "psr-0": {
            "Payrexx": "lib/"
        }
    },
    "require": {
        "php": "^7.4 || ^8.0"
    },
    "require-dev": {
        "phpstan/phpstan": "^1.9"
    },
    "scripts": {
        "phpstan": "phpstan analyse lib/"
    }
}