thephpleague / omnipay-common

Core components for the Omnipay PHP payment processing library
MIT License
329 stars 243 forks source link

require error in laravel 5.2 #82

Closed klgd closed 8 years ago

klgd commented 8 years ago

I require omnipay in my porject (laravel5.2),but it wrong

` D:\users\www>composer require omnipay/common Using version ^2.4 for omnipay/common ./composer.json has been updated

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

how can i do it?

delatbabel commented 8 years ago

You cannot install Omnipay on Laravel 5.2. Omnipay requires Guzzle 3.0 which is requires Symfony 2, which is incompatible with Laravel 5.2.

I suggest using Laravel 5.1 which is long term stable. Laravel 5.2 is not long term stable.

An upcoming Omnipay release will remove the Guzzle 3 dependency and be compatible with Laravel 5.2.

klgd commented 8 years ago

@delatbabel ok,thk, what's time Omnipay release?

adamgoose commented 8 years ago

@delatbabel Have an ETA on Symfony 3/Laravel 5.2 support?

delatbabel commented 8 years ago

I don't have answers to that, I'm not part of the Omnipay 3 development.