Compare commits

..

No commits in common. "3cbdc2c14f37172cbc75f7fac92ea0f74148a31c" and "3521dca830f23ff90488793e5c6138050c515055" have entirely different histories.

1 changed files with 3 additions and 3 deletions

View File

@ -13,8 +13,8 @@
], ],
"homepage": "https://github.com/Sharifur/paymentgateway", "homepage": "https://github.com/Sharifur/paymentgateway",
"require": { "require": {
"php": "^8.1", "php": "^8.0",
"laravel/framework": "^10.10", "laravel/framework": "^9.0",
"stripe/stripe-php": "^7.103", "stripe/stripe-php": "^7.103",
"srmklive/paypal": "~3.0", "srmklive/paypal": "~3.0",
"midtrans/midtrans-php": "^2.5", "midtrans/midtrans-php": "^2.5",
@ -36,7 +36,7 @@
"stevebauman/location": "^7.0" "stevebauman/location": "^7.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^10.1", "phpunit/phpunit": "^9.0",
"orchestra/testbench": "^7.0", "orchestra/testbench": "^7.0",
"phpstan/phpstan": "^0.12" "phpstan/phpstan": "^0.12"
}, },