JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr gilour

File "composer.json"

Full Path: /home/mipedido/web/mipedido.app/public_html/vendor/lahirulhr/laravel-payhere/composer.json
File size: 1.69 KB
MIME-type: application/json
Charset: utf-8

{
    "name": "lahirulhr/laravel-payhere",
    "description": "API integration for PayHere payment gateway in Sri Lanka",
    "keywords": [
        "lahirulhr",
        "laravel",
        "laravel-payhere"
    ],
    "homepage": "https://github.com/lahirulhr/laravel-payhere",
    "license": "MIT",
    "authors": [
        {
            "name": "LaHiRu",
            "email": "lahirulhr@gmail.com",
            "role": "Developer"
        }
    ],
    "require": {
        "php": "^8.1",
        "guzzlehttp/guzzle": "^7.8",
        "illuminate/contracts": "^9.0|^10.0|^11.0",
        "spatie/laravel-package-tools": "^1.9.2"
    },
    "require-dev": {
        "laravel/pint": "^1.16",
        "nunomaduro/collision": "^6.0",
        "orchestra/testbench": "^8.0",
        "pestphp/pest": "^1.23",
        "pestphp/pest-plugin-laravel": "^1.4",
        "phpunit/phpunit": "^9.6.0"
    },
    "autoload": {
        "psr-4": {
            "Lahirulhr\\PayHere\\": "src",
            "Lahirulhr\\PayHere\\Database\\Factories\\": "database/factories"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Lahirulhr\\PayHere\\Tests\\": "tests"
        }
    },
    "scripts": {
        "test": "vendor/bin/pest",
        "test-coverage": "vendor/bin/pest coverage"
    },
    "config": {
        "sort-packages": true,
        "allow-plugins": {
            "pestphp/pest-plugin": true
        }
    },
    "extra": {
        "laravel": {
            "providers": [
                "Lahirulhr\\PayHere\\PayHereServiceProvider"
            ],
            "aliases": {
                "PayHere": "Lahirulhr\\PayHere\\PayHereFacade"
            }
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}