Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

最新版本composer文件错误,这完全是httpful的composer.json,导致不能加载FDS的类 #5

Open
songlipeng2003 opened this issue Feb 19, 2020 · 0 comments

Comments

@songlipeng2003
Copy link

{
    "name": "nategood/httpful",
    "description": "A Readable, Chainable, REST friendly, PHP HTTP Client",
    "homepage": "http://github.com/nategood/httpful",
    "license": "MIT",
    "keywords": ["http", "curl", "rest", "restful", "api", "requests"],
    "authors": [
        {
            "name": "Nate Good",
            "email": "[email protected]",
            "homepage": "http://nategood.com"
        }
    ],
    "require": {
        "php": ">=5.3",
        "ext-curl": "*"
    },
    "autoload": {
        "psr-0": {
            "Httpful": "src/"
        }
    },
    "require-dev": {
        "phpunit/phpunit": "*"
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant