mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-05-30 06:59:00 +00:00
fix(ci): install deps on PHP 8.4 (Symfony 8 requires >=8.4)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"license": "MIT",
|
||||
"type": "project",
|
||||
"require": {
|
||||
"php": "^8.3",
|
||||
"php": "^8.4",
|
||||
"aws/aws-sdk-php": "^3.336",
|
||||
"barryvdh/laravel-dompdf": "^v3.0",
|
||||
"doctrine/dbal": "^4.2",
|
||||
|
||||
Reference in New Issue
Block a user