0

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

Karl Hill
  • 12,937
  • 5
  • 58
  • 95
FreeLancer
  • 79
  • 1
  • 6
  • 13

1 Answers1

1

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.

Watercayman
  • 7,970
  • 10
  • 31
  • 49
  • humm do you know any other alternative? – FreeLancer Sep 04 '19 at 23:25
  • No, sorry, I don't use the package - I just was trying to answer the question, as I've had similar issues updating other packages. Sometimes devs don't update at all and I have had to change to other packages, sometimes i've had to keep Laravel back due to breaking changes. Barryvdh, though is an outstanding dev - if this is his package, and something he is supporting, I would bet he will update it soon. – Watercayman Sep 04 '19 at 23:28
  • Hmm, looking at the error more closely, it looks like there is another package out there for Omnipay, and that you are using that one. This one looks even older. I didn't look too deeply, but it looks like it may require Larvel 5. Maybe take a look at the other one, that I linked to in the answer. Maybe that one is compatible. – Watercayman Sep 04 '19 at 23:32