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