ignited / laravel-omnipay

Omnipay for Laravel & Lumen
MIT License
509 stars 100 forks source link

require error #22

Closed klgd closed 7 years ago

klgd commented 8 years ago

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

` Problem 1

how can i do it?

moiroca commented 8 years ago

What is the status of this issue? I'm having this issue also.

alexw23 commented 8 years ago

What's your composer.json file look like?

On 11 May 2016, at 8:02 PM, John Roca notifications@github.com wrote:

What is the status of this issue? I'm having this issue also.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub

moiroca commented 8 years ago

My composer is the composer.json of a fresh laravel 5.2 installation.

{ "name": "laravel/laravel", "description": "The Laravel Framework.", "keywords": ["framework", "laravel"], "license": "MIT", "type": "project", "require": { "php": ">=5.5.9", "laravel/framework": "5.2." }, "require-dev": { "fzaninotto/faker": "~1.4", "mockery/mockery": "0.9.", "phpunit/phpunit": "~4.0", "symfony/css-selector": "2.8.|3.0.", "symfony/dom-crawler": "2.8.|3.0." }, "autoload": { "classmap": [ "database" ], "psr-4": { "App\": "app/" } }, "autoload-dev": { "classmap": [ "tests/TestCase.php" ] }, "scripts": { "post-root-package-install": [ "php -r \"copy('.env.example', '.env');\"" ], "post-create-project-cmd": [ "php artisan key:generate" ], "post-install-cmd": [ "Illuminate\Foundation\ComposerScripts::postInstall", "php artisan optimize" ], "post-update-cmd": [ "Illuminate\Foundation\ComposerScripts::postUpdate", "php artisan optimize" ] }, "config": { "preferred-install": "dist" } }

alexw23 commented 7 years ago

Is this issue still happening?