update deps versions

This commit is contained in:
El. Abdellah
2021-11-12 09:44:20 +01:00
parent afbdb33054
commit c06b9ae2f0
2 changed files with 13 additions and 4 deletions

View File

@@ -79,3 +79,12 @@ security:
### Keycloak configuration
To configure keycloak to work with this bundle, [here](./Resources/docs/keycloak-config-guide.md) is a step by step documentation for a basic configuration of keycloak.
### Compatibility
| Bundle Version | Symfony Version |
| ------------------------------------------------------|--------------------|
| V1.0.1 | >=4.0.0 <5.0.0 |
| V1.1.0 (uses old authentication systeme with guard) | >=5.0.0 <6.0.0 |
| V1.2.0 (uses new authentication systeme) | >=5.3.0 <6.0.0 |

View File

@@ -12,10 +12,10 @@
"minimum-stability": "stable",
"require": {
"php": ">=7.2.5",
"symfony/config": "^5.0",
"symfony/dependency-injection": "^5.0",
"symfony/http-kernel": "^5.0",
"symfony/security-bundle": "^5.0",
"symfony/config": "^5.3",
"symfony/dependency-injection": "^5.3",
"symfony/http-kernel": "^5.3",
"symfony/security-bundle": "^5.3",
"guzzlehttp/guzzle": "^6.3",
"ext-json": "*"
},