aws / aws-sdk-php-symfony

Apache License 2.0
350 stars 89 forks source link

Fix deprecation notice in yaml file on symfony 3.1+ #19

Closed eXtreme closed 8 years ago

eXtreme commented 8 years ago

Symfony 3.1+ deprecates yaml scalars starting with % (see 1, 2) which now have to be quoted.

This fix should make it work on 3.1+ without triggering a deprecation notice and should also work on older versions.

cjyclaire commented 8 years ago

Thanks for the fix! It looks good to me, I'll merge it.

eXtreme commented 8 years ago

@cjyclaire can you release a new version with this "fix"?

cjyclaire commented 8 years ago

@eXtreme release v 1.2.0 is out, thanks