jmrieger
jmrieger
What version of Laravel or Lumen are you running?
Can you try changing the requirement in composer.json:10 to the following: `"symfony/psr-http-message-bridge": ">=0.2.0"`
I can't speak on behalf of berkayk, but the library is written to conform to an API contract. Allowing the URL to be modified would not guarantee the library can...
https://github.com/guzzle/guzzle/issues/1127 might clear this up. It looks like `OneSignal::async()->sendNotificationCustom($parameters)->wait();` might do what you're looking for.
> I have yet to see a user of this image who didn't need at least one docker-php-ext-install, which requires phpize and the build dependencies to exist. I think that's...