Skip to content

Commit 2621118

Browse files
committed
Upgrade PHP to 7.3
1 parent 182ba2a commit 2621118

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

backend/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"license": "MIT",
1010
"require": {
11-
"php": "^7.1.3",
11+
"php": "^7.3.17",
1212
"ext-bcmath": "*",
1313
"ext-mbstring": "*",
1414
"barryvdh/laravel-cors": "^0.11.3",

backend/composer.lock

Lines changed: 11 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/docker/php-fpm/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.2-fpm-stretch
1+
FROM php:7.3-fpm-stretch
22

33
# Fix debconf warnings upon build
44
ARG DEBIAN_FRONTEND=noninteractive
@@ -26,7 +26,7 @@ RUN apt-get update \
2626

2727
RUN pecl channel-update pecl.php.net \
2828
&& pecl install redis-4.3.0 \
29-
&& pecl install xdebug-2.6.1 \
29+
&& pecl install xdebug \
3030
&& docker-php-ext-enable redis xdebug
3131

3232
COPY --from=composer /usr/bin/composer /usr/bin/composer

0 commit comments

Comments
 (0)