Update minor dependency changes

pull/37/head
Felix Albrigtsen 2023-01-19 11:26:56 +01:00
parent a7f2c4f2d3
commit 7defd8b388
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,6 @@
FROM php:7.4-cli
RUN apt-get update && \
apt-get install -y \
sqlite \
sqlite3 \
unzip \
git

View File

@ -5,5 +5,10 @@
},
"require-dev": {
"ext-pdo_sqlite": "*"
},
"config": {
"allow-plugins": {
"simplesamlphp/composer-module-installer": true
}
}
}