Skip to content

Commit

Permalink
Merge branch 'optimistdigital-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
rslanzi committed Mar 9, 2022
2 parents 8cc8405 + 6775102 commit 6669f11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 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).

## [3.1.3] - 21-01-2022

### Changed

- Allow Laravel 9 in `composer.json` (thanks to [@luigel](https://github.com/luigel))

## [3.1.2] - 18-06-2021

### Changed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"require": {
"php": "^8.0",
"laravel/framework": "^8.0",
"laravel/framework": "^7.21 || ^8.0 || ^9.0",
"workup/nova": "^3.0"
},
"autoload": {
Expand Down

0 comments on commit 6669f11

Please sign in to comment.