cartalyst / stripe-laravel

Cartalyst Stripe package integration for Laravel.
BSD 3-Clause "New" or "Revised" License
336 stars 58 forks source link

Update for guzzlehttp 6 #9

Closed evernest-com-au closed 9 years ago

evernest-com-au commented 9 years ago

On Laravel 5.1

Guzzlehttp 6 is the latest and stripe-laravel's dependency on 5 is stopping other packages being installed.

php artisan clear-compiled Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

brunogaspar commented 9 years ago

Guzzle 5 works fine on Laravel 5.1.

evernest-com-au commented 9 years ago

Sure. And so does 6. Other packages are starting to require 6.

On Monday, September 7, 2015, Bruno Gaspar notifications@github.com wrote:

Guzzle 5 works fine on Laravel 5.1.

— Reply to this email directly or view it on GitHub https://github.com/cartalyst/stripe-laravel/issues/9#issuecomment-138268888 .

Craig Read-Smith www.jaksta.com Jaksta Technologies Pty Ltd US: +1 385 204 3878 AU: +61 409 448 342

brunogaspar commented 9 years ago

Right, i completely understand, but at the moment we have no time or man power to update this to Guzzle 6.

You can update it yourself and send a PR if you so desire.