1
0
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:
Marc Alexander
2023-08-19 13:05:38 +02:00
parent cef8aaf1a4
commit 2d7c668a28
2 changed files with 9 additions and 3 deletions

View File

@@ -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 ' .