Skip to content

Commit

Permalink
4.0 release for Nova 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarpsvo committed Apr 7, 2022
1 parent 444cc68 commit a9a268d
Show file tree
Hide file tree
Showing 3 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 @@ -5,6 +5,14 @@ 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).

## [4.0.0] - 07-04-2022

### Changed

- Dropped Laravel 7 and 8 support
- Dropped PHP 7.X support
- Dropped Nova 3.X support

## [3.1.3] - 21-01-2022

### Changed
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ This [Laravel Nova](https://nova.laravel.com/) package helps developers load tra

## Requirements

- `php: >=7.2`
- `laravel/framework: ^7.0 || ^8.0`
- `laravel/nova: ^3.0`
- `php: >=8.0`
- `laravel/framework: ^9.0`
- `laravel/nova: ^4.0`

## Installation

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
],
"license": "MIT",
"require": {
"php": ">=7.2.0",
"laravel/framework": "^7.21 || ^8.0 || ^9.0",
"laravel/nova": "^3.0"
"php": ">=8.0",
"laravel/framework": "^9.0",
"laravel/nova": "^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a9a268d

Please sign in to comment.