From 41384b0942e0019c45aeb7369631ff6e2419986d Mon Sep 17 00:00:00 2001 From: HasanMu Date: Fri, 31 Jan 2025 16:08:30 +0700 Subject: [PATCH] feat: upgrade to laravel v10.x --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index cf00ad0..176d05d 100644 --- a/composer.json +++ b/composer.json @@ -13,8 +13,8 @@ ], "homepage": "https://github.com/Sharifur/paymentgateway", "require": { - "php": "^8.0", - "laravel/framework": "^9.0", + "php": "^8.1", + "laravel/framework": "^10.10", "stripe/stripe-php": "^7.103", "srmklive/paypal": "~3.0", "midtrans/midtrans-php": "^2.5", @@ -36,7 +36,7 @@ "stevebauman/location": "^7.0" }, "require-dev": { - "phpunit/phpunit": "^9.0", + "phpunit/phpunit": "^10.1", "orchestra/testbench": "^7.0", "phpstan/phpstan": "^0.12" },