first commit
This commit is contained in:
22
plugins/cvIngPlugin.bck/lib/composer.json
Normal file
22
plugins/cvIngPlugin.bck/lib/composer.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "twisto-payments/twisto",
|
||||
"type": "library",
|
||||
"license": "BSD-3-Clause",
|
||||
"description": "Library providing support for Twisto.cz payments service",
|
||||
"keywords": ["twisto", "payments"],
|
||||
"homepage": "https://github.com/TwistoPayments/Twisto.php",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Twisto payments a.s.",
|
||||
"email": "dotaz@twisto.cz"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Twisto\\": "src/Twisto/"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user