Skip to content

Commit

Permalink
build: Remove unused extensions requirements and packages
Browse files Browse the repository at this point in the history
Closes #1118.

Depends on #1146.
  • Loading branch information
theofidry committed Nov 4, 2023
1 parent c7f092b commit 4b9c4ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 79 deletions.
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"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 @@ -33,7 +32,6 @@
"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 @@ -61,7 +59,6 @@
"webmozarts/strict-phpunit": "^7.6"
},
"replace": {
"paragonie/sodium_compat": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*"
},
Expand Down
84 changes: 8 additions & 76 deletions composer.lock

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

0 comments on commit 4b9c4ba

Please sign in to comment.