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 13e6823 commit 2b40f81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5,322 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ logs
.phpcs-cache
.phpunit.result.cache
test.php
coverage
coverage
composer.lock
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/notifier": "^5.0"
"job-runner/job-runner": "^0.2",
"symfony/notifier": "^5.0 || ^6.0"
},
"require-dev": {
"doctrine/coding-standard": "^9.0",
Expand Down
Loading

0 comments on commit 2b40f81

Please sign in to comment.