Skip to content

Commit be96684

Browse files
committed
update stripe/stripe-php to 20
1 parent 1b936dd commit be96684

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Install plugin dependencies
6262
run: |
6363
cd pelican
64-
composer require "stripe/stripe-php:^18.0" "kovah/laravel-socialite-oidc:^0.6" "xpaw/php-minecraft-query:^5.0.0" "xpaw/php-source-query-class:^5.0.0"
64+
composer require "stripe/stripe-php:^20.0" "kovah/laravel-socialite-oidc:^0.6" "xpaw/php-minecraft-query:^5.0.0" "xpaw/php-source-query-class:^5.0.0"
6565
6666
- name: Setup .env file
6767
run: cp pelican/.env.example pelican/.env

billing/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"panels": null,
1313
"panel_version": null,
1414
"composer_packages": {
15-
"stripe/stripe-php": "^18.0"
15+
"stripe/stripe-php": "^20.0"
1616
}
1717
}

0 commit comments

Comments
 (0)