Skip to content

Commit

Permalink
Laravel 7 compatibility (#2)
Browse files Browse the repository at this point in the history
* Upgrade package version to work with Laravel 7

wip

* Update CHANGELOG.md

* Update README.md
  • Loading branch information
ngiraud authored Apr 24, 2020
1 parent 7acc5df commit b0d1dd9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `ngiraud/nova-translatable-v2` will be documented in this file

## 1.0.3 - 2020-04-24

- Laravel 7 compatibility

## 1.0.2 - 2020-02-04

- Retrieve the right attribute to fill the values
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This package is inspired by [optimistdigital/nova-translatable](https://github.c

## Requirements

- `laravel/nova: ^2.9`
- `laravel/nova: ^3.0`
- `spatie/laravel-translatable: ^4.0`

You first need to set up the [spatie/laravel-translatable](https://github.com/spatie/laravel-translatable) package.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
}
],
"require": {
"php": ">=7.1.0",
"laravel/nova": "^2.9",
"php": ">=7.2.5",
"laravel/nova": "^3.0",
"spatie/laravel-translatable": "^4.0"
},
"autoload": {
Expand Down

0 comments on commit b0d1dd9

Please sign in to comment.