mirror of
https://github.com/jbcr/AlmaSyliusPaymentPlugin.git
synced 2026-03-24 00:42:14 +01:00
69 lines
2.0 KiB
JSON
69 lines
2.0 KiB
JSON
{
|
|
"name": "alma/sylius-payment-plugin",
|
|
"type": "sylius-plugin",
|
|
"keywords": [
|
|
"alma",
|
|
"buy now pay later",
|
|
"bnpl",
|
|
"installments",
|
|
"payment",
|
|
"sylius",
|
|
"sylius-plugin"
|
|
],
|
|
"description": "Payment plugin to integrate Alma installments and pay later payments with your Sylius shop",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"alma/alma-php-client": "^1.9.1",
|
|
"sylius/sylius": ">=1.6.9",
|
|
"ext-json": "*"
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "^3.6.1",
|
|
"behat/mink-selenium2-driver": "^1.4",
|
|
"dmore/behat-chrome-extension": "^1.3",
|
|
"dmore/chrome-mink-driver": "^2.7",
|
|
"friends-of-behat/mink": "^1.8",
|
|
"friends-of-behat/mink-browserkit-driver": "^1.4",
|
|
"friends-of-behat/mink-extension": "^2.4",
|
|
"friends-of-behat/page-object-extension": "^0.3",
|
|
"friends-of-behat/suite-settings-extension": "^1.0",
|
|
"friends-of-behat/symfony-extension": "^2.1",
|
|
"friends-of-behat/variadic-extension": "^1.3",
|
|
"lakion/mink-debug-extension": "^1.2.3",
|
|
"phpspec/phpspec": "^6.1",
|
|
"phpstan/extension-installer": "^1.0",
|
|
"phpstan/phpstan": "0.12.25",
|
|
"phpstan/phpstan-doctrine": "0.12.13",
|
|
"phpstan/phpstan-strict-rules": "^0.12.0",
|
|
"phpstan/phpstan-webmozart-assert": "0.12.4",
|
|
"phpunit/phpunit": "^8.5",
|
|
"sensiolabs/security-checker": "^6.0",
|
|
"sylius-labs/coding-standard": "^3.1",
|
|
"symfony/browser-kit": "^4.4",
|
|
"symfony/debug-bundle": "^4.4|^5.0",
|
|
"symfony/dotenv": "^4.4|^5.0",
|
|
"symfony/intl": "^4.4|^5.0",
|
|
"symfony/web-profiler-bundle": "^4.4|^5.0",
|
|
"symfony/web-server-bundle": "^4.4|^5.0",
|
|
"vimeo/psalm": "3.11.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Alma\\SyliusPaymentPlugin\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"classmap": [
|
|
"tests/Application/Kernel.php"
|
|
],
|
|
"psr-4": {
|
|
"Tests\\Alma\\SyliusPaymentPlugin\\App\\": "tests/Application/src/",
|
|
"Tests\\Alma\\SyliusPaymentPlugin\\": "tests/"
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
}
|
|
}
|