Skip to content

Commit 0497ef3

Browse files
Merge pull request #12 from ahmetshen/patch-1
Make compatible with Laravel 10.x
2 parents 440f74e + cbe8bae commit 0497ef3

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
@@ -18,7 +18,7 @@
1818
],
1919
"require": {
2020
"php": "^7.1|^8.0",
21-
"laravel/framework": "5.*|6.*|7.*|8.*|9.*"
21+
"laravel/framework": "5.*|6.*|7.*|8.*|9.*|10.*"
2222
},
2323
"require-dev": {
2424
"orchestra/testbench": "^4.0"
@@ -45,4 +45,4 @@
4545
]
4646
}
4747
}
48-
}
48+
}

0 commit comments

Comments
 (0)