Skip to content

Commit a4581ba

Browse files
committed
chore: upgrade php to 8.3
1 parent 76dd4fb commit a4581ba

File tree

4 files changed

+126
-130
lines changed

4 files changed

+126
-130
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG PHP_EXTENSIONS="pdo_mysql pdo_sqlite"
2-
FROM thecodingmachine/php:8.1-v4-slim-apache AS php
2+
FROM thecodingmachine/php:8.3-v4-slim-apache AS php
33
ENV TEMPLATE_PHP_INI=production \
44
APACHE_DOCUMENT_ROOT=/var/www/html/public
55

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"license": "MIT",
1010
"require": {
11-
"php": "^8.1.2",
11+
"php": ">=8.2",
1212
"guzzlehttp/guzzle": "^7.2",
1313
"laravel/framework": "^10.46",
1414
"laravel/sanctum": "*",

0 commit comments

Comments
 (0)