Skip to content

Commit

Permalink
Add Nova 3.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarpsvo committed Mar 5, 2020
1 parent 944ca0c commit a16a274
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit a16a274

Please sign in to comment.