diff --git a/composer.json b/composer.json index af8d0ba6..5e20e270 100644 --- a/composer.json +++ b/composer.json @@ -5,10 +5,12 @@ "wordpress" ], "homepage": "https://wpusermanager.com", - "authors": [{ - "name": "WP User Manager", - "email": "hello@wpusermanager.com" - }], + "authors": [ + { + "name": "WP User Manager", + "email": "hello@wpusermanager.com" + } + ], "license": [ "GPL-3.0-or-later" ], @@ -16,7 +18,7 @@ "brain/cortex": "dev-refactoring-fastroute", "dompdf/dompdf": "^2.0", "gamajo/template-loader": "^1.3", - "htmlburger/carbon-fields": "^2.1", + "htmlburger/carbon-fields": "^3.6.9", "nesbot/carbon": "^2.66", "stripe/stripe-php": "^10.5", "wearerequired/wp-requirements-check": "^1.0", @@ -51,6 +53,8 @@ "wp-coding-standards/wpcs": "^2.3" }, "autoload": { - "psr-4": {"WPUserManager\\Stripe\\": "includes/integrations/stripe"} + "psr-4": { + "WPUserManager\\Stripe\\": "includes/integrations/stripe" + } } -} +} \ No newline at end of file