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 6d0a6e0 commit 5d10927Copy full SHA for 5d10927
composer.json
@@ -15,7 +15,7 @@
15
},
16
"description": "Standalone Solid Server written in PHP by PDS Interop.",
17
"license": "MIT",
18
- "name": "pdsinterop/php-solid-server",
+ "name": "pdsinterop/solid-server",
19
"require": {
20
"php": "~7.1",
21
"ext-json": "*",
@@ -28,7 +28,7 @@
28
"league/flysystem": "^1.0.",
29
"league/oauth2-server": "^8.0",
30
"league/route": "^4.5",
31
- "pdsinterop/flysystem-rdf": "^0.1",
+ "pdsinterop/flysystem-rdf": "dev-dev",
32
"pdsinterop/solid-auth": "dev-feature/implicit-grant",
33
"php-http/httplug": "^2.1",
34
"phptal/phptal": "^1.4"
0 commit comments