Payum / PayumLaravelPackage

Payum offers everything you need to work with payments. From simplest use cases to very advanced ones.
https://payum.forma-pro.com/
MIT License
122 stars 38 forks source link

Composer install fails laravel 5.1 #28

Closed interludic closed 8 years ago

interludic commented 8 years ago

Your requirements could not be resolved to an installable set o f packages.

Problem 1

also note: there is no bootstrap/start.php file to put: App::resolving('payum.builder', function(\Payum\Core\PayumBuilder $payumBuilder) { $payumBuilder ->addGateway('offline', ['factory' => 'offline']) ; });

into, should this be created? or are the docs wrong, or does this not support laravel 5.+?

either way i will look for another solution in the mean time.

juliankoehn commented 8 years ago

This Package is not updated for L5.*

https://github.com/Payum/PayumLaravelPackage/issues/21 and https://github.com/Payum/PayumLaravelPackage/pull/22

makasim commented 8 years ago

In fact the package support laravel 5.1.

The support was added https://github.com/Payum/PayumLaravelPackage/pull/24/files

makasim commented 8 years ago

composer: https://github.com/Payum/PayumLaravelPackage/blob/master/composer.json#L38

makasim commented 8 years ago

0.15.0 does not support laravel 5