Add Laravel 10 and 11 support

- Update illuminate/support constraint to ^9.0|^10.0|^11.0
- Update phpunit constraint to support newer versions

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-19 02:20:59 +00:00
parent ea42092b92
commit c5be6dacb4

View File

@@ -36,11 +36,11 @@
"type": "library", "type": "library",
"require": { "require": {
"php": "^8.1", "php": "^8.1",
"illuminate/support": "^9.0" "illuminate/support": "^9.0|^10.0|^11.0"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "^1.4.4", "mockery/mockery": "^1.4.4",
"phpunit/phpunit": "^9.5.10" "phpunit/phpunit": "^9.5.10|^10.0|^11.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {