Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WiP] Test Suite Fixes #67

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.3-apache
FROM php:8.0-apache

# ==============================================================================
# Set up the machine
Expand All @@ -22,7 +22,6 @@ RUN mkdir /tls && openssl req -new -x509 -days 365 -nodes \

RUN docker-php-ext-install \
bcmath \
mbstring \
mysqli \
pdo \
pdo_mysql \
Expand Down
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,24 @@
"license": "MIT",
"name": "pdsinterop/solid-server",
"require": {
"php": "^7.3",
"php": "^8.0",
"ext-dom": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"codercat/jwk-to-pem": "^1.1",
"defuse/php-encryption": "^2.3",
"easyrdf/easyrdf": "^1.1.1",
"laminas/laminas-diactoros": " ^2.8",
"laminas/laminas-httphandlerrunner": "^1.5",
"lcobucci/jwt": "3.3.3",
"lcobucci/jwt": "4.1",
"league/container": "^3.4",
"league/flysystem": "^1.1",
"league/oauth2-server": "^8.1",
"league/route": "^4.5",
"pdsinterop/flysystem-rdf": "^0.3",
"pdsinterop/solid-auth": "^0.6",
"pdsinterop/solid-crud": "^0.3",
"pdsinterop/flysystem-rdf": "^0.5",
"pdsinterop/solid-auth": "^0.10.2",
"pdsinterop/solid-crud": "^0.7.1",
"php-http/httplug": "^2.2",
"phptal/phptal": "^1.5"
},
Expand Down
Loading
Loading