allow vendord
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 32s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 32s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s
This commit is contained in:
40
vendor/karim007/laravel-bkash-tokenize/composer.json
vendored
Normal file
40
vendor/karim007/laravel-bkash-tokenize/composer.json
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "karim007/laravel-bkash-tokenize",
|
||||
"description": "This is bKash tokenize payment gateway for laravel",
|
||||
"type": "library",
|
||||
"keywords": [
|
||||
"bkash",
|
||||
"bkash-payment-gateway",
|
||||
"bkash-payment",
|
||||
"laravel-bkash",
|
||||
"laravel-bkash-payment",
|
||||
"laravel-bkash-payment-tokenize"
|
||||
],
|
||||
"require": {
|
||||
"php": "^7.4|^8.0|^8.1|^8.2",
|
||||
"ext-curl": "*"
|
||||
},
|
||||
"license": "MIT",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Karim007\\LaravelBkashTokenize\\": "src/"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Md abdul karim",
|
||||
"email": "karim.cse007@gmail.com"
|
||||
}
|
||||
],
|
||||
"minimum-stability": "dev",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Karim007\\LaravelBkashTokenize\\BkashTokenizeServiceProvider"
|
||||
],
|
||||
"aliases": {
|
||||
"LaravelBkashTokenize": "Karim007\\LaravelBkashTokenize\\LaravelBkashTokenize"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user