upgrade carbon and php

This commit is contained in:
Tim Bendt
2025-11-26 13:03:45 -05:00
parent 2da033a4a9
commit 958c493d40
10 changed files with 971 additions and 8 deletions

View File

@@ -17,7 +17,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.0",
"php": "^8.3",
"ext-gd": "*",
"ext-dom": "*",
"ext-curl": "*",
@@ -39,7 +39,7 @@
"league/oauth2-google": "^2.2",
"moneyphp/money": "^3.3",
"mustache/mustache": "^2.11",
"nesbot/carbon": "^3.0",
"nesbot/carbon": "^3.10.2",
"omnipay/paypal": "^3",
"owasp/phprbac": "2.*",
"pancakeapp/dompdf": "dev-master",