Skip to content

Commit 11f29f6

Browse files
authored
Support Laravel 12
1 parent 9c5af9e commit 11f29f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
}
1414
],
1515
"require": {
16-
"illuminate/support": "^5|^6|^7|^8|^9|^10|^11",
16+
"php": "^8.1",
17+
"illuminate/support": "^9|^10|^11|^12",
1718
"league/omnipay": "~3.0"
1819
},
1920
"autoload": {

0 commit comments

Comments
 (0)