Skip to content

Commit

Permalink
Merge branch 'explicit-ext-dependencies' into 'main'
Browse files Browse the repository at this point in the history
[player] mark explicit dependencies on php extensions

See merge request platformsh/observability/blackfire/blackfire.io!33435
  • Loading branch information
julien-jean committed Mar 21, 2024
2 parents 091c706 + 711d5b6 commit 4a1ec31
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
],
"require": {
"php": ">=8.2",
"ext-ctype": "*",
"ext-filter": "*",
"ext-intl": "*",
"ext-mbstring": "*",
"blackfire/php-sdk": "^2.1 ",
"fakerphp/faker": "^1.10",
"maltyxx/images-generator": "^1.0",
Expand Down
8 changes: 6 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 4a1ec31

Please sign in to comment.