Releases: spryker/symfony
Releases · spryker/symfony
3.3.6
Included commits: 3.3.5...3.3.6
Bugfixes
- Adjusted allowed versions for
symfony/security
library to only include safe ones for project level.
3.3.5
Included commits: 3.3.4...3.3.5
Deprecations
- Deprecated
DoubleSubmitProtectionExtension
. - Deprecated
FormEventSubscriber
. - Deprecated
SessionStorage
. - Deprecated
StorageInterface
. - Deprecated
TokenGeneratorInterface
. - Deprecated
TokenHashGenerator
. - Deprecated
DoubleSubmitFormType
.
3.3.4
Included commits: 3.3.3...3.3.4
Bugfixes
Improvements
Made the token hash generation more random by using PHP7+ random_int()
functionality.
3.3.3
3.3.2
3.3.1
3.3.0
Included commits: 3.2.3...3.3.0
Improvements
- Updated constraint for
symfony/console
. - Updated constraint for
symfony/yaml
. - Updated constraint for
symfony/debug
.
3.2.3
Included commits: 3.2.2...3.2.3
Improvements
- Adjusted composer dependencies to take symfony-stopwatch ^3.4.
3.2.2
Included commits: 3.2.1...3.2.2
Bugfixes
- Only allow Symfony Components in v3
- Allow also v4 where we are sure it can be used.
3.2.1
Included commits: 3.2.0...3.2.1
Bugfixes
- Updated version constraint to
symfony/twig-bridge
to^3.2.0 || ^4.0.0
, older versions are not supported anymore.