-
- Downloads
fix: compatibility with Symfony 6.x
refs: #18
... | ... | @@ -6,11 +6,11 @@ |
"require": { | ||
"php": "^7.4|^8.0", | ||
"lastguest/murmurhash": "^2.1", | ||
"symfony/cache-contracts": "^2.4", | ||
"symfony/cache-contracts": "^2.4|^3.0", | ||
"symfony/config": "^4.4|^5.2|^6.0", | ||
"symfony/dependency-injection": "^4.4|^5.2|^6.0", | ||
"symfony/event-dispatcher-contracts": "^1.1|^2.4", | ||
"symfony/http-client-contracts": "^2.4", | ||
"symfony/event-dispatcher-contracts": "^1.1|^2.4|^3.0", | ||
"symfony/http-client-contracts": "^2.4|^3.0", | ||
"symfony/http-kernel": "^4.4|^5.2|^6.0", | ||
"symfony/security-core": "^4.4|^5.2|^6.0", | ||
"twig/twig": "^2.12|^3.0" | ||
... | ... |
Please register or sign in to comment