You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying: composer global require nategood/httpful:^1.0.0
Leads to:
Problem 1
- Root composer.json requires nategood/httpful 1.0.0 (exact version match: 1.0.0 or 1.0.0.0), found nategood/httpful[1.0.0] but these were not loaded, likely because it conflicts with another require.
Problem 2
- cretueusebiu/valet-windows is locked to version 2.5.2 and an update of this package was not requested.
- cretueusebiu/valet-windows 2.5.2 requires nategood/httpful ^0.3 -> found nategood/httpful[0.3.0, 0.3.2] but it conflicts with your root composer.json require (1.0.0).
I'd appreciate any help.
Kind Regards,
The text was updated successfully, but these errors were encountered:
This issue was fixed in my forked repo (among lots of other new features) by replacing the then-unmaintained nategood/httpful package in favour of
guzzlehttp/guzzle.
Please completely uninstall this version of Valet Windows and instead install my improved version, Laravel Valet Windows 3, with the following command:
Hi, hope everyone is well.
I have the following issue:
Trying: composer global require nategood/httpful:^1.0.0
Leads to:
Problem 1
- Root composer.json requires nategood/httpful 1.0.0 (exact version match: 1.0.0 or 1.0.0.0), found nategood/httpful[1.0.0] but these were not loaded, likely because it conflicts with another require.
Problem 2
- cretueusebiu/valet-windows is locked to version 2.5.2 and an update of this package was not requested.
- cretueusebiu/valet-windows 2.5.2 requires nategood/httpful ^0.3 -> found nategood/httpful[0.3.0, 0.3.2] but it conflicts with your root composer.json require (1.0.0).
I'd appreciate any help.
Kind Regards,
The text was updated successfully, but these errors were encountered: