Skip to content

Commit 906eb8d

Browse files
authored
Merge pull request #50 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
2 parents a45a4ca + 4759fd4 commit 906eb8d

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
@@ -21,11 +21,11 @@
2121
},
2222
"require": {
2323
"phpnexus/cwh": "^1.1.14 || ^2.0 || ^3.0.0",
24-
"illuminate/support": "^5.1 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0"
24+
"illuminate/support": "^5.1 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0 || ^11.0"
2525
},
2626
"require-dev": {
2727
"friendsofphp/php-cs-fixer": "^2.12 || ^2.16|^3.14",
28-
"phpunit/phpunit": "^6.5 || ^8.4 || ^9.0",
28+
"phpunit/phpunit": "^6.5 || ^8.4 || ^9.0 || ^10.5",
2929
"mockery/mockery": "^1.2"
3030
}
3131
}

0 commit comments

Comments
 (0)