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
use ShipMonk\ComposerDependencyAnalyser\Config\Configuration;
return (new Configuration())
->addPathToExclude(__DIR__ . '/tests')
->ignoreErrorsOnPackage('symfony/http-client', [\ShipMonk\ComposerDependencyAnalyser\Config\ErrorType::UNUSED_DEPENDENCY]) // We use the Symfony HTTP client to inject into the Meilisearch client