Having issues using Strauss with Google API Client Services #248
craigrileyuk
started this conversation in
General
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
While I don't have any Google packages on my prefix list, I do use
google/apiclientwhich uses Monolog which I do have prefixed.However the Google packages are never updated and still reference
use Monolog\Logger;in files likevendor/google/apiclient/src/Client.php.And if I do try to prefix them as well, it breaks the
"pre-autoload-dump": "Google\\Task\\Composer::cleanup",script since it's looking for files in thevendorfolder, notvendor-prefixed.Any ways to get Strauss to play nice?
Beta Was this translation helpful? Give feedback.
All reactions