I'm using Symfony 2.8
with Sylius 0.16.0-dev
and despite of installing stripe-php library via composer composer require stripe/stripe-php
this part of code throw an exception
if (!class_exists('Stripe')) {
throw new \LogicException('You must install "stripe/stripe-php" library.');
}
Could you explain me why?