Add require-dev for ramsey/collection version supporting PHP 8.1

This commit is contained in:
Martin Zurowietz 2022-04-26 15:09:31 +02:00
parent de5f93682a
commit 5fba3364d8

View File

@ -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": {