From b9e1c4d3a2aa0f9da3b80bb7ecfd126329878497 Mon Sep 17 00:00:00 2001 From: Jasper Zonneveld Date: Thu, 24 Oct 2024 21:07:55 +0200 Subject: [PATCH] build: drop PHP <8.0 support --- CHANGELOG.md | 4 +++- composer.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71044b0..cc9801a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,9 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip ## [Unreleased] -- Nothing. +### Removed + +- Dropped PHP <8.0 support. ## [2.1.0] - 2023-02-16 diff --git a/composer.json b/composer.json index 6a8c317..06dc5d1 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0", "illuminate/encryption": "^8.0|^9.0|^10.0", "illuminate/support": "^8.0|^9.0|^10.0", "league/flysystem": "^2.0|^3.0"