Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/../vendor/markbaker/../paypal/../symfony/http-client-contracts
الملفات الموجودة في هذا الـ Path:
.
..
CHANGELOG.md
ChunkInterface.php
Exception
HttpClientInterface.php
LICENSE
README.md
ResponseInterface.php
ResponseStreamInterface.php
Test
composer.json

مشاهدة ملف: composer.json

{
    "name": "symfony/http-client-contracts",
    "type": "library",
    "description": "Generic abstractions related to HTTP clients",
    "keywords": ["abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards"],
    "homepage": "https://symfony.com",
    "license": "MIT",
    "authors": [
        {
            "name": "Nicolas Grekas",
            "email": "p@tchwork.com"
        },
        {
            "name": "Symfony Community",
            "homepage": "https://symfony.com/contributors"
        }
    ],
    "require": {
        "php": ">=8.1"
    },
    "autoload": {
        "psr-4": { "Symfony\\Contracts\\HttpClient\\": "" },
        "exclude-from-classmap": [
            "/Test/"
        ]
    },
    "minimum-stability": "dev",
    "extra": {
        "branch-alias": {
            "dev-main": "3.4-dev"
        },
        "thanks": {
            "name": "symfony/contracts",
            "url": "https://github.com/symfony/contracts"
        }
    }
}