A set of PHP Components and Web Application framework for Mac

Symfony for Mac

Symfony 7.2.7

  -  13.6 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.2.7.


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!

Why is this app published on FileHorse? (More info)

What's new in this version:

Fixed:
- [Translation] Add intl-icu fallback for MessageCatalogue metadata
- [ErrorHandler] Do not transform file to link if it does not exist
- [Messenger] fix: Add argument as integer
- [Notifier] Fix Clicksend transport
- [Validator] add missing $extensions and $extensionsMessage to the Image constraint
- [PhpUnitBridge] Clean up mocked features only when @group is present
- [PhpUnitBridge] set path to the PHPUnit autoload file
- [DependencyInjection] Make DefinitionErrorExceptionPass consider IGNORE_ON_UNINITIALIZED_REFERENCE and RUNTIME_EXCEPTION_ON_INVALID_REFERENCE the same
- [FrameworkBundle] Fix declaring field-attr tags in xml config files
- [DependencyInjection] Fix missing binding for ServiceCollectionInterface when declaring a service subscriber
- [VarExporter] Fixed lazy-loading ghost objects generation with property hooks
- [Security] Exclude remember_me from default login authenticators
- [Config] Fix generated comment for multiline "info"
- [Serializer] Prevent Cannot traverse an already closed generator error by materializing Traversable input
- [HttpFoundation] Encode path in X-Accel-Redirect header
- [SecurityBundle] Use Composer InstalledVersions to check if flex is installed
- [DoctrineBridge] Fix UniqueEntityValidator Stringable identifiers
- [Messenger] fix asking users to select an option if --force option is used in messenger:failed:retry command
- [Security] Avoid failing when PersistentRememberMeHandler handles a malformed cookie
- [FrameworkBundle] Ensure Email class exists before using it
- [FrameworkBundle] ensure that all supported e-mail validation modes can be configured
- [Security][LoginLink] Throw InvalidLoginLinkException on invalid parameters
- [String] fix EmojiTransliterator return type compatibility with PHP 8.5