mirror of
https://github.com/jbcr/SyliusCmsPlugin.git
synced 2026-03-24 17:02:09 +01:00
56 lines
1.8 KiB
JSON
Executable File
56 lines
1.8 KiB
JSON
Executable File
{
|
|
"name": "bitbag/cms-plugin",
|
|
"type": "sylius-plugin",
|
|
"description": "CMS plugin for Sylius applications.",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": "^7.1",
|
|
"league/csv": "^9.0",
|
|
"friendsofsymfony/ckeditor-bundle": "^1.1",
|
|
"stefandoorn/sitemap-plugin": "^1.0",
|
|
"sylius/sylius": "^1.1|~1.2.3",
|
|
"symfony/symfony": "^3.4|^4.1"
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "^3.4",
|
|
"behat/mink": "^1.7@dev",
|
|
"behat/mink-browserkit-driver": "^1.3",
|
|
"behat/mink-extension": "^2.2",
|
|
"behat/mink-selenium2-driver": "^1.3",
|
|
"friends-of-behat/context-service-extension": "^1.2",
|
|
"friends-of-behat/cross-container-extension": "^1.1",
|
|
"friends-of-behat/service-container-extension": "^1.0",
|
|
"friends-of-behat/symfony-extension": "^1.2.1",
|
|
"friends-of-behat/variadic-extension": "^1.1",
|
|
"lakion/mink-debug-extension": "^1.2.3",
|
|
"phpunit/phpunit": "^7.0",
|
|
"phpspec/phpspec": "^4.0",
|
|
"phpstan/phpstan-doctrine": "^0.10",
|
|
"phpstan/phpstan-shim": "^0.10",
|
|
"phpstan/phpstan-symfony": "^0.10",
|
|
"phpstan/phpstan-webmozart-assert": "^0.10",
|
|
"sylius-labs/coding-standard": "^2.0",
|
|
"lakion/api-test-case": "^3.1",
|
|
"matthiasnoback/symfony-config-test": "^4.0",
|
|
"nelmio/alice": "^3.4"
|
|
},
|
|
"prefer-stable": true,
|
|
"autoload": {
|
|
"psr-4": {
|
|
"BitBag\\SyliusCmsPlugin\\": "src/",
|
|
"Tests\\BitBag\\SyliusCmsPlugin\\": "tests/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"classmap": ["tests/Application/app/AppKernel.php"]
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0-dev"
|
|
}
|
|
},
|
|
"config": {
|
|
"bin-dir": "bin"
|
|
}
|
|
}
|