Skip to content

Releases: javer/SpBundle

2.1.0

Choose a tag to compare

@javer javer released this 09 Jan 17:21
2.1.0
1c90c5b

What's new:

  • Support Symfony 7
  • Require PHP 8.1
  • Update GitHub Actions

2.0.1

Choose a tag to compare

@javer javer released this 01 Aug 17:26
2.0.1
a9f4b80

What's new:

  • Fix compatibility with Symfony 6

2.0.0

Choose a tag to compare

@javer javer released this 08 Dec 00:05
2.0.0
e4640c5

What's new:

  • Add Symfony 6 support and bump PHP to 8.0
  • Implement Symfony Authenticator
  • Drop support for old Authentication Provider and Listener
  • Drop SamlSpResponseToken
  • BC Breaks in SamlSpToken, Factory and related interfaces
  • Use native PHP types whenever it is possible
  • Update unit tests to PHPUnit 9.5
  • Require specific Symfony components instead of symfony/symfony
  • Move from Travis CI to GitHub Actions