We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2947b05 + 5d59bac commit 6d6d533Copy full SHA for 6d6d533
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:7.4-cli-alpine3.11
+FROM php:8.0-cli-alpine3.13
2
3
RUN apk add --no-cache \
4
libzip-dev \
@@ -9,7 +9,7 @@ RUN apk add --no-cache \
9
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/ --filename=composer
10
11
RUN apk add --no-cache --virtual .phpize_deps $PHPIZE_DEPS && \
12
- pecl install xdebug-2.9.2 && \
+ pecl install xdebug 3 && \
13
docker-php-ext-enable xdebug && \
14
rm -rf /usr/share/php7 && \
15
rm -rf /tmp/pear && \
composer.json
@@ -20,7 +20,7 @@
20
}
21
},
22
"require": {
23
- "php": "^7.4",
+ "php": "^7.4 | ^8.0",
24
"pccomponentes/transaction": "^1.0",
25
"doctrine/dbal": "^2.10"
26
0 commit comments