1
0
Fork 0

Relax illuminate/collections version constraint

This commit is contained in:
Henrik Hautakoski 2026-05-25 20:11:44 +02:00
parent 3304b53c41
commit b263adf40d

View file

@ -25,7 +25,7 @@
} }
}, },
"require": { "require": {
"illuminate/collections": "^10.0", "illuminate/collections": ">=10.0",
"shufflingpixels/php-io": "dev-main", "shufflingpixels/php-io": "dev-main",
"intervention/image": "^4.0" "intervention/image": "^4.0"
}, },