Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Feb 27, 2019
1 parent 9382d23 commit 7298873
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to `nova-tags-field` will be documented in this file

## 2.0.1 - 2019-02-27

- fix deps

## 2.0.0 - 2019-02-27

- support Laravel 5.8 and Nova 2.0

## 1.1.3 - 2019-02-10

- fix for displaying errors
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
],
"repositories": [
{
"type": "path",
"url": "../laravel-nova"
"type": "composer",
"url": "https://nova.laravel.com"
}
],
"homepage": "https://github.com/spatie/nova-tags-field",
Expand All @@ -22,13 +22,13 @@
],
"require": {
"php": ">=7.1.0",
"laravel/nova": "*",
"spatie/laravel-tags": "^2.2"
"laravel/nova": "^2.0",
"spatie/laravel-tags": "^2.3"
},
"require-dev": {
"mockery/mockery": "^1.1",
"orchestra/testbench": "^3.6",
"phpunit/phpunit": "7.1"
"orchestra/testbench": "^3.8",
"phpunit/phpunit": "8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7298873

Please sign in to comment.