Skip to content

Commit e61d0c5

Browse files
Merge pull request #6 from YOzaz/laravel-11
Support for Laravel 11
2 parents 6e0925b + 2221261 commit e61d0c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"require": {
2525
"php": "^8.1",
2626
"eventsauce/object-hydrator": "^0.4.3",
27-
"illuminate/contracts": "^9.22|^10.0",
28-
"illuminate/support": "^9.22|^10.0"
27+
"illuminate/contracts": "^9.22|^10.0|^11.0",
28+
"illuminate/support": "^9.22|^10.0|^11.0"
2929
},
3030
"scripts": {
3131
"test": "./vendor/bin/pest",

0 commit comments

Comments
 (0)