From 99d6e353ca6fe29b8e87a3662d0964aa8353a91d Mon Sep 17 00:00:00 2001 From: Jacob Dreesen Date: Wed, 30 May 2018 14:53:22 +0200 Subject: [PATCH] Update licence hint for JMS serializer JMS serializer changed its license to MIT in v1.12.0 --- components/serializer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/serializer.rst b/components/serializer.rst index f13bb81bfdf..b6d67945e0d 100644 --- a/components/serializer.rst +++ b/components/serializer.rst @@ -1245,7 +1245,7 @@ Learn more .. seealso:: A popular alternative to the Symfony Serializer Component is the third-party - library, `JMS serializer`_ (released under the Apache license, so incompatible with GPLv2 projects). + library, `JMS serializer`_ (versions before `v1.12.0` were released under the Apache license, so incompatible with GPLv2 projects). .. _`PSR-1 standard`: https://www.php-fig.org/psr/psr-1/ .. _`JMS serializer`: https://github.com/schmittjoh/serializer