A set of PHP Components and Web Application framework for Mac

Symfony for Mac

Symfony 7.0.9

  -  12.7 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.0.9.


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
- [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
feature #57557 Ibexa is sponsoring Symfony 5.4, thanks to them! \o/
- [HttpClient][Mailer] Revert "Let curl handle transfer encoding", use HTTP/1.1 for Mailgun
- [Mailer] Add additional headers in Scaleway bridge
- [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] 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
- [FrameworkBundle] Fix setting default context for certain normalizers
- [Notifier]  send the recipient phone number as an array
- [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
- [AssetMapper] fix npm version constraint conversion
- [PhpUnitBridge] Fix error handler triggered outside of tests
- [FrameworkBundle] not registered definitions must not be modified
- [String] Fix Inflector for 'hardware'
- [Mime] Use streams instead of loading raw message generator into memory