We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59eda81 commit f9a2b06Copy full SHA for f9a2b06
Tests/Secrets/SodiumVaultTest.php
@@ -6,6 +6,9 @@
6
use Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault;
7
use Symfony\Component\Filesystem\Filesystem;
8
9
+/**
10
+ * @requires extension sodium
11
+ */
12
class SodiumVaultTest extends TestCase
13
{
14
private $secretsDir;
composer.json
@@ -66,7 +66,6 @@
66
"symfony/property-info": "^4.4|^5.0|^6.0",
67
"symfony/web-link": "^4.4|^5.0|^6.0",
68
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
69
- "paragonie/sodium_compat": "^1.8",
70
"twig/twig": "^2.10|^3.0",
71
"symfony/phpunit-bridge": "^5.3|^6.0"
72
},
0 commit comments