Currently i'm getting the error
[Semantical Error] The annotation "@JMS\Serializer\Annotation\XmlNamespace" in class Yandex\Allure\Adapter\Model\TestSuite does not exist, or could not be auto-loaded.
Since 2.0.0 of the JMS\Serializer the path does not match anymore the autoloading structure in the AnnotationProvider:
current
/my-project/vendor/allure-framework/allure-php-api/src/Yandex/Allure/Adapter/Annotation/../../../../../../../../vendor/jms/serializer/src/JMS/Serializer/Annotation/XmlNamespace.php
expected
/my-project/vendor/allure-framework/allure-php-api/src/Yandex/Allure/Adapter/Annotation/../../../../../../../../vendor/jms/serializer/src/Annotation/XmlNamespace.php
Currently i'm getting the error
Since 2.0.0 of the JMS\Serializer the path does not match anymore the autoloading structure in the AnnotationProvider:
current
expected