Skip to content

Commit

Permalink
Add extension amqp for php 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillermo Lengemann Garcés committed Jun 23, 2022
1 parent 5ea4654 commit 3fe307b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PHPDocker/PhpExtension/Php74AvailableExtensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ protected function getMandatoryExtensionsMap(): array
protected function getOptionalExtensionsMap(): array
{
return [
'AMQP' => ['packages' => ['php7.4-amqp']],
'Bcmath' => ['packages' => ['php7.4-bcmath']],
'bzip2' => ['packages' => ['php7.4-bz2']],
'DBA' => ['packages' => ['php7.4-dba']],
Expand Down

0 comments on commit 3fe307b

Please sign in to comment.