Skip to content

Commit

Permalink
Merge pull request #6 from Kristories/develop
Browse files Browse the repository at this point in the history
Bump 1.0
  • Loading branch information
Kristories authored Oct 10, 2019
2 parents f9b57f3 + 16acc4c commit f2ba950
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@ A Laravel Nova tool to manage API Authentication (Passport).
- Passport


## Installation
## Installation

Depending on your version of Laravel, you should install a different version of the package.

| Laravel Version | Package Version |
|:---------------:|:---------------:|
| 6.0 | soon.. |
| 5.8 | 1.0 |

You can install the Nova tool in to a [Laravel](http://laravel.com) app that uses [Nova](http://nova.laravel.com) via composer :

Expand Down
10 changes: 9 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,16 @@
],
"license": "MIT",
"require": {
"php": ">=7.1.0"
"php": ">=7.1.0",
"laravel/nova": "^1.0",
"laravel/framework": "^5.8"
},
"repositories": [
{
"type": "composer",
"url": "https://nova.laravel.com"
}
],
"autoload": {
"psr-4": {
"Kristories\\Novassport\\": "src/"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"cross-env": "^5.0.0",
"laravel-mix": "^1.0"
"cross-env": "^6.0.3",
"laravel-mix": "^5.0"
},
"dependencies": {
"vue": "^2.5.0"
"vue": "^2.6.10"
}
}

0 comments on commit f2ba950

Please sign in to comment.