mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/17176] Use BrowserKit instead of Goutte
PHPBB3-17176
This commit is contained in:
@@ -62,7 +62,7 @@ class core extends Extension
|
||||
|
||||
if ($config['require_dev_dependencies'])
|
||||
{
|
||||
if (!class_exists('Goutte\Client', true))
|
||||
if (!class_exists('Symfony\Component\BrowserKit\HttpBrowser'))
|
||||
{
|
||||
trigger_error(
|
||||
'Composer development dependencies have not been set up for the ' . $container->getParameter('core.environment') . ' environment yet, run ' .
|
||||
|
Reference in New Issue
Block a user