Skip to content

Commit 7e0d283

Browse files
committed
upgraded to larvel 11
1 parent 466cab6 commit 7e0d283

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "understand/understand-laravel",
3-
"description": "Laravel 5, 6, 7, 8, 9 and 10 service provider for Understand.io",
3+
"description": "Laravel 5, 6, 7, 8, 9, 10 and 11 service provider for Understand.io",
44
"keywords": ["laravel", "understand.io", "understand", "logs"],
55
"license": "MIT",
66
"authors": [
@@ -10,9 +10,9 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^5.5 || ^7.0 || ^8.0 || ^8.1 || ^8.2",
13+
"php": "^5.5 || ^7.0 || ^8.0 || ^8.1 || ^8.2 || ^8.3",
1414
"ext-curl": "*",
15-
"illuminate/support": "^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
15+
"illuminate/support": "^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^6.0 || ^7.0 || ^8.0 || ^9.0",
@@ -32,7 +32,7 @@
3232
},
3333
"extra": {
3434
"component": "package",
35-
"frameworks": ["Laravel 5", "Laravel 6", "Laravel 7", "Laravel 8", "Laravel 9", "Laravel 10"],
35+
"frameworks": ["Laravel 5", "Laravel 6", "Laravel 7", "Laravel 8", "Laravel 9", "Laravel 10", "Laravel 11"],
3636
"branch-alias": {
3737
"dev-master": "2.0-dev"
3838
},

0 commit comments

Comments
 (0)