Skip to content

Commit 959e4ba

Browse files
authored
Merge pull request #24 from fleetbase/dev-v0.1.3
Upgraded Stripe SDK
2 parents 0e55d24 + 261d49f commit 959e4ba

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fleetbase/registry-bridge",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Internal Bridge between Fleetbase API and Extensions Registry",
55
"keywords": [
66
"fleetbase-extension",
@@ -21,10 +21,10 @@
2121
"require": {
2222
"php": "^8.0",
2323
"fleetbase/core-api": "*",
24-
"laravel/cashier": "^15.2.1",
24+
"laravel/cashier": "^16.2.0",
2525
"php-http/guzzle7-adapter": "^1.0",
2626
"psr/http-factory-implementation": "*",
27-
"stripe/stripe-php": "^13.0"
27+
"stripe/stripe-php": "^17.0"
2828
},
2929
"require-dev": {
3030
"friendsofphp/php-cs-fixer": "^3.34.1",

extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Registry Bridge",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Internal Bridge between Fleetbase API and Extensions Registry",
55
"repository": "https://github.com/fleetbase/registry-bridge",
66
"license": "AGPL-3.0-or-later",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fleetbase/registry-bridge-engine",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Internal Bridge between Fleetbase API and Extensions Registry",
55
"fleetbase": {
66
"route": "extensions"

0 commit comments

Comments
 (0)