ancarebeca / FullCalendarBundle

Symfony3 integration with the library FullCalendar.js
36 stars 38 forks source link

Unquoted scalars exception with Symfony 3.1 #19

Closed ohvitorino closed 8 years ago

ohvitorino commented 8 years ago

Hi,

While installing the bundle in my Symfony 3.1 app I get the following error.

[Symfony\Component\Yaml\Exception\ParseException]
    The reserved indicator "@" cannot start a plain scalar; you need to quote the scalar at line 9 (near "- @anca_rebeca_full_calendar.service.serializer").

The fix is very simple, I'll make a PR with the fix.

SanderMuller commented 8 years ago

I get this exact error as well. Please accept the suggestion posted by @ohvitorino

ancarebeca commented 8 years ago

@Rhinni a new version has been released. v3.0.1. Thanks @ohvitorino