Skip to content

Commit

Permalink
Req php amqp (#1633)
Browse files Browse the repository at this point in the history
* fix grammar

* adding php-amqp in the requirements

* adding the info that it's needed only for PaaS

* adding an explicit prerequisites for amqp
  • Loading branch information
vrobert78 authored Jan 7, 2025
1 parent 592ec37 commit ced36ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions guides/installation/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,19 @@ You can use these commands to check your actual environment:
* `memory_limit` : 512M minimum
* `max_execution_time` : 30 seconds minimum
* Extensions:
* `ext-amqp` (only required if you plan to use a message queue, which is the default on PaaS)
* `ext-curl`
* `ext-dom`
* `ext-fileinfo`
* `ext-gd`
* `ext-iconv`
* `ext-iconv`
* `ext-intl`
* `ext-json`
* `ext-libxml`
* `ext-mbstring`
* `ext-mbstring`
* `ext-openssl` (there is an [issue](https://github.com/shopware/shopware/issues/3543) with OpenSSL 3.0.7)
* `ext-pcre`
* `ext-pdo`
* `ext-pcre`
* `ext-pdo`
* `ext-pdo_mysql`
* `ext-phar`
* `ext-simplexml`
Expand Down
1 change: 1 addition & 0 deletions products/paas/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Prerequisites:
* Having a Shopware PaaS account (Select Register now on the authentication form when accessing <https://console.shopware.com>)
* Having the project_id of an empty project created on Shopware PaaS
* Having the Shopware PaaS CLI installed, see <https://developer.shopware.com/docs/products/paas/cli-setup.html>
* Having PHP ext-amqp installed (PaaS uses RabbitMQ instead of the regular DB to manage messages)
:::

Steps:
Expand Down

0 comments on commit ced36ea

Please sign in to comment.