Skip to content

Commit

Permalink
Update tiqr lib and monitor bundle
Browse files Browse the repository at this point in the history
Add two implementations of storage checks

Add state storage check

Ran phpcbf

Make phpstan happy again
  • Loading branch information
parijke committed Jun 13, 2024
1 parent 89419af commit 34a4e80
Show file tree
Hide file tree
Showing 8 changed files with 400 additions and 712 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ext-libxml": "*",
"ext-zlib": "*",
"incenteev/composer-parameter-handler": "^2.2",
"openconext/monitor-bundle": "^4.1",
"openconext/monitor-bundle": "^4.3.0",
"surfnet/stepup-bundle": "^6.0",
"surfnet/stepup-gssp-bundle": "^5.0",
"surfnet/stepup-saml-bundle": "^6.0",
Expand All @@ -35,7 +35,7 @@
"symfony/validator": "^6.4",
"symfony/webpack-encore-bundle": "^2.1",
"symfony/yaml": "^6.4",
"tiqr/tiqr-server-libphp": "^4.2",
"tiqr/tiqr-server-libphp": "^4.3.0-beta1",
"twig/extra-bundle": "^3.0",
"twig/twig": "^3.0"
},
Expand Down Expand Up @@ -116,7 +116,8 @@
"allow-plugins": {
"symfony/flex": true,
"symfony/runtime": true,
"dealerdirect/phpcodesniffer-composer-installer": true
"dealerdirect/phpcodesniffer-composer-installer": true,
"endroid/installer": false
}
},
"extra": {
Expand Down
Loading

0 comments on commit 34a4e80

Please sign in to comment.