HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: //home/xedaptot/ai.naniguide.com/vendor/php-jsonpointer/php-jsonpointer/composer.json
{
    "name": "php-jsonpointer/php-jsonpointer",
    "description": "Implementation of JSON Pointer (http://tools.ietf.org/html/rfc6901)",
    "keywords": ["json", "json pointer", "json traversal"],
    "homepage": "https://github.com/raphaelstolt/php-jsonpointer",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Raphael Stolt",
            "email": "[email protected]",
            "homepage": "http://raphaelstolt.blogspot.com/"
        }
    ],
    "support": {
        "issues": "https://github.com/raphaelstolt/php-jsonpointer/issues"
    },
    "require": {
        "php": ">=5.4"
    },
    "require-dev": {
        "phpunit/phpunit": "4.6.*",
        "friendsofphp/php-cs-fixer": "^1.11"
    },
    "autoload": {
        "psr-0": {
            "Rs\\Json": "src/"
        }
    },
    "scripts": {
        "test": "phpunit",
        "cs-fix": "php-cs-fixer fix . -vv || true"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "2.0.x-dev"
        }
    }
}