Skip to content

Commit

Permalink
Allow symfony 6,7
Browse files Browse the repository at this point in the history
  • Loading branch information
fezfez committed May 8, 2024
1 parent 37d5875 commit dca86b5
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.1.0 || ~8.2.0 || ~8.3.0",
"job-runner/job-runner": "^1.2",
"symfony/notifier": "^6.3.6"
"job-runner/job-runner": "^1.3",
"symfony/notifier": "^6.0 || ^7.0"
},
"require-dev": {
"doctrine/coding-standard": "^12.0",
Expand Down

0 comments on commit dca86b5

Please sign in to comment.