Filter posts by Symfony release
                                            Symfony 5.1 adds a new AtLeastOneOf validator to check that a given value satisfies at least one of the given constraints.
                            
            
                May 13, 2020
                
                                            #Living on the edge
                                    
                
            
        
                                            In Symfony 5.1, the Inflector component has been deprecated and its logic has been moved into the String component.
                            
            
                May 12, 2020
                
                                            #Living on the edge
                                    
                
            
        
                                            In Symfony 5.1, you can turn public services into private services while keeping the backward compatibility of your code.
                            
            
                May 11, 2020
                
                                            #Living on the edge
                                    
                
            
        
                                            Symfony 5.1 improves the HttpClient component to provide out-of-the-box protection against SSRF (Server-side request forgery).
                            
            
                May 7, 2020
                
                                            #Living on the edge
                                    
                    
                    
                👍 1
            
            
            
        
                                            In Symfony 5.1 you can validate the syntax of your ExpressionLanguage expressions without parsing or evaluating them.
                            
            
                May 6, 2020
                
                                            #Living on the edge
                                    
                
            
        
                                            Symfony 5.1 allows to configure the entire request context using a single config parameter called "default_uri".
                            
            
                May 5, 2020
                
                                            #Living on the edge
                                    
                
            
        
                                            Symfony 5.1 will use Async AWS, a modern alternative to the official Amazon AWS SDK for PHP, in components like Mailer and Messenger.
                            
            
                May 4, 2020
                
                                            #Living on the edge
                                    
                
            
        
                                            Symfony 5.1 improves the serializer with a new @Ignore annotation, an unwrapping denormalizer, support for stdClass and scalar denormalization.
                            
            
                April 30, 2020
                
                                            #Living on the edge
                                    
                
            
        
                                            In Symfony 5.1, the DomCrawler component provides a new utility to resolve relative links into absolute URLs.
                            
            
                April 29, 2020
                
                                            #Living on the edge
                                    
                
            
        
                                            Symfony 5.1 adds new integrations with third-party technologies and services in the Lock, Cache, Mailer, Messenger and Notifier components.
                            
            
                April 28, 2020
                
                                            #Living on the edge