Skip to content

Commit

Permalink
Fix composer.json for foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-nuwber committed Apr 30, 2024
1 parent 45b159e commit 389b19d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ services:
stdin_open: true
tty: true
working_dir: /var/www/rabbitevents

2 changes: 1 addition & 1 deletion src/RabbitEvents/Foundation/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ext-bcmath": "*",
"ext-json": "*",
"illuminate/support": "9 - 11",
"illuminate/console": "^9 - 11",
"illuminate/console": "9 - 11",
"illuminate/container": "9 - 11",
"enqueue/amqp-lib": "^0.10"
},
Expand Down

0 comments on commit 389b19d

Please sign in to comment.