Skip to content

Commit 3e739ab

Browse files
authored
Merge pull request #10 from choxx/v10
Laravel 10 support added
2 parents 12d762f + 28f984f commit 3e739ab

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"ext-json": "*"
3535
},
3636
"require-dev": {
37-
"laravel/framework": "^5.0|^6.0|^7.0|^8.0|^9.0"
37+
"laravel/framework": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0"
3838
},
3939
"autoload": {
4040
"psr-4": {

readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ A few cool features of this package are:
1818
## Installation
1919
We recommend using [Composer](https://getcomposer.org) to install this package. This package supports [Laravel](https://laravel.com) versions >= 5.x.
2020

21-
composer require "luezoid/laravel-core" # For latest version of Laravel (>=7.x)
21+
composer require "luezoid/laravel-core" # For latest version of Laravel (>=10.x)
22+
composer require "luezoid/laravel-core:^9.0" # For Laravel version 9.x
23+
composer require "luezoid/laravel-core:^8.0" # For Laravel version 8.x
24+
composer require "luezoid/laravel-core:^7.0" # For Laravel version 7.x
2225
composer require "luezoid/laravel-core:^6.0" # For Laravel version 6.x
2326
composer require "luezoid/laravel-core:^5.0" # For Laravel version 5.x
2427
Next, configure your `app/Exceptions/Handler.php` and extend it with `Luezoid\Laravelcore\Exceptions\Handler`. Sample file can be seen [here](/examples/Exceptions/Handler.php).

0 commit comments

Comments
 (0)