Various patches #37

Merged
felixalbrigtsen merged 4 commits from patch into master 2023-01-19 13:58:10 +01:00
2 changed files with 6 additions and 1 deletions
Showing only changes of commit 7defd8b388 - Show all commits

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
}
}
}