downgrade to php8

This commit is contained in:
Tim Bendt
2025-11-25 16:57:48 -05:00
parent 871e5864a5
commit 3293172e5d
11 changed files with 8096 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
"description": "Self-hosted invoicing application (Pancake) for bendtstudio homelab",
"type": "project",
"require": {
"php": "^8.3",
"php": "^8.0",
"ext-gd": "*",
"ext-dom": "*",
"ext-curl": "*",