From f616a9c2517830fe4d684f0bbbafebd573672bc1 Mon Sep 17 00:00:00 2001 From: Adam Campbell Date: Wed, 1 Mar 2023 12:33:55 -0600 Subject: [PATCH] Bump --- README.md | 4 ++-- composer.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8991e14..dc53229 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ Of course, Receiver can receive webhooks from any source using [custom providers Requires: -- PHP ^8.0 -- Laravel 8+ +- PHP ^8.1 +- Laravel 9+ ```shell composer require hotmeteor/receiver diff --git a/composer.json b/composer.json index 624effe..25bf1a7 100644 --- a/composer.json +++ b/composer.json @@ -20,13 +20,13 @@ }, "require": { "php": "^8.1", - "illuminate/support": "^9.0|^10.0", - "stripe/stripe-php": "^9.2" + "illuminate/support": "^9.0|^10.0" }, "require-dev": { "nunomaduro/collision": "^6.0|^7.0", "orchestra/testbench": "^7.0|^8.0", - "phpunit/phpunit": "^9.5.8|^10.0" + "phpunit/phpunit": "^9.5.8|^10.0", + "stripe/stripe-php": "^9.2" }, "autoload": { "psr-4": {