Skip to content

Commit

Permalink
Support Laravel 7 and upper (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Mar 7, 2020
1 parent 9b399aa commit b15f819
Show file tree
Hide file tree
Showing 7 changed files with 1,270 additions and 1,301 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
}
],
"require": {
"laravel/framework": "^5.6 || ^6.0",
"laravel/framework": ">5.6",
"sabre/dav": "^4.0"
},
"require-dev": {
"nunomaduro/larastan": "^0.3.15",
"orchestra/testbench": "~3.0",
"phpunit/phpunit": "^8.0",
"nunomaduro/larastan": "^0.5",
"orchestra/testbench": "^5.0",
"phpunit/phpunit": "^9.0",
"vimeo/psalm": "^3.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit b15f819

Please sign in to comment.