first commit

This commit is contained in:
2025-08-02 16:30:27 +02:00
commit 23646bfcee
14851 changed files with 1750626 additions and 0 deletions

51
composer.json Normal file
View 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"
]
}
}
}