Skip to content

Commit e37693a

Browse files
authored
Laravel 10 Support
1 parent 5158cdd commit e37693a

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
@@ -18,7 +18,7 @@
1818
],
1919
"require": {
2020
"php": "^7.1.3|7.2.*|7.3.*|7.4.*|8.*",
21-
"laravel/framework": "~5.1|6.*|7.*|8.*|^9.0"
21+
"laravel/framework":"~5.1|6.*|7.*|8.*|9.*|10.*"
2222
},
2323
"require-dev": {
2424
"orchestra/testbench": "^4.0|^5.0|^6.0",

0 commit comments

Comments
 (0)