From 56f2374d68ee3f75febdc8fb958f715ae1ce28d8 Mon Sep 17 00:00:00 2001 From: Designcise Date: Wed, 21 Jul 2021 23:11:09 +0200 Subject: [PATCH] Bumped up PHP to v8 + Updated Readme (#2) Co-authored-by: Daniyal Hamid --- README.md | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7fe72f9..32fa554 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Whoops error handler middleware to handle application or middleware specific err $ composer require "designcise/bitframe-whoops" ``` -Please note that this package requires PHP 7.4.0 or newer. +Please note that this package requires PHP 8.0 or newer. ## Quickstart @@ -114,7 +114,7 @@ To run the tests you can use the following commands: ## Documentation -Complete documentation for v2.0 will be available soon. +Complete documentation for v3 will be available soon. ## License diff --git a/composer.json b/composer.json index 609bd99..72457d5 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": ">=7.4.0", + "php": ">=8.0", "filp/whoops": "~2.7", "psr/http-factory": "~1.0", "psr/http-server-handler": "~1.0",