Skip to content

Commit 2b40f81

Browse files
committed
Allow symfony ^6.0
1 parent 13e6823 commit 2b40f81

File tree

3 files changed

+4
-5322
lines changed

3 files changed

+4
-5322
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ logs
44
.phpcs-cache
55
.phpunit.result.cache
66
test.php
7-
coverage
7+
coverage
8+
composer.lock

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
],
1313
"require": {
1414
"php": "^8.0",
15-
"job-runner/job-runner": "^0.1",
16-
"symfony/notifier": "^5.0"
15+
"job-runner/job-runner": "^0.2",
16+
"symfony/notifier": "^5.0 || ^6.0"
1717
},
1818
"require-dev": {
1919
"doctrine/coding-standard": "^9.0",

0 commit comments

Comments
 (0)