2015-03-22 17:22:49 +00:00
|
|
|
{
|
2017-01-09 00:43:40 +00:00
|
|
|
"name": "skobkin/point-tools",
|
2015-03-22 17:22:49 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"type": "project",
|
2017-01-09 00:43:40 +00:00
|
|
|
"description": "3rd party service for Point.im users",
|
2015-03-22 17:22:49 +00:00
|
|
|
"autoload": {
|
2017-01-08 21:28:02 +00:00
|
|
|
"psr-4": { "": "src/" },
|
|
|
|
"classmap": [ "app/AppKernel.php", "app/AppCache.php" ]
|
2015-03-22 17:22:49 +00:00
|
|
|
},
|
2017-01-09 19:08:01 +00:00
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": { "Tests\\": "tests/" }
|
|
|
|
},
|
2015-03-22 17:22:49 +00:00
|
|
|
"require": {
|
2017-01-08 19:45:11 +00:00
|
|
|
"php": ">=7.0.0",
|
2017-01-09 00:33:29 +00:00
|
|
|
"symfony/symfony": "3.2.*",
|
|
|
|
"doctrine/orm": "^2.5",
|
|
|
|
"doctrine/annotations": "^1.3.0",
|
|
|
|
"doctrine/doctrine-bundle": "^1.6",
|
|
|
|
"doctrine/doctrine-cache-bundle": "^1.2",
|
|
|
|
"doctrine/doctrine-migrations-bundle": "^1.0",
|
2015-03-22 17:22:49 +00:00
|
|
|
"twig/extensions": "~1.0",
|
2017-01-09 00:33:29 +00:00
|
|
|
"symfony/swiftmailer-bundle": "^2.3.10",
|
2017-01-08 20:56:01 +00:00
|
|
|
"symfony/monolog-bundle": "^3.0.2",
|
2017-01-09 00:33:29 +00:00
|
|
|
"sensio/distribution-bundle": "^5.0",
|
2017-01-08 20:56:01 +00:00
|
|
|
"sensio/framework-extra-bundle": "^3.0.2",
|
2017-01-09 00:33:29 +00:00
|
|
|
"incenteev/composer-parameter-handler": "^2.0",
|
2015-10-01 18:28:57 +00:00
|
|
|
"ob/highcharts-bundle": "^1.2",
|
2016-03-25 13:37:36 +00:00
|
|
|
"jms/serializer-bundle": "^1.1",
|
2016-12-10 23:43:25 +00:00
|
|
|
"knplabs/knp-markdown-bundle": "^1.4",
|
2017-01-04 22:36:30 +00:00
|
|
|
"knplabs/knp-paginator-bundle": "^2.5",
|
|
|
|
"unreal4u/telegram-api": "^2.2",
|
2017-01-13 22:47:46 +00:00
|
|
|
"csa/guzzle-bundle": "^2.1",
|
|
|
|
"unreal4u/monolog-telegram": "^0.2.0"
|
2015-03-22 17:22:49 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2017-01-09 00:33:29 +00:00
|
|
|
"sensio/generator-bundle": "^3.0",
|
|
|
|
"symfony/phpunit-bridge": "^3.0",
|
2017-01-08 21:04:10 +00:00
|
|
|
"phpunit/phpunit": "^5.7",
|
2017-01-08 20:56:01 +00:00
|
|
|
"doctrine/doctrine-fixtures-bundle": "^2.3"
|
2015-03-22 17:22:49 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-01-08 20:56:01 +00:00
|
|
|
"symfony-scripts": [
|
2015-03-22 17:22:49 +00:00
|
|
|
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
|
|
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
|
|
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
|
|
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
|
|
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
|
|
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
|
|
|
|
],
|
2017-01-08 20:56:01 +00:00
|
|
|
"post-install-cmd": [
|
|
|
|
"@symfony-scripts"
|
|
|
|
],
|
2015-03-22 17:22:49 +00:00
|
|
|
"post-update-cmd": [
|
2017-01-08 20:56:01 +00:00
|
|
|
"@symfony-scripts"
|
2015-03-22 17:22:49 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"bin-dir": "bin"
|
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"symfony-app-dir": "app",
|
|
|
|
"symfony-web-dir": "web",
|
|
|
|
"symfony-assets-install": "relative",
|
|
|
|
"incenteev-parameters": {
|
|
|
|
"file": "app/config/parameters.yml"
|
|
|
|
},
|
|
|
|
"branch-alias": {
|
2017-01-09 00:33:29 +00:00
|
|
|
"dev-master": "3.2-dev"
|
2015-03-22 17:22:49 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|