Can't use Guzzle in custom recipe #3281
Unanswered
sts-ryan-holton
asked this question in
Help needed
Replies: 2 comments
-
Please debug autoloading. |
Beta Was this translation helpful? Give feedback.
0 replies
-
For what it's worth, I get the same problem with PHP 7.4 after upgrading:
This minimal test script runs fine when run with php (
Any hints on how to debug are welcome! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've recently updated to Deployer 7. I'm using PHP 8 and have a custom recipe that uses Guzzle, previously in Deployer 6 it would find and use the recipe and Guzzle without an issue, but in Deployer 7 throws an error that says GuzzleHttp\Client can't be found, but it should be able to be found since it's included in the project and was never removed, what's going on here?
deploy.php
Custom github recipe file:
Beta Was this translation helpful? Give feedback.
All reactions