Skip to content

Commit 32d8fb5

Browse files
more dependency juggling
1 parent 250ba00 commit 32d8fb5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ RUN mkdir /tls && openssl req -new -x509 -days 365 -nodes \
2222

2323
RUN docker-php-ext-install \
2424
bcmath \
25-
mbstring \
2625
mysqli \
2726
pdo \
2827
pdo_mysql \

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"defuse/php-encryption": "^2.3",
2222
"laminas/laminas-diactoros": " ^2.8",
2323
"laminas/laminas-httphandlerrunner": "^1.5",
24-
"lcobucci/jwt": "3.3.3",
24+
"lcobucci/jwt": "4.1",
2525
"league/container": "^3.4",
2626
"league/flysystem": "^1.1",
2727
"league/oauth2-server": "^8.1",

0 commit comments

Comments
 (0)