Skip to content

Commit b8acff9

Browse files
author
julien
committed
fix(version): accept symfony 5
1 parent 0ecb0cd commit b8acff9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TwcBusBundle
22

3-
Provide simple way to implement Message Bus concept in Symfony 4.
3+
Provide simple way to implement Message Bus concept in Symfony.
44

55
## Before start
66

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"keywords": [
66
"symfony",
77
"symfony 4",
8+
"symfony 5",
89
"command bus",
910
"Domain events",
1011
"cqrs",
@@ -22,12 +23,12 @@
2223
],
2324
"require": {
2425
"php": "^7.1",
25-
"symfony/dependency-injection": "^4.4",
26-
"symfony/framework-bundle": "^4.4"
26+
"symfony/dependency-injection": "^4.4|^5.*",
27+
"symfony/framework-bundle": "^4.4|^5.*"
2728
},
2829
"autoload": {
2930
"psr-4": {
3031
"Twc\\BusBundle\\": "src/"
3132
}
3233
}
33-
}
34+
}

0 commit comments

Comments
 (0)