Skip to content

Commit

Permalink
Merge pull request #12 from Kristories/develop
Browse files Browse the repository at this point in the history
Support Laravel 8
  • Loading branch information
Kristories authored Dec 17, 2020
2 parents bfbe5f9 + 287a804 commit 99f494b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
],
"license": "MIT",
"require": {
"php": ">=7.1.0",
"laravel/nova": "^2.0",
"laravel/framework": "^6.0"
"php": "^8.0|^7.3",
"laravel/nova": "^3.0",
"laravel/passport": "^10.1"
},
"repositories": [
{
Expand Down

0 comments on commit 99f494b

Please sign in to comment.