Skip to content

Commit

Permalink
Revert "build: Remove unused extensions requirements and packages" (#…
Browse files Browse the repository at this point in the history
…1150)

Revert "build: Remove unused extensions requirements and packages (#1148)"

This reverts commit 4341e5c.
  • Loading branch information
theofidry authored Nov 5, 2023
1 parent 4341e5c commit 23acf7a
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 8 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"ext-iconv": "*",
"ext-mbstring": "*",
"ext-phar": "*",
"ext-sodium": "*",
"composer-plugin-api": "^2.2",
"amphp/parallel-functions": "^1.1",
"composer/semver": "^3.3.2",
Expand All @@ -32,6 +33,7 @@
"laravel/serializable-closure": "^1.2.2",
"nikic/iter": "^2.2",
"nikic/php-parser": "^4.15.2",
"paragonie/constant_time_encoding": "^2.6",
"phpdocumentor/reflection-docblock": "^5.3",
"phpdocumentor/type-resolver": "^1.7",
"psr/log": "^3.0",
Expand Down Expand Up @@ -59,6 +61,7 @@
"webmozarts/strict-phpunit": "^7.6"
},
"replace": {
"paragonie/sodium_compat": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*"
},
Expand Down
84 changes: 76 additions & 8 deletions composer.lock

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

0 comments on commit 23acf7a

Please sign in to comment.