Skip to content

Commit

Permalink
Merge pull request #2151 from tarlepp/chore(sa)/add-missing-extension…
Browse files Browse the repository at this point in the history
…s-to-composer-json

Chore(SA) - Added missing PHP extensions to main `composer.json`
  • Loading branch information
tarlepp committed Mar 5, 2023
2 parents 2019a53 + bc26968 commit 9d62932
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions composer.json
Expand Up @@ -20,10 +20,12 @@
],
"require": {
"php": "^8.2.0",
"ext-apcu": "*",
"ext-iconv": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-pdo": "*",
"ext-random": "*",
"doctrine/annotations": "1.14.3",
"doctrine/doctrine-bundle": "2.8.3",
"doctrine/doctrine-migrations-bundle": "3.2.2",
Expand Down
6 changes: 4 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9d62932

Please sign in to comment.