From baa886cb7082eb0fc399c64a54b996ca8df28f8d Mon Sep 17 00:00:00 2001 From: "Tarvo R." Date: Wed, 13 Mar 2024 10:57:31 +0200 Subject: [PATCH] Remove Laravel version restrictions --- CHANGELOG.md | 6 ++++++ composer.json | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ccf491..1152a25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). +## [5.0.2] - 13-03-2024 + +### Changed + +- Removed Laravel version restriction + ## [5.0.1] - 10-02-2023 ### Changed diff --git a/composer.json b/composer.json index 5715881..714392d 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,6 @@ "license": "MIT", "require": { "php": ">=8.0", - "laravel/framework": "^8.0|^9.0|^10.0", "laravel/nova": "^4.0" }, "autoload": {