Sloppy requirement would push Symfony to PHP 8.1.

This commit is contained in:
James Cole
2022-05-31 06:17:16 +02:00
parent f441f68da6
commit f3ceba5325
5 changed files with 162 additions and 166 deletions

View File

@@ -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,