Skip to content

Commit d0aa0b3

Browse files
authored
Merge pull request #6 from lextira/add-laravel-12-compatibility
Add L12 compatibility
2 parents 7f4ecbd + 894222b commit d0aa0b3

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|^10|^11",
11-
"illuminate/support": "^8|^9|^10|^11",
12-
"illuminate/validation": "^8|^9|^10|^11"
10+
"illuminate/config": "^8|^9|^10|^11|^12",
11+
"illuminate/support": "^8|^9|^10|^11|^12",
12+
"illuminate/validation": "^8|^9|^10|^11|^12"
1313
},
1414
"autoload": {
1515
"psr-4": {

0 commit comments

Comments
 (0)