Skip to content

Commit a5a028f

Browse files
authored
Support Laravel 9
1 parent b43536a commit a5a028f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Debug Laravel views",
44
"license": "MIT",
55
"require": {
6-
"laravel/framework": "^6.10 || ^7.0 || ^8.0"
6+
"laravel/framework": "^6.10 || ^7.0 || ^8.0 || ^9.0"
77
},
88
"require-dev": {
99
"orchestra/testbench": "^5.0"

0 commit comments

Comments
 (0)