Skip to content

Commit 6bcb75d

Browse files
Merge pull request #46 from ferdousanam/laravel-11-update
Laravel 11 support
2 parents ea522b7 + b17e3fb commit 6bcb75d

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

composer.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
],
1717
"require": {
1818
"php": "^8.1",
19-
"illuminate/cache": "~10.0",
20-
"illuminate/container": "~10.0",
21-
"illuminate/contracts": "~10.0",
22-
"illuminate/support": "~10.0",
23-
"illuminate/routing": "~10.0",
24-
"illuminate/view": "~10.0"
19+
"illuminate/cache": "~10.0|~11.0",
20+
"illuminate/container": "~10.0|~11.0",
21+
"illuminate/contracts": "~10.0|~11.0",
22+
"illuminate/support": "~10.0|~11.0",
23+
"illuminate/routing": "~10.0|~11.0",
24+
"illuminate/view": "~10.0|~11.0"
2525
},
2626
"require-dev": {
2727
"mockery/mockery": "^1.6",
@@ -50,5 +50,6 @@
5050
"scripts": {
5151
"test": "vendor/bin/phpunit",
5252
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
53-
}
53+
},
54+
"minimum-stability": "dev",
5455
}

0 commit comments

Comments
 (0)