| Current Path : /var/www/clients/client3/web2/web/vendor/klarna/module-core/ |
| Current File : /var/www/clients/client3/web2/web/vendor/klarna/module-core/composer.json |
{
"name": "klarna/module-core",
"description": "Klarna Core Magento 2 Extension",
"type": "magento2-module",
"license": "Apache-2.0",
"version": "6.2.4",
"require": {
"php": "~7.3.0||~7.4.0",
"guzzlehttp/guzzle": "^6.3.3",
"magento/framework": "^102|^103",
"magento/module-bundle": "^100.3||^101.0",
"magento/module-catalog": "^103.0|^104.0",
"magento/module-config": "^101.1",
"magento/module-customer": "^102.0|^103.0",
"magento/module-directory": "100.4.*",
"magento/module-payment": "^100.3",
"magento/module-quote": "^101.1",
"magento/module-sales": "^102.0||^103.0",
"magento/module-store": "^101.0",
"magento/module-tax": "^100.3",
"magento/module-media-storage": "100.4.*",
"magento/module-backend": "^102.0",
"magento/module-ui": "^101.2",
"psr/log": "^1.0"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Klarna\\Core\\": "."
}
},
"authors": [
{
"email": "joe.constant@klarna.com",
"name": "Joe Constant",
"role": "Developer"
},
{
"email": "dario.kassler@klarna.com",
"name": "Dario Kassler",
"role": "Developer"
},
{
"email": "kenny.gilles@klarna.com",
"name": "Kenny Gilles",
"role": "Developer"
},
{
"email": "markus.simon2@klarna.com",
"name": "Markus Simon",
"role": "Developer"
},
{
"email": "fei.chen@klarna.com",
"name": "Fei Chen",
"role": "Developer"
},
{
"email": "jason.grim@klarna.com",
"name": "Jason Grim",
"role": "Developer"
},
{
"email": "christian.jung@klarna.com",
"name": "Christian Jung",
"role": "Developer"
}
],
"support": {
"email": "magento@klarna.com"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"phpunit/phpunit": "~6.2.0",
"phpmd/phpmd": "@stable",
"pdepend/pdepend": "^2.5",
"friendsofphp/php-cs-fixer": "~2.10.1",
"lusitanian/oauth": "~0.8.10",
"sebastian/phpcpd": "~3.0",
"mikey179/vfsstream": "^1.6",
"phpro/grumphp": "^0.14",
"theseer/phpdox": "^0.10.1",
"phploc/phploc": "^4.0",
"squizlabs/php_codesniffer": "^3.2",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"jakub-onderka/php-console-highlighter": "^0.3.2",
"magento/magento-coding-standard": "*"
}
}