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 a1e47ef commit b971ea0Copy full SHA for b971ea0
.github/workflows/php.yml
@@ -116,7 +116,7 @@ jobs:
116
with:
117
php-version: ${{ matrix.php-versions }}
118
extensions: ctype, dom, date, fileinfo, filter, hash, json, mbstring, mysql, openssl, pcre, \
119
- pdo, pdo_sqlite, posix, soap, spl, xdebug, xml, zip
+ pdo, pdo_sqlite, posix, soap, sodium, spl, xdebug, xml, zip
120
tools: composer
121
ini-values: error_reporting=E_ALL
122
coverage: none
@@ -164,7 +164,7 @@ jobs:
164
# Should be the higest supported version, so we can use the newest tools
165
php-version: '8.5'
166
tools: composer, composer-require-checker, composer-unused
167
- extensions: ctype, date, dom, filter, hash, intl, mbstring, opcache, openssl, pcre, spl, xml
+ extensions: ctype, date, dom, filter, hash, intl, mbstring, opcache, openssl, pcre, sodium, spl, xml
168
169
- name: Setup problem matchers for PHP
170
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
composer.json
@@ -37,7 +37,7 @@
37
"symfony/phpunit-bridge": "^7.3 || ^8.0"
38
},
39
"require-dev": {
40
- "simplesamlphp/simplesamlphp": "^2.4"
+ "simplesamlphp/simplesamlphp": "^2.5@dev"
41
42
"support": {
43
"issues": "https://github.com/simplesamlphp/simplesamlphp-test-framework/issues",
0 commit comments