The bundle is not compatible with 7.0
PHP Fatal error: Declaration of Jsvrcek\Bundle\IcsBundle\DependencyInjection\Configuration::getConfigTreeBuilder()
must be compatible with Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder():
Symfony\Component\Config\Definition\Builder\TreeBuilder
Workaround:
- remove composer dependency
jsvrcek/ics-bundle
- add composer dependency
jsvrcek/ics
- add these lines to
services.yml (to services section):
Jsvrcek\ICS\CalendarExport:
Jsvrcek\ICS\CalendarStream:
Jsvrcek\ICS\Utility\Formatter:
The bundle is not compatible with 7.0
Workaround:
jsvrcek/ics-bundlejsvrcek/icsservices.yml(toservicessection):