if i run the scheduler:execute command i got this error:
In SchedulerCommandSubscriber.php line 35:
Attempted to load class "HttpClient" from namespace "Symfony\Component\HttpClient".
Did you forget a "use" statement for another namespace?
i asume there should be an "symfony/http-client" dependency?
even better if this would be optional. the pingback feature should test for the existence and could do its thing only when the client is present.
if i run the scheduler:execute command i got this error:
i asume there should be an "symfony/http-client" dependency?
even better if this would be optional. the pingback feature should test for the existence and could do its thing only when the client is present.