We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeaa3b9 commit 5b091a1Copy full SHA for 5b091a1
src/Spryker/Zed/Development/DevelopmentConfig.php
@@ -389,6 +389,7 @@ public function getExternalToInternalNamespaceMap()
389
'Twig_' => 'spryker/twig',
390
'Twig\\' => 'spryker/twig',
391
'Webmozart\\Glob' => 'spryker/util-glob',
392
+ 'Willdurand\\Negotiation\\' => 'spryker/willdurand-negotiation',
393
'Zend\\' => 'spryker/zend',
394
];
395
}
@@ -462,6 +463,7 @@ public function getExternalToInternalMap()
462
463
'swiftmailer/swiftmailer' => 'spryker/mail',
464
'twig/twig' => 'spryker/twig',
465
'webmozart/glob' => 'spryker/util-glob',
466
+ 'willdurand/negotiation' => 'spryker/willdurand-negotiation',
467
'zendframework/zend-config' => 'spryker/zend',
468
'zendframework/zend-filter' => 'spryker/zend',
469
'zendframework/zend-servicemanager' => 'spryker/zend',
0 commit comments