File: CHANGELOG.md

package info (click to toggle)
php-symfony-security-acl 3.3.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,020 kB
  • sloc: php: 5,160; sql: 273; makefile: 25; xml: 20
file content (13 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
CHANGELOG
=========

3.2.0
-----

 * Change minimum PHP version to 7.2.5
 * Add PSR-6 support for ACL caching
 * Add support for `doctrine/cache` v2
 * Drop support for Symfony 3
 * Deprecate not implementing `__serialize()` and `__unserialize()` methods in
   `AclInterface` and `EntryInterface` implementations. The methods will be
   added to the interfaces in 4.0.