A set of PHP Components and Web Application framework for Mac

Symfony for Mac

Symfony 6.3.5

  -  12.2 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 6.3.5.


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:
- [Mailer] [Mailgun] Fix outlook sender
- [DoctrineBridge] Ignore invalid stores in LockStoreSchemaListener raised by StoreFactory
- [Messenger] Fix routing to multiple fallback transports
- [Messenger] Fix forced bus name gone after an error in delayed message handling
- [HttpKernel] Fix the order of merging of serializationContext and self::CONTEXT_DENORMALIZE
- [Serializer] Fix parsing XML root node attributes
- [Messenger] Fix exiting messenger:failed:retry command
- [Serializer] Fix reindex normalizedData array in AbstractObjectNormalizer::denormalize() (André Laugks)
- [Mime] Fix email (de)serialization issues
- [Mailer] [Mailgun] fix parsing of payload timestamp to event date value (DateTimeImmutable) in MailgunPayloadConverter
- [AssetMapper] Fixing jsdelivr regex to catch 2x export syntax in a row
- [Validator] NoSuspiciousCharacters custom error messages fix
- [FrameworkBundle] Always use buildDir as ConfigBuilderGenerator outputDir
- [Cache] Fix Redis6Proxy
- [Notifier][Telegram] Add escaping for slashes
- [Routing] Fix routing collection defaults when adding a new route to a collection
- [Messenger] Fix cloned TraceableStack not unstacking the stack independently
- [DependencyInjection] Fix autocasting null env values to empty string with container.env_var_processors_locator
- [Cache] Fix support for Redis Sentinel using php-redis 6.0.0
- [SecurityBundle][PasswordHasher] Fix password migration with custom hasher service with security bundle config
- [FrameworkBundle] Handle tags array attributes in descriptors
- [FrameworkBundle] Fix support for translator.default_path in XML
- [HttpClient] Fix TraceableResponse if response has no destruct method
- [Notifier] Fix Smsmode HttpClient mandatory headers
- [Scheduler] Match next run timezone with "from" timezone
- [Cache] fix using multiple Redis Sentinel hosts when the first one is not resolvable
- [FrameworkBundle] no serializer mapping cache in debug mode without enable_annotations
- [String] Update wcswidth data with Unicode 15.1
- [ErrorHandler] Handle PHP 8.3 highlight_file function output changes
- [Serializer] Fallback looking for DiscriminatorMap on interfaces
- [TwigBridge] Change return type of Symfony\Bridge\Twig\AppVariable::getSession()
- [Mailer] bug - fix EsmtpTransport variable $code definition
- [PasswordHasher] Avoid passing null to hash_pbkdf2()