Skip to content

Commit d0c6b22

Browse files
Merge pull request #4 from lextira/update-laravel-10
Update Laravel 10 compatibility
2 parents dd5c0a1 + 7631f29 commit d0c6b22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"php": ">=7.2.5",
88
"ext-json": "*",
99
"guzzlehttp/guzzle": "^7",
10-
"illuminate/config": "^8|^9",
11-
"illuminate/support": "^8|^9",
12-
"illuminate/validation": "^8|^9"
10+
"illuminate/config": "^8|^9|^10",
11+
"illuminate/support": "^8|^9|^10",
12+
"illuminate/validation": "^8|^9|^10"
1313
},
1414
"autoload": {
1515
"psr-4": {

0 commit comments

Comments
 (0)