Merge pull request 'feat: upgrade to laravel v10.x' (#1) from features/upgrade-version into master

Reviewed-on: #1
This commit is contained in:
hasanmu 2025-01-31 09:08:59 +00:00
commit 3cbdc2c14f
1 changed files with 3 additions and 3 deletions

View File

@ -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"
},