Skip to content

Commit

Permalink
Merge pull request phpdocker-io#314 from omerta/php74-amqp-ext
Browse files Browse the repository at this point in the history
Add extension amqp for php 7.4
  • Loading branch information
luispabon authored Jun 24, 2022
2 parents 5ea4654 + 3fe307b commit 23a7af7
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 23a7af7

Please sign in to comment.