Update php version to 8.2

This commit is contained in:
2022-10-28 15:46:42 +02:00
2 changed files with 1 additions and 5 deletions

View File

@@ -69,9 +69,6 @@ RUN docker-php-ext-install pdo_pgsql
# Install Composer
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
# Install Laravel Envoy
RUN composer global require "laravel/envoy=~1.0"
# Set working directory
WORKDIR $WORKDIR

View File

@@ -12,7 +12,7 @@
## Specifications:
* PHP 8.1 / 8.0 / 7.4 / 7.2
* PHP 8.2 / 8.1 / 8.0 / 7.4 / 7.2
* Composer
* OpenSSL PHP Extension
* XML PHP Extension
@@ -27,7 +27,6 @@
* Memcached
* Laravel Cron Job
* Laravel Schedule
* Laravel Envoy
* Supervisord
* Nodejs
* NPM