-
Notifications
You must be signed in to change notification settings - Fork 2
Update to use httplug #3
base: master
Are you sure you want to change the base?
Conversation
Wow, looks great, I will review it shortly. |
@danmichaelo sorry, I just found this pending PR waiting for my review. Do you still use this library? Would you be open to step up as a maintainer? |
I don't remember anymore which project this was for, but it's probably still a dependency there :D I can always join you as a maintainer. It's always good to have more than one maintainer in case one is hit by a bus. |
composer.json
Outdated
@@ -13,7 +13,7 @@ | |||
"require": { | |||
"php": ">=5.4", | |||
"league/flysystem": "~1.0", | |||
"egeloen/http-adapter": "~0.7" | |||
"php-http/httplug": "~1.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would probably be a good idea to add the virtual package as a dependency. http://docs.php-http.org/en/latest/httplug/library-developers.html#manage-dependencies
Yup. Added you as a maintainer. Also, had one small comment. |
Do you think the workaround in 823ca59 also can be removed now?