Allow Symfony 6

This commit is contained in:
2022-02-03 18:25:17 +03:00
parent 9d2ef8e132
commit fad67d327f

View File

@ -14,8 +14,8 @@
"php": "^8.0.1",
"ext-json": "*",
"nsq/nsq": "0.7",
"symfony/framework-bundle": "^5.0",
"symfony/messenger": "^5.0"
"symfony/framework-bundle": "^5.0 || ^6.0",
"symfony/messenger": "^5.0 || ^6.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.13"
@ -25,5 +25,10 @@
"Nsq\\NsqBundle\\": "src/"
}
},
"minimum-stability": "dev"
"minimum-stability": "dev",
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
}
}
}