Skip to content

Commit f5b13d6

Browse files
authored
Merge pull request #87 from oriceon/patch-2
Laravel 12 support
2 parents 947c3b7 + 7049b26 commit f5b13d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
]
1919
},
2020
"require": {
21-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
22-
"illuminate/notifications": "^8.0|^9.0|^10.0|^11.0"
21+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
22+
"illuminate/notifications": "^8.0|^9.0|^10.0|^11.0|^12.0"
2323
},
2424
"config": {
2525
"sort-packages": true

0 commit comments

Comments
 (0)