File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1- FROM php:8.0 -cli-alpine3.14
1+ FROM php:8.4 -cli-alpine3.22
22
33RUN apk update && \
44 apk add --no-cache \
55 libzip-dev \
6+ git \
67 openssl-dev && \
78 docker-php-ext-install -j$(nproc) \
89 zip
Original file line number Diff line number Diff line change 1717 "require" : {
1818 "ext-pdo" : " *" ,
1919 "ext-json" : " *" ,
20- "php" : " ^8.0 " ,
20+ "php" : " ^8.2 " ,
2121 "pccomponentes/ddd" : " ^4.0" ,
22- "doctrine/dbal" : " ^3.0"
22+ "doctrine/dbal" : " ^3.0 || ^4.0 "
2323 },
2424 "require-dev" : {
2525 "pccomponentes/coding-standard" : " ^1.1"
26+ },
27+ "config" : {
28+ "allow-plugins" : {
29+ "dealerdirect/phpcodesniffer-composer-installer" : true
30+ }
2631 }
2732}
Original file line number Diff line number Diff line change 1- version : ' 3.7'
2-
31services :
42 php :
53 build : .
You can’t perform that action at this time.
0 commit comments