Skip to content

Commit

Permalink
Merge pull request #13 from mohamad-supangat/laravel_10
Browse files Browse the repository at this point in the history
add support to laravel 10
  • Loading branch information
Scyllaly authored Mar 14, 2023
2 parents 97f516f + f414af5 commit 3c133df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
],
"require": {
"php": ">=5.5.5",
"illuminate/support": "5.*|6.*|7.*|8.*|^9.0"
"illuminate/support": "5.*|6.*|7.*|8.*|^9.0|10.*"
},
"require-dev": {
"phpunit/phpunit": "~4.8|^9.5.10"
"phpunit/phpunit": "~4.8|^9.5.10|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3c133df

Please sign in to comment.