Skip to content

Commit bac0739

Browse files
authored
Merge pull request #172 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
2 parents 30403ec + 40e8f11 commit bac0739

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
"require": {
2626
"php": "^7.1.3|^8.0",
2727
"guzzlehttp/guzzle": "^6.3 || ^7.0.1",
28-
"illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0",
29-
"illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0"
28+
"illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0|^11.0",
29+
"illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0|^11.0"
3030
},
3131
"require-dev": {
32-
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.0"
32+
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.0|^10.5"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)