Skip to content

Commit 53b8ce8

Browse files
authoredAug 21, 2023
Allow Stripe php 12 (#166)
* Alllow stripe-php v12.x * doc: Fix gh-action badge in readme
1 parent 4a56be8 commit 53b8ce8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Handle Stripe Webhooks in a Laravel application
22

33
[![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)
4-
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/spatie/laravel-stripe-webhooks/run-tests?label=tests)
4+
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/spatie/laravel-stripe-webhooks/run-tests.yml?label=tests&branch=main)
55
![Check & fix styling](https://github.com/spatie/laravel-stripe-webhooks/workflows/Check%20&%20fix%20styling/badge.svg)
66
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-stripe-webhooks.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-stripe-webhooks)
77

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"php": "^8.0",
2222
"illuminate/support": "^8.0|^9.0|^10.0",
2323
"spatie/laravel-webhook-client": "^3.0",
24-
"stripe/stripe-php": "^7.51|^8.0|^9.0|^10.0|^11.0"
24+
"stripe/stripe-php": "^7.51|^8.0|^9.0|^10.0|^11.0|^12.0"
2525
},
2626
"require-dev": {
2727
"orchestra/testbench": "^6.0|^7.0|^8.0",

0 commit comments

Comments
 (0)