Skip to content

Commit ea64601

Browse files
chore: free the ext-sodium dependency (#2907)
1 parent c51c268 commit ea64601

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"ext-fileinfo": "*",
2121
"ext-openssl": "*",
2222
"ext-simplexml": "*",
23-
"ext-sodium": "*",
2423
"ext-libxml": "*",
2524
"ext-curl": "*",
2625
"nyholm/psr7": "^1.5",
@@ -41,7 +40,7 @@
4140
"mockery/mockery": "^1.4.4",
4241
"phpstan/phpstan": "^1.0 | ^2",
4342
"phpunit/phpunit": "^9.5",
44-
"symfony/var-dumper": "^5.2",
43+
"symfony/var-dumper": "^5.2|^6|^7",
4544
"jetbrains/phpstorm-attributes": "^1.0",
4645
"laravel/pint": "^1.2"
4746
},

0 commit comments

Comments
 (0)