Skip to content

Commit b1bb2da

Browse files
committed
Update depenedencies in composer file to PHP8+
1 parent c10acfb commit b1bb2da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"license": "MIT",
1818
"name": "pdsinterop/solid-crud",
1919
"require": {
20-
"php": "^7.3",
20+
"php": "^8.0",
2121
"ext-mbstring": "*",
22-
"laminas/laminas-diactoros": "^2.8",
22+
"laminas/laminas-diactoros": "^2.14",
2323
"league/flysystem": "^1.0",
24-
"mjrider/flysystem-factory": "^0.5",
25-
"pdsinterop/flysystem-rdf": "^0.4",
24+
"mjrider/flysystem-factory": "^0.7",
25+
"pdsinterop/flysystem-rdf": "^0.5",
2626
"psr/http-factory": "^1.0",
2727
"psr/http-message": "^1.0",
2828
"textalk/websocket": "^1.5"

0 commit comments

Comments
 (0)