Skip to content

Commit 3c133df

Browse files
authored
Merge pull request #13 from mohamad-supangat/laravel_10
add support to laravel 10
2 parents 97f516f + f414af5 commit 3c133df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
],
1616
"require": {
1717
"php": ">=5.5.5",
18-
"illuminate/support": "5.*|6.*|7.*|8.*|^9.0"
18+
"illuminate/support": "5.*|6.*|7.*|8.*|^9.0|10.*"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "~4.8|^9.5.10"
21+
"phpunit/phpunit": "~4.8|^9.5.10|^10.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)