diff --git a/CHANGELOG.md b/CHANGELOG.md index eecba6e..6c0e142 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/composer.json b/composer.json index 2297e6e..c13e366 100644 --- a/composer.json +++ b/composer.json @@ -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", @@ -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": {