Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Commit

Permalink
Added max version constraint due to Nova 3.8.4 having breaking changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner committed Sep 3, 2020
1 parent 2cb03c3 commit ac153d0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.2.1] - 2020-09-03
### Added
- max version constraint due to Nova 3.8.4 having breaking changes.

## [0.2.0] - 2020-08-17
### Fixed
- paths for default leaflet image assets.
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
## Supporting This Package
This is an MIT-licensed open source project with its ongoing development made possible by the support of the community. If you'd like to support this, and our other packages, please consider [becoming a backer or sponsor on Patreon](https://www.patreon.com/mikebronner).

## Requirements
```diff
- note that this package is not compatible with Nova 3.8.4 and as such requires a lower version to be used until a solution can be found.
```
- Laravel 7.0+
- Nova <3.8.4

## Installation
1. Install the package:
```sh
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
}
],
"require": {
"laravel/nova": "*",
"illuminate/support": "^7.0",
"laravel/nova": "<3.8.4",
"symfony/thanks": "^1.1"
},
"autoload": {
Expand Down

0 comments on commit ac153d0

Please sign in to comment.