From 28554d929d41f93ba59d8cdb980bc9a867f64324 Mon Sep 17 00:00:00 2001 From: Paulo Freitas Date: Mon, 1 Aug 2016 09:48:11 -0300 Subject: [PATCH] Improved PHP Symfony Framework book listing (#2002) Grouped Symfony books like other frameworks and updated versions per contribution guide. --- free-programming-books.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index 40ed5c1d..75982118 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1657,8 +1657,9 @@ For resources on Angular, Backbone, D3, Dojo, Ember, Express, jQuery, Knockout, * [Practical PHP Programming](http://www.hackingwithphp.com) * [Practical PHP Testing](http://www.giorgiosironi.com/2009/12/practical-php-testing-is-here.html) * [Survive The Deep End: PHP Security](https://phpsecurity.readthedocs.org/en/latest/) -* [Symfony 2.0](http://symfony.com/doc/2.0/book/) -* [Symfony 3.0](http://symfony.com/doc/3.0/book/) +* Symfony Framework + * [The Symfony Book 2.x](http://symfony.com/doc/2.8/book/) + * [The Symfony Book 3.x](http://symfony.com/doc/master/book/) * [Using Libsodium in PHP Projects](https://paragonie.com/book/pecl-libsodium) -- GitLab