~fkooman/php-saml-sp

4fd7f4c042e7090abf2e10b7d43a54865ffb8064 — François Kooman 4 months ago c8df592 2.1.2
prepare for release
2 files changed, 9 insertions(+), 3 deletions(-)

M CHANGES.md
M composer.lock
M CHANGES.md => CHANGES.md +6 -0
@@ 1,5 1,11 @@
# ChangeLog
 
## 2.1.2 (2023-05-15)
- update `fkooman/secookie`
- switch to JSON serializer for memcache session backend
- add templates for `vimeo/psalm` static analysis 
- cleanup `src/Tpl.php`, remove unneeded functionalities

## 2.1.1 (2023-02-01)
- write dropped attributes and/or values to the log instead of silently 
  omitting them from the list of received attributes 

M composer.lock => composer.lock +3 -3
@@ 57,11 57,11 @@
    "packages-dev": [
        {
            "name": "fkooman/put",
            "version": "0.3.3",
            "version": "0.3.4",
            "source": {
                "type": "git",
                "url": "https://git.sr.ht/~fkooman/put",
                "reference": "b844f69a80c14fb7ff8e9c3919b2a85eb2dd37f4"
                "reference": "6223f7dbe81967657eebed7e27ae969ed515ec21"
            },
            "require": {
                "php": ">=5.4"


@@ 91,7 91,7 @@
                }
            ],
            "description": "PHP Unit Testing for Minimalists",
            "time": "2022-11-07T09:40:25+00:00"
            "time": "2023-04-11T15:03:00+00:00"
        }
    ],
    "aliases": [],