Update minor dependency changes
This commit is contained in:
parent
a7f2c4f2d3
commit
7defd8b388
|
@ -2,6 +2,6 @@
|
|||
FROM php:7.4-cli
|
||||
RUN apt-get update && \
|
||||
apt-get install -y \
|
||||
sqlite \
|
||||
sqlite3 \
|
||||
unzip \
|
||||
git
|
||||
|
|
|
@ -5,5 +5,10 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"ext-pdo_sqlite": "*"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"simplesamlphp/composer-module-installer": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue