Skip to content

Commit f9a2b06

Browse files
[FrameworkBundle] require ext-sodium in tests
1 parent 59eda81 commit f9a2b06

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Tests/Secrets/SodiumVaultTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
use Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault;
77
use Symfony\Component\Filesystem\Filesystem;
88

9+
/**
10+
* @requires extension sodium
11+
*/
912
class SodiumVaultTest extends TestCase
1013
{
1114
private $secretsDir;

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
"symfony/property-info": "^4.4|^5.0|^6.0",
6767
"symfony/web-link": "^4.4|^5.0|^6.0",
6868
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
69-
"paragonie/sodium_compat": "^1.8",
7069
"twig/twig": "^2.10|^3.0",
7170
"symfony/phpunit-bridge": "^5.3|^6.0"
7271
},

0 commit comments

Comments
 (0)