JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "composer.json"

Full Path: /home/u735268861/domains/palsarh.in/public_html/vendor/rize/uri-template/composer.json
File size: 831 bytes
MIME-type: application/json
Charset: utf-8

{
    "name": "rize/uri-template",
    "type": "library",
    "description": "PHP URI Template (RFC 6570) supports both expansion & extraction",
    "keywords": ["URI", "Template", "RFC 6570"],
    "license": "MIT",
    "authors": [
        {
            "name": "Marut K",
            "homepage": "http://twitter.com/rezigned"
        }
    ],
    "require": {
        "php": ">=8.1"
    },
    "require-dev": {
        "phpunit/phpunit": "~10.0",
        "phpstan/phpstan": "^1.12",
        "friendsofphp/php-cs-fixer": "^3.63"
    },
    "autoload": {
        "psr-4": {
            "Rize\\": "src/Rize"
        }
    },
    "scripts": {
        "test": "vendor/bin/phpunit",
        "cs": "vendor/bin/php-cs-fixer fix --dry-run",
        "cs-fix": "vendor/bin/php-cs-fixer fix",
        "phpstan": "vendor/bin/phpstan"
    }
}