Skip to content

Commit

Permalink
feat: add AMQP broker
Browse files Browse the repository at this point in the history
  • Loading branch information
basert committed Jan 30, 2025
1 parent 16074a9 commit 578b257
Show file tree
Hide file tree
Showing 29 changed files with 1,002 additions and 421 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM composer:2.0 as composer
FROM composer as composer

WORKDIR /usr/local/src/

Expand All @@ -7,7 +7,7 @@ COPY composer.json /usr/local/src/

RUN composer install --ignore-platform-reqs

FROM phpswoole/swoole:php8.1-alpine
FROM phpswoole/swoole:php8.3-alpine

WORKDIR /usr/local/src/

Expand Down
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@
"lint": "vendor/bin/pint --test"
},
"require": {
"php": ">=8.1",
"php": ">=8.3",
"php-amqplib/php-amqplib": "^3.7",
"utopia-php/cli": "0.15.*",
"utopia-php/framework": "0.*.*",
"utopia-php/framework": "0.33.*",
"utopia-php/telemetry": "0.1.*"
},
"require-dev": {
"ext-redis": "*",
"swoole/ide-helper": "4.8.8",
"phpunit/phpunit": "^9.5.5",
"laravel/pint": "^0.2.3",
Expand Down
Loading

0 comments on commit 578b257

Please sign in to comment.