A set of PHP Components and Web Application framework for Mac

Symfony for Mac

Symfony 7.1.2

  -  13.1 MB  -  Open Source

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of Symfony 7.1.2.


For those interested in downloading the most recent release of Symfony for Mac or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

What's new in this version:

Fixed:
- [DependencyInjection] Fix regression in ordering service locators by priority
- [HttpKernel] Enable optional cache-warmers when cache-dir != build-dir
- [String] Fixed u()->snake(), b()->snake() and s()->snake() methods
- [Filesystem] Fix Filesystem::remove() on Windows
- [DoctrineBridge] Fix compat with DI >= 6.4
- [Serializer] [ObjectNormalizer] Use bool filter when FILTER_BOOL is set (Maximilian Zumbansen)
- [String] Add alias case to EnglishInflector
- [FrameworkBundle] Throw runtime exception when trying to use asset-mapper while http-client is disabled
- [SecurityBundle] Remove unused memory users’ name attribute from the XSD
- [FrameworkBundle] Fix warming up routes
-7557 Ibexa is sponsoring Symfony 5.4, thanks to them! \o/
- [Serializer] forward exceptions caught in the AbstractObjectNormalizer
- [HttpClient][Mailer] Revert "Let curl handle transfer encoding", use HTTP/1.1 for Mailgun
- [HttpClient] Fix initializing InformationalChunk
- [DependencyInjection] Fix phpdoc for $calls in class Autoconfigure
- [Mailer] Add additional headers in Scaleway bridge
- [Security] check token in payload instead just request
- [VarExporter] fix contravariance problem with __unserialize() in lazy proxy
- [VarDumper] Fix FFI caster test
- [HttpClient] Fix parsing SSE
- [SecurityBundle] Add provider XML attribute to the authenticators it’s missing from
- [Notifier] [Lox24] Fix request body format to JSON string
- [FrameworkBundle] inject the missing logger service
- [Notifier] Fix thread key in GoogleChat bridge
- [HttpKernel][Security] Fix accessing session for stateless request
- [Messenger] Handle AMQPConnectionException when publishing a message
- [Serializer] properly handle invalid data for false/true types
- [Serializer] Fix ObjectNormalizer with property path
- [ErrorHandler] Fix rendered exception code highlighting on PHP 8.3
- [DependencyInjection] Fix ternary in AutowireCallable attribute
- [DoctrineBridge] fix handling of special "value" constraint option
- [FrameworkBundle] Fix setting default context for certain normalizers
- [Notifier]  send the recipient phone number as an array
- [Security] Change to BadCredentialsException when empty username / password
- [Serializer] [PropertyAccessor] Ignore non-collection interface generics
- [String] Fix #54611 pluralization of -on ending words + singularization of -a ending foreign words
- [Validator] [UniqueValidator] Use correct variable as parameter in (custom) error message
- [Messenger] Comply with Amazon SQS requirements for message body
- [Notifier][Brevo] change type from chatter to texter
- [AssetMapper] fix npm version constraint conversion
- [Serializer] avoid calling undefined built-in is_*() functions