first commit
This commit is contained in:
51
composer.json
Normal file
51
composer.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"name": "wpj/kupshop",
|
||||
"license": "proprietary",
|
||||
"type": "project",
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"class"
|
||||
],
|
||||
"psr-4": {
|
||||
"": [
|
||||
"./bundles/"
|
||||
]
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"wikimedia/composer-merge-plugin": "@stable",
|
||||
"phpstan/phpstan": "^2.1",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"misantron/dbunit": "^5.0",
|
||||
"girosolution/girocheckout-sdk": "^2.4",
|
||||
"alcohol/iso4217": "^4.0",
|
||||
"adamstipak/webpay-php": "^1.5",
|
||||
"ticketpark/saferpay-json-api": "^1.4",
|
||||
"paypal/rest-api-sdk-php": "*",
|
||||
"mattiabasone/pagonline": " ^2.0",
|
||||
"league/omnipay": "^3",
|
||||
"omnipay/paypal": "^3.0",
|
||||
"diglin/intrum": "1.*",
|
||||
"google/apiclient": "^2.4.0",
|
||||
"ninedigit/ekasa-clientphp": "^3.1.0",
|
||||
"heureka/overeno-zakazniky": "^4.0",
|
||||
"firebase/php-jwt": "^6.10"
|
||||
},
|
||||
"require-dev": {
|
||||
"johnkary/phpunit-speedtrap": "^4.0"
|
||||
},
|
||||
"repositories" : [
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "https://toran.kupshop.cz/repo/private/"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"merge-plugin": {
|
||||
"require": [
|
||||
"composer.engine.json",
|
||||
"composer.symfony.json"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user