From a5a3a23956845a36ebc33ddf45931ddf17672390 Mon Sep 17 00:00:00 2001 From: Ankur Kumar Date: Sat, 19 Aug 2023 08:28:29 +0530 Subject: [PATCH 1/2] Alllow stripe-php v12.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b088773..182f3e9 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "php": "^8.0", "illuminate/support": "^8.0|^9.0|^10.0", "spatie/laravel-webhook-client": "^3.0", - "stripe/stripe-php": "^7.51|^8.0|^9.0|^10.0|^11.0" + "stripe/stripe-php": "^7.51|^8.0|^9.0|^10.0|^11.0|^12.0" }, "require-dev": { "orchestra/testbench": "^6.0|^7.0|^8.0", From 4e09c554ab829e38e59127be787efc0bef5a03e2 Mon Sep 17 00:00:00 2001 From: Ankur Kumar Date: Sat, 19 Aug 2023 08:30:29 +0530 Subject: [PATCH 2/2] doc: Fix gh-action badge in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9978b59..1c22b9f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Handle Stripe Webhooks in a Laravel application [![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/laravel-stripe-webhooks.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-stripe-webhooks) -![GitHub Workflow Status](https://img.shields.io/github/workflow/status/spatie/laravel-stripe-webhooks/run-tests?label=tests) +![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/spatie/laravel-stripe-webhooks/run-tests.yml?label=tests&branch=main) ![Check & fix styling](https://github.com/spatie/laravel-stripe-webhooks/workflows/Check%20&%20fix%20styling/badge.svg) [![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-stripe-webhooks.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-stripe-webhooks)