Skip to content

Commit 02b8c98

Browse files
committed
Drop unnecessary dependency on ext-sodium
1 parent ec65b3b commit 02b8c98

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Should match the minimum required version for SimpleSAMLphp
2727
php-version: '8.0'
2828
tools: composer:v2, phive
29-
extensions: mbstring, sodium, xml
29+
extensions: mbstring, xml
3030
coverage: none
3131

3232
- name: Setup problem matchers for PHP

.github/workflows/php.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
tools: composer, composer-require-checker, composer-unused, phpcs, psalm
5252
# optional performance gain for psalm: opcache
5353
extensions: ctype, date, dom, fileinfo, filter, hash, intl, json, mbstring, mysql, \
54-
opcache, openssl, pcre, pdo, pdo_sqlite, posix, soap, sodium, spl, xml
54+
opcache, openssl, pcre, pdo, pdo_sqlite, posix, soap, spl, xml
5555
coverage: none
5656

5757
- name: Setup problem matchers for PHP
@@ -118,7 +118,7 @@ jobs:
118118
# Should be the lowest supported version
119119
php-version: '8.0'
120120
extensions: ctype, date, dom, hash, fileinfo, filter, intl, json, mbstring, mysql, \
121-
openssl, pcre, pdo, pdo_sqlite, posix, soap, sodium, spl, xml
121+
openssl, pcre, pdo, pdo_sqlite, posix, soap, spl, xml
122122
tools: composer
123123
coverage: none
124124

@@ -166,7 +166,7 @@ jobs:
166166
with:
167167
php-version: ${{ matrix.php-versions }}
168168
extensions: ctype, date, dom, fileinfo, filter, hash, intl, json, mbstring, mysql, openssl, pcre,\
169-
pdo, pdo_sqlite, posix, soap, sodium, spl, xdebug, xml
169+
pdo, pdo_sqlite, posix, soap, spl, xdebug, xml
170170
tools: composer
171171
ini-values: error_reporting=E_ALL, pcov.directory=.
172172
coverage: pcov
@@ -229,7 +229,7 @@ jobs:
229229
with:
230230
php-version: ${{ matrix.php-versions }}
231231
extensions: ctype, dom, date, fileinfo, filter, hash, intl, json, mbstring, mysql, openssl, pcre, \
232-
pdo, pdo_sqlite, posix, soap, sodium, spl, xdebug, xml
232+
pdo, pdo_sqlite, posix, soap, spl, xdebug, xml
233233
tools: composer
234234
ini-values: error_reporting=E_ALL
235235
coverage: none

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
"ext-pcre": "*",
5959
"ext-session": "*",
6060
"ext-simplexml": "*",
61-
"ext-sodium": "*",
6261
"ext-SPL": "*",
6362
"ext-xml": "*",
6463
"ext-zlib": "*",

composer.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)