Skip to content

Commit 87ebb07

Browse files
committed
Change composer.json to use version instead of feature branch.
1 parent 1405afb commit 87ebb07

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

solid/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
"ext-json": "*",
2626
"ext-openssl": "*",
2727
"easyrdf/easyrdf": "^1.1.1",
28-
"laminas/laminas-diactoros": "^2.4",
28+
"laminas/laminas-diactoros": "^2.8",
2929
"lcobucci/jwt": "^4.1",
30-
"pdsinterop/flysystem-nextcloud":"dev-feature/nextcloud24",
31-
"pdsinterop/flysystem-rdf": "dev-feature/nextcloud24",
32-
"pdsinterop/solid-auth": "dev-feature/nextcloud24",
33-
"pdsinterop/solid-crud": "dev-feature/nextcloud24",
30+
"pdsinterop/flysystem-nextcloud":"^0.2",
31+
"pdsinterop/flysystem-rdf": "^0.5",
32+
"pdsinterop/solid-auth": "^0.7",
33+
"pdsinterop/solid-crud": "^0.6",
3434
"psr/log" : "1.1.4"
3535
},
3636
"require-dev": {

0 commit comments

Comments
 (0)