update deps versions
This commit is contained in:
@@ -79,3 +79,12 @@ security:
|
|||||||
### Keycloak configuration
|
### 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.
|
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 |
|
||||||
|
|||||||
@@ -12,10 +12,10 @@
|
|||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.2.5",
|
"php": ">=7.2.5",
|
||||||
"symfony/config": "^5.0",
|
"symfony/config": "^5.3",
|
||||||
"symfony/dependency-injection": "^5.0",
|
"symfony/dependency-injection": "^5.3",
|
||||||
"symfony/http-kernel": "^5.0",
|
"symfony/http-kernel": "^5.3",
|
||||||
"symfony/security-bundle": "^5.0",
|
"symfony/security-bundle": "^5.3",
|
||||||
"guzzlehttp/guzzle": "^6.3",
|
"guzzlehttp/guzzle": "^6.3",
|
||||||
"ext-json": "*"
|
"ext-json": "*"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user