File: Drop-depends-on-paragonie-sodium_compat-since-PHP-7.2-is-required.patch

package info (click to toggle)
phpmyadmin 4%3A5.2.2-really%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140,312 kB
  • sloc: javascript: 228,447; php: 166,904; xml: 17,847; sql: 504; sh: 275; makefile: 209; python: 205
file content (22 lines) | stat: -rw-r--r-- 674 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: William Desportes <williamdes@wdes.fr>
Date: Sat, 21 Jan 2023 21:08:47 +0400
Subject: Drop depends on paragonie/sodium_compat since PHP 7.2 is the minimum

Origin: vendor
Forwarded: not-needed
---
 composer.json | 1 -
 1 file changed, 1 deletion(-)

diff --git a/composer.json b/composer.json
index 247193d..d4763a6 100644
--- a/composer.json
+++ b/composer.json
@@ -59,7 +59,6 @@
         "composer/ca-bundle": "^1.2",
         "google/recaptcha": "^1.1",
         "nikic/fast-route": "^1.3",
-        "paragonie/sodium_compat": "^1.17",
         "phpmyadmin/motranslator": "^5.0",
         "phpmyadmin/shapefile": "^3.0.1",
         "phpmyadmin/sql-parser": "^5.8",