Skip to content

Commit

Permalink
Allow symfony ^6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fezfez committed Dec 1, 2021
1 parent ae6fe54 commit 29ea6f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"require": {
"php": "^8.0",
"job-runner/job-runner": "^0.1",
"symfony/console": "^5.0"
"job-runner/job-runner": "^0.2",
"symfony/console": "^5.0 || ^6.0"
},
"require-dev": {
"doctrine/coding-standard": "^9.0",
Expand Down

0 comments on commit 29ea6f0

Please sign in to comment.