Skip to content

Commit bf22290

Browse files
Merge pull request #17 from amirsadeghi1/patch-1
Laravel 10 Support
2 parents 5158cdd + e37693a commit bf22290

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)