mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
allow symfony 7
This commit is contained in:
parent
2726ad4d6f
commit
31928c11f3
@ -36,8 +36,8 @@
|
|||||||
"nikic/php-parser": "^4.16",
|
"nikic/php-parser": "^4.16",
|
||||||
"sebastian/diff": "^4.0 || ^5.0",
|
"sebastian/diff": "^4.0 || ^5.0",
|
||||||
"spatie/array-to-xml": "^2.17.0 || ^3.0",
|
"spatie/array-to-xml": "^2.17.0 || ^3.0",
|
||||||
"symfony/console": "^4.1.6 || ^5.0 || ^6.0",
|
"symfony/console": "^4.1.6 || ^5.0 || ^6.0 || ^7.0",
|
||||||
"symfony/filesystem": "^5.4 || ^6.0"
|
"symfony/filesystem": "^5.4 || ^6.0 || ^7.0"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"nikic/php-parser": "4.17.0"
|
"nikic/php-parser": "4.17.0"
|
||||||
@ -59,7 +59,7 @@
|
|||||||
"psalm/plugin-phpunit": "^0.18",
|
"psalm/plugin-phpunit": "^0.18",
|
||||||
"slevomat/coding-standard": "^8.4",
|
"slevomat/coding-standard": "^8.4",
|
||||||
"squizlabs/php_codesniffer": "^3.6",
|
"squizlabs/php_codesniffer": "^3.6",
|
||||||
"symfony/process": "^4.4 || ^5.0 || ^6.0"
|
"symfony/process": "^4.4 || ^5.0 || ^6.0 || ^7.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-igbinary": "^2.0.5 is required, used to serialize caching data",
|
"ext-igbinary": "^2.0.5 is required, used to serialize caching data",
|
||||||
|
Loading…
Reference in New Issue
Block a user