FreeLancer
FreeLancer

Reputation: 89

Laravel 6.0 Composer dependency upgrade error

I changed in my composer "laravel/framework": "^6.0". I ran the command composer update and I get an error and it's not updated.

My current version is 5.8.2 Thanks for the help!

Image with error:

https://imge.to/i/vUDUvy

Upvotes: 0

Views: 644

Answers (1)

Watercayman
Watercayman

Reputation: 8168

From what I can see in the message in your screenshot, it looks like Laravel Omnipay may not yet be ready for laravel 6.0. According to the git page, it may not have been updated recently.

You may wish to check with the developer, Barryvdh, to see if there will be an upgrade coming soon.

Upvotes: 1

Related Questions