mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-26 20:34:48 +01:00
Add require-dev for symfony/http-foundation version supporting PHP 8.1
This commit is contained in:
parent
906d80fa68
commit
de5f93682a
@ -34,7 +34,8 @@
|
||||
"codeception/module-phpbrowser": "*@dev",
|
||||
"slevomat/coding-standard": "^6.2",
|
||||
"squizlabs/php_codesniffer": "*",
|
||||
"phpoption/phpoption": "^1.8.0"
|
||||
"phpoption/phpoption": "^1.8.0",
|
||||
"symfony/http-foundation": "^5.3.7 || ^6.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
Loading…
Reference in New Issue
Block a user