PHP and framework update

This commit is contained in:
Deon George 2025-02-16 21:33:00 +11:00
parent 9026462b54
commit 39a0195720
3 changed files with 1122 additions and 1113 deletions

View File

@ -5,9 +5,9 @@
"license": "MIT",
"type": "project",
"require": {
"php": "^8.1",
"php": "^8.3",
"guzzlehttp/guzzle": "^7.5",
"laravel/lumen-framework": "^10.0"
"laravel/lumen-framework": "^11.0"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",

2229
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
FROM registry.dege.au/leenooks/php:8.1-fpm-pgsql
FROM registry.dege.au/leenooks/php:8.3-fpm-pgsql
COPY . /var/www/html/