Skip to content

Commit a1008ec

Browse files
committed
As part of the PDS Interop-wide PHP project updates:
- Remove unneeded platform config - Set minimum PHP version to PHP 7.3 (but lower than PHP8, see pdsinterop/php-solid-auth#19) - Update package to more recent versions - Constrain PDS Interop packages to version rather than dev-main - Pin PHPUnit to v8 and v9
1 parent 2083601 commit a1008ec

1 file changed

Lines changed: 16 additions & 9 deletions

File tree

solid/composer.json

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"name": "pdsinterop/solid-nextcloud",
3-
"description": "A WebID-OIDC Identity Provider, to allow interoperability with SolidProject.org",
3+
"description": "A WebID-OIDC Identity Provider, to allow interoperability with Solid Pods",
44
"type": "project",
55
"license": "MIT",
66
"config": {
7-
"platform": {
8-
"php": "7.2"
7+
"bin-dir": "bin",
8+
"preferred-install": "dist",
9+
"sort-packages": true,
10+
"vendor-dir": "vendor",
11+
"allow-plugins": {
12+
"composer/package-versions-deprecated": true
913
}
1014
},
1115
"authors": [
@@ -17,15 +21,18 @@
1721
}
1822
],
1923
"require": {
24+
"php": "^7.3",
25+
"ext-json": "*",
26+
"ext-openssl": "*",
2027
"easyrdf/easyrdf": "^0.9.1",
21-
"pdsinterop/flysystem-rdf": "dev-main",
22-
"pdsinterop/solid-auth": "dev-main",
23-
"pdsinterop/solid-crud": "dev-main",
24-
"pdsinterop/flysystem-nextcloud":"dev-main",
2528
"laminas/laminas-diactoros": "^2.4",
26-
"lcobucci/jwt": "^3.3"
29+
"lcobucci/jwt": "^3.3",
30+
"pdsinterop/flysystem-nextcloud":"^0.1",
31+
"pdsinterop/flysystem-rdf": "^0.3",
32+
"pdsinterop/solid-auth": "^v0.6.3",
33+
"pdsinterop/solid-crud": "^0.3"
2734
},
2835
"require-dev": {
29-
"phpunit/phpunit": "^8"
36+
"phpunit/phpunit": "^8 || ^9"
3037
}
3138
}

0 commit comments

Comments
 (0)