Skip to content

Commit

Permalink
feat: Allow symfony 6 (#374)
Browse files Browse the repository at this point in the history
Co-authored-by: darthf1 <darthf1>
  • Loading branch information
darthf1 authored Dec 31, 2021
1 parent da1bb94 commit 4080402
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"nesbot/carbon": "^1.26.3 || ^2.0",
"predis/predis": "^1.1",
"ramsey/uuid": "^3.7 || ^4.0",
"symfony/console": "^5.0",
"symfony/event-dispatcher": "^5.0",
"symfony/http-foundation": "^5.0.7",
"symfony/mime": "^5.0.9"
"symfony/console": "^5.0 || ^6.0",
"symfony/event-dispatcher": "^5.0 || ^6.0",
"symfony/http-foundation": "^5.0.7 || ^6.0",
"symfony/mime": "^5.0.9 || ^6.0"
},
"require-dev": {
"ext-pcntl": "*",
Expand Down

0 comments on commit 4080402

Please sign in to comment.