We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250ba00 commit 32d8fb5Copy full SHA for 32d8fb5
Dockerfile
@@ -22,7 +22,6 @@ RUN mkdir /tls && openssl req -new -x509 -days 365 -nodes \
22
23
RUN docker-php-ext-install \
24
bcmath \
25
- mbstring \
26
mysqli \
27
pdo \
28
pdo_mysql \
composer.json
@@ -21,7 +21,7 @@
21
"defuse/php-encryption": "^2.3",
"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",
0 commit comments