Skip to content

Commit 250ba00

Browse files
Make a start with switch to php 8
1 parent bcdb7dd commit 250ba00

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.3-apache
1+
FROM php:8.0-apache
22

33
# ==============================================================================
44
# Set up the machine

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"license": "MIT",
1313
"name": "pdsinterop/solid-server",
1414
"require": {
15-
"php": "^7.3",
15+
"php": "^8.0",
1616
"ext-dom": "*",
1717
"ext-json": "*",
1818
"ext-mbstring": "*",
@@ -26,8 +26,8 @@
2626
"league/flysystem": "^1.1",
2727
"league/oauth2-server": "^8.1",
2828
"league/route": "^4.5",
29-
"pdsinterop/flysystem-rdf": "^0.3",
30-
"pdsinterop/solid-auth": "^0.10.1",
29+
"pdsinterop/flysystem-rdf": "^0.5",
30+
"pdsinterop/solid-auth": "^0.10.2",
3131
"pdsinterop/solid-crud": "^0.7.1",
3232
"php-http/httplug": "^2.2",
3333
"phptal/phptal": "^1.5"

0 commit comments

Comments
 (0)