Compare commits
2 Commits
5d8fbceb67
...
e81a098d31
Author | SHA1 | Date | |
---|---|---|---|
e81a098d31 | |||
01512d0605 |
@ -1,6 +1,7 @@
|
|||||||
FROM php:8.1-fpm
|
FROM php:8.1-fpm
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y libzip-dev libicu-dev git libpng-dev unzip
|
RUN apt-get update && apt-get install -y libzip-dev libicu-dev git libpng-dev unzip \
|
||||||
|
&& rm -r /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN docker-php-ext-install pdo pdo_mysql zip intl gd bcmath
|
RUN docker-php-ext-install pdo pdo_mysql zip intl gd bcmath
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"description" : "Response handler module for my apps",
|
"description" : "Response handler module for my apps",
|
||||||
"type" : "library",
|
"type" : "library",
|
||||||
"require" : {
|
"require" : {
|
||||||
"wixel/gump" : "^2.0",
|
"wixel/gump" : "^2.0.0",
|
||||||
"aldarien/contract" : "*"
|
"aldarien/contract" : "*"
|
||||||
},
|
},
|
||||||
"require-dev" : {
|
"require-dev" : {
|
||||||
|
Reference in New Issue
Block a user