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
Nothing special, just a major version update, but it seems something changed under the hood:
TypeError: Argument 1 passed to Symfony\Component\EventDispatcher\EventDispatcher::dispatch() must be an object, string given, called in <my project>/vendor/kriswallsmith/spork/src/Spork/ProcessManager.php on line 94 and defined in <my project>/vendor/symfony/event-dispatcher/EventDispatcher.php:48
Stack trace:
#0 <my project>/vendor/kriswallsmith/spork/src/Spork/ProcessManager.php(94): Symfony\Component\EventDispatcher\EventDispatcher->dispatch('spork.pre_fork')
#1 <my project>/class.php(268): Spork\ProcessManager->fork(Array)
#2 <my project>/download.php(7): class_Downloader->start()
#3 {main}[2020-04-05 08:34:17] !! Exception encountered:
TypeError: Argument 1 passed to Symfony\Component\EventDispatcher\EventDispatcher::dispatch() must be an object, string given, called in <my project>/vendor/kriswallsmith/spork/src/Spork/ProcessManager.php on line 94 and defined in <my project>/vendor/symfony/event-dispatcher/EventDispatcher.php:48
Stack trace:
#0 <my project>/vendor/kriswallsmith/spork/src/Spork/ProcessManager.php(94): Symfony\Component\EventDispatcher\EventDispatcher->dispatch('spork.pre_fork')
#1 <my project>/class.php(268): Spork\ProcessManager->fork(Array)
#2 <my project>/download.php(7): class_Downloader->start()
#3 {main}
The text was updated successfully, but these errors were encountered:
I just did a composer update and got the following messages:
Nothing special, just a major version update, but it seems something changed under the hood:
The text was updated successfully, but these errors were encountered: