From a16a27437f7103816c12a48f113beab0d61bb6d8 Mon Sep 17 00:00:00 2001 From: Tarvo Reinpalu Date: Thu, 5 Mar 2020 09:37:29 +0200 Subject: [PATCH] Add Nova 3.0 support --- CHANGELOG.md | 7 +++++++ composer.json | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7c0d2e..9e1ef3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.4.2] - 2020-03-05 + +### Added + +- Support Nova 3.0 in `composer.json` requirements + ## [2.4.1] - 2020-03-02 ### Changed @@ -112,6 +118,7 @@ Initial release. - UI for editing settings - Helpers for accessing settings +[2.4.2]: https://github.com/optimistdigital/nova-settings/compare/2.4.1...2.4.2 [2.4.1]: https://github.com/optimistdigital/nova-settings/compare/2.4.0...2.4.1 [2.4.0]: https://github.com/optimistdigital/nova-settings/compare/2.3.0...2.4.0 [2.3.0]: https://github.com/optimistdigital/nova-settings/compare/2.2.0...2.3.0 diff --git a/composer.json b/composer.json index f4e3f66..1c3a45f 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,8 @@ ], "license": "MIT", "require": { - "php": ">=7.1.0" + "php": ">=7.1.0", + "laravel/nova": "^2.0.11 || ^3.0" }, "autoload": { "psr-4": {