Skip to content

Commit 46dba01

Browse files
committed
PHP 8.2;xdebug 3.2
1 parent 82f2d9c commit 46dba01

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.provision/php-fpm/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Based on https://github.com/Cyber-Duck/php-fpm-laravel/tree/7.2
2-
FROM php:7.4-fpm
2+
FROM php:8.2-fpm
33

44
ENV XDEBUG="false"
55

@@ -43,7 +43,7 @@ RUN docker-php-ext-install exif && \
4343
--enable-exif
4444

4545
# Install the xdebug extension
46-
RUN pecl install xdebug-2.9.8 && docker-php-ext-enable xdebug
46+
RUN pecl install xdebug-3.2.0 && docker-php-ext-enable xdebug
4747
# Copy xdebug configration for remote debugging
4848
COPY ./xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini
4949

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
Docker environment configuration for Laravel development.
33
Contains settings for local development for new project or already existing.
44
>Repository provides:
5-
- Laravel ^8.0
6-
- PHP 7.4
5+
- Laravel ^9.0
6+
- PHP 8.2
77
- Nginx: stable
88
- MySql 8.0
9-
- Xdebug 2.9.8
9+
- Xdebug 3.2.0
1010
- Redis
1111
- Node: latest
1212
- LetsEncrypt for production

0 commit comments

Comments
 (0)