From 4628116c1ce7b82245c4a40b10132f1155c54f6d Mon Sep 17 00:00:00 2001 From: Rahul Date: Thu, 23 Nov 2023 01:12:07 +0600 Subject: [PATCH] =?UTF-8?q?Locked=20package=20version=20to=20Laravel=207?= =?UTF-8?q?=20=F0=9F=94=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ composer.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 202efdb..934b7a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `laravel-filepond` will be documented in this file. +## 7.0.1 - 2023-11-23 + +- Locked package version to Laravel 7. 🔒 + ## 7.0.0 - 2023-11-14 - Moved to major versioning to support each Laravel release. ✨ diff --git a/composer.json b/composer.json index 4c6644c..d5bae34 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,8 @@ } ], "require": { - "php": "^7.2.5|^8.0" + "php": "^7.2.5|^8.0", + "laravel/framework": "^7" }, "require-dev": { "league/flysystem-aws-s3-v3": "^1.0",