Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 6c873af

Browse files
committed
chore: add missing dependencies, PHP >= 7.1, SSP 1.19, add package-lock
BREAKING CHANGE: PHP 7.1 or higher is required, SSP 1.19 is required
1 parent 75e4425 commit 6c873af

File tree

9 files changed

+274
-173
lines changed

9 files changed

+274
-173
lines changed

.github/workflows/build_and_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
php_version: ${{ matrix.php-version }}
3131
version: 2
32-
php_extensions: curl json openssl iconv intl
32+
php_extensions: curl iconv intl json ldap
3333
- name: Run easy coding standard
3434
run: vendor/bin/ecs check
3535
release:

composer.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,26 @@
3131
}
3232
],
3333
"require": {
34+
"php": ">=7.1",
3435
"simplesamlphp/composer-module-installer": "~1.0",
36+
"simplesamlphp/simplesamlphp": "^1.19",
37+
"simplesamlphp/saml2": "^4.2.5",
38+
"simplesamlphp/simplesamlphp-module-discopower": "^0.10",
3539
"symfony/var-exporter": "^5.0",
3640
"phpseclib/phpseclib": "~3.0",
3741
"ext-curl": "*",
38-
"ext-json": "*",
39-
"ext-openssl": "*",
42+
"ext-filter": "*",
43+
"ext-hash": "*",
4044
"ext-iconv": "*",
4145
"ext-intl": "*",
46+
"ext-json": "*",
47+
"ext-ldap": "*",
48+
"ext-SimpleXML": "*",
4249
"web-token/jwt-key-mgmt": "^2.2",
4350
"web-token/jwt-signature": "^2.2",
4451
"web-token/jwt-signature-algorithm-rsa": "^2.2",
45-
"web-token/jwt-checker": "^2.2"
52+
"web-token/jwt-checker": "^2.2",
53+
"web-token/jwt-core": "^2.2"
4654
},
4755
"require-dev": {
4856
"symplify/easy-coding-standard": "^10.0"

0 commit comments

Comments
 (0)