Skip to content

Commit 7417ce7

Browse files
authored
Laravel 10 support
1 parent 9574357 commit 7417ce7

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
@@ -22,8 +22,8 @@
2222
"require": {
2323
"php": "^8.1",
2424
"datomatic/enum-helper": "^1.0",
25-
"illuminate/translation": "^8.0|^9.0",
26-
"illuminate/support": "^8.0|^9.0"
25+
"illuminate/translation": "^8.0|^9.0|^10.0",
26+
"illuminate/support": "^8.0|^9.0|^10.0"
2727
},
2828
"require-dev": {
2929
"pestphp/pest": "^1.21",

0 commit comments

Comments
 (0)