Skip to content

Commit 3cf0477

Browse files
author
mustapayev
committed
fix issue #30 laravel 12 support
1 parent 68edbf0 commit 3cf0477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
],
2222
"require": {
2323
"php": ">=7.4",
24-
"illuminate/config": "^8.0|^9.0|^10.0|^11.0",
25-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
24+
"illuminate/config": "^8.0|^9.0|^10.0|^11.0|^12.0",
25+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
2626
"mews/pos": "^1.3"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)