{
    "name": "raggitech/pharaoh-http",
    "description": "Pharaoh HTTP Request/Response",
    "keywords": [
        "http",
        "request",
        "response",
        "pharaoh",
        "raggitech",
        "php"
    ],
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Moamen Eltouny",
            "email": " [email protected]"
        }
    ],
    "require": {
        "php": ">=7.2",
        "jaybizzle/crawler-detect": "^1.2",
        "mobiledetect/mobiledetectlib": "^2.8",
        "raggitech/pharaoh-classes-traits": "^0.0.1",
        "raggitech/php-dot-array": "^1.0"
    },
    "autoload": {
        "psr-4": {
            "Pharaoh\\Http\\": ""
        }
    },
    "config": {
        "sort-packages": true
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
 
  |