Skip to content

Commit

Permalink
Allow Symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
grachevko committed Feb 3, 2022
1 parent 9d2ef8e commit fad67d3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -25,5 +25,10 @@
"Nsq\\NsqBundle\\": "src/"
}
},
"minimum-stability": "dev"
"minimum-stability": "dev",
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
}
}
}

0 comments on commit fad67d3

Please sign in to comment.