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

Update guzzlehttp/guzzle #7

Closed
wants to merge 1 commit into from
Closed

Update guzzlehttp/guzzle #7

wants to merge 1 commit into from

Conversation

sjimi
Copy link

@sjimi sjimi commented Dec 24, 2014

Basically because the usage of Guzzle is limited in this package I want to be able to choose which version I use. But for convenience I changed the version of the guzzlehttp/guzzle package to 5.*.

@maknz
Copy link
Owner

maknz commented Dec 27, 2014

This will break for people who have 4.x dictated by other packages, since you can't have 4 and 5 in parallel. I think we can use a ~4.0|~5.0 constraint or something similar to loosen it up. On holiday at the moment but will take a look when I can.

In the meanwhile, add:

    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/Sjimi/slack"
        }
    ]

to your composer.json and update the version of maknz/slack to dev-master. A composer update will then give you the changes from your fork, without having to bother with Packagist etc.

@sjimi
Copy link
Author

sjimi commented Dec 28, 2014

Okay I had done this already for now. Let me know if you loosened the constraints though. Happy holidays.

@Crash--
Copy link

Crash-- commented Jan 6, 2015

Do you plan to update your composer.json @maknz? Because I use it in an app and I can't rely on a dev-master.

So 2 choices:

  • You can update
  • Or I have to clone and publish the package

I prefer the first one ;)

@maknz
Copy link
Owner

maknz commented Jan 6, 2015

I was hesitant to push any updates while I have crappy mobile internet (until next week). But since this is clearly a problem I'll loosen the constraint now.

@maknz maknz closed this in 5b557cc Jan 6, 2015
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

Successfully merging this pull request may close these issues.

3 participants