mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-22 13:56:09 +01:00
Allow older versions of symfony components
This should prevent conflicts with other tools like typoscript linter.
This commit is contained in:
parent
26d499a1de
commit
7346616663
1 changed files with 4 additions and 4 deletions
|
@ -32,11 +32,11 @@
|
|||
"psr/http-message": "^1.0",
|
||||
"psr/http-server-handler": "^1.0",
|
||||
"psr/http-server-middleware": "^1.0",
|
||||
"symfony/expression-language": "^5.0",
|
||||
"symfony/console": "^4.0 || ^5.0",
|
||||
"symfony/expression-language": "^4.0 || ^5.0",
|
||||
"typo3/cms-backend": "^10.4",
|
||||
"typo3/cms-core": "^10.4",
|
||||
"symfony/console": "^5.0",
|
||||
"typo3/cms-dashboard": "^10.4",
|
||||
"typo3/cms-backend": "^10.4"
|
||||
"typo3/cms-dashboard": "^10.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"squizlabs/php_codesniffer": "^3.5",
|
||||
|
|
Loading…
Reference in a new issue