Skip to content

Commit

Permalink
Remove requirement of core PHP extensions
Browse files Browse the repository at this point in the history
This was raised by @cedric-anne but I didn't manage to merge it in time.

More info: #1009

Authored by: Cédric Anne
Signed-off-by: Luís Cobucci <[email protected]>
  • Loading branch information
lcobucci committed Nov 4, 2023
1 parent 820ead6 commit d7c6b1b
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 d7c6b1b

Please sign in to comment.