Skip to content

Commit f270165

Browse files
committed
Fix composer.json
1 parent d293b0d commit f270165

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
"homepage": "https://github.com/bbldn/laravel-symfony-messenger",
1717
"require": {
1818
"php": "^7.4",
19-
"symfony/messenger": "^5.3",
20-
"symfony/serializer": "^5.3",
21-
"laravel/lumen-framework": "^8.0"
19+
"symfony/messenger": "^5.0",
20+
"symfony/serializer": "^5.0",
21+
"illuminate/console": "^7.0",
22+
"illuminate/support": "^7.0"
2223
},
2324
"autoload": {
2425
"psr-4": {

0 commit comments

Comments
 (0)