mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-08 15:05:29 +00:00
Sloppy requirement would push Symfony to PHP 8.1.
This commit is contained in:
@@ -104,8 +104,8 @@
|
||||
"rcrowe/twigbridge": "^0.14",
|
||||
"spatie/data-transfer-object": "^3.7",
|
||||
"spatie/laravel-ignition": "^1.2",
|
||||
"symfony/http-client": "6.0.*",
|
||||
"symfony/mailgun-mailer": "6.0.*"
|
||||
"symfony/http-client": "^6.0",
|
||||
"symfony/mailgun-mailer": "^6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"barryvdh/laravel-ide-helper": "2.*",
|
||||
@@ -203,6 +203,9 @@
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
"platform": {
|
||||
"php": "8.0.19"
|
||||
},
|
||||
"preferred-install": "dist",
|
||||
"sort-packages": true,
|
||||
"optimize-autoloader": true,
|
||||
|
||||
Reference in New Issue
Block a user