Skip to content

Commit

Permalink
Merge pull request #1032 from lcobucci/remove-core-extensions
Browse files Browse the repository at this point in the history
Remove requirement of core PHP extensions
  • Loading branch information
lcobucci authored Nov 4, 2023
2 parents 820ead6 + d7c6b1b commit 3dd472d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
],
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-hash": "*",
"ext-json": "*",
"ext-openssl": "*",
"ext-sodium": "*",
"psr/clock": "^1.0"
Expand Down
4 changes: 1 addition & 3 deletions composer.lock

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

0 comments on commit 3dd472d

Please sign in to comment.