-
Notifications
You must be signed in to change notification settings - Fork 42
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 and packagist support #7
base: master
Are you sure you want to change the base?
Conversation
# Conflicts: # CHANGELOG.md
@snufkin why does it require PHPUnit 6 exactly? I don't see a single test anywhere. |
Good point, I've removed the phpunit dependency, and also changed the name attribute. I would like to know what those "many other issues" are so I can follow up on them. |
@snufkin I have created some PR directly in your fork, but some ideas:
|
The package uses the cURL PHP extension, not an other package
Done or resolved:
ToDo:
|
@snufkin great, thanks! :) Hopefully they'll have the time to check this out. In my opinion Composer & autoload is a must-have. |
For various modern PHP frameworks composer support is essential for proper library and dependency management. I'd like to propose that the library adopts this based on this PR.
Changes contained:
Once merged I'd remove the packagist entry for my fork, it was created for testing mainly anyway.