Laravel 8 update for Laraship composer update error

Laraship QuestionsCategory: TechnicalLaravel 8 update for Laraship composer update error
Mike Morris asked 3 years ago

Problem 1

– Root composer.json requires phpunit/phpunit ^9.0, ^7.0|^8.0, found phpunit/phpunit[dev-master, dev-issue-4502/php-8-attributes, 3.7.0, …, 3.7.38, 4.0.0, …, 4.8.36, 5.0.0, …, 5.7.27, 6.0.0, …, 6.5.14, 7.0.0, …, 7.5.20, 8.0.0, …, 8.5.x-dev, 9.0.0, …, 9.5.x-dev, 10.0.x-dev (alias of dev-master)] but it does not match the constraint.

Problem 2

– Root composer.json requires constantcontact/constantcontact 3.0.0-alpha -> satisfiable by constantcontact/constantcontact[3.0.0-alpha].

– constantcontact/constantcontact 3.0.0-alpha requires guzzlehttp/guzzle ^6.1.1 -> found guzzlehttp/guzzle[6.1.1, …, 6.5.5] but it conflicts with your root composer.json require (^7.0.1).

Problem 3

– php-http/guzzle6-adapter[v2.0.0, …, v2.0.2] require guzzlehttp/guzzle ^6.0 -> found guzzlehttp/guzzle[6.0.0, …, 6.5.5] but it conflicts with your root composer.json require (^7.0.1).

– Root composer.json requires php-http/guzzle6-adapter ^2.0 -> satisfiable by php-http/guzzle6-adapter[v2.0.0, v2.0.1, v2.0.2].

 

I am puzzled about the phpunit issue as version 9.5 is available on Github. It even seems to be saying that it is finding the 9.x version yet still complains that the constraint isn’t met. Can you advise? And then there is the guzzlehttp issue, but one thing at a time, eh? Thank you in advance! -mike

 

Attachments
1 Answers
laraship Staff answered 3 years ago
Hello, can you confirm your form builder version is >= 5.0,  constantcontact/constantcontact  package is already removed from the package  and shouldn't be downloaded
Mike Morris replied 3 years ago

That’s great. I have noticed that my FB version is 4.0 and will update that as soon as I get the licensing issue resolved. Do you have any advice as to why phpunit won’t install the update?

Mike Morris replied 3 years ago

It seems I cannot update Formbuilder because I cannot check the license since moving my installation. Do I need a new key? I have multitenant.

laraship Staff replied 3 years ago

Hello,
No, you dont need a key, please make sure the server can access our license server

Mike Morris replied 3 years ago

ping licence.laraship.com
PING laraship.com (5.189.136.102) 56(84) bytes of data.
64 bytes from server1.corals.io (5.189.136.102): icmp_seq=1 ttl=58 time=90.8 ms
64 bytes from server1.corals.io (5.189.136.102): icmp_seq=2 ttl=58 time=90.5 ms
64 bytes from server1.corals.io (5.189.136.102): icmp_seq=3 ttl=58 time=90.5 ms

Mike Morris replied 3 years ago

Please noticed that I attached a screenshot of the error.

Mike Morris replied 3 years ago

That is what I get when I click “check for updates” in the modules section.

laraship Staff replied 3 years ago

Please send us the log file under storage/logs/

Mike Morris replied 3 years ago

Pls see laravel.log attached.