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": {
|
2017-11-05 02:42:03 +00:00
|
|
|
"psr-4": { "Tests\\": "tests/" },
|
|
|
|
"files": [ "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php" ]
|
2017-01-09 19:08:01 +00:00
|
|
|
},
|
2015-03-22 17:22:49 +00:00
|
|
|
"require": {
|
2017-11-04 23:24:08 +00:00
|
|
|
"php": ">=7.1.0",
|
2019-01-18 23:14:28 +00:00
|
|
|
"symfony/symfony": "^3.4",
|
2017-01-09 00:33:29 +00:00
|
|
|
"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",
|
2017-11-04 23:24:08 +00:00
|
|
|
"twig/twig": "^2.0",
|
2015-03-22 17:22:49 +00:00
|
|
|
"twig/extensions": "~1.0",
|
2017-11-04 23:43:20 +00:00
|
|
|
"symfony/swiftmailer-bundle": "^2.6.4",
|
2017-11-04 23:24:08 +00:00
|
|
|
"symfony/monolog-bundle": "^3.1.0",
|
|
|
|
"sensio/distribution-bundle": "^5.0.19",
|
2017-11-04 23:43:20 +00:00
|
|
|
"sensio/framework-extra-bundle": "^5.0.0",
|
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",
|
2019-01-19 00:56:46 +00:00
|
|
|
"jms/serializer-bundle": "^2",
|
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",
|
2019-01-19 00:59:40 +00:00
|
|
|
"csa/guzzle-bundle": "^3",
|
2019-01-19 00:12:48 +00:00
|
|
|
"symfony/web-server-bundle": "^3.3",
|
|
|
|
"sentry/sentry-symfony": "^2.2"
|
2015-03-22 17:22:49 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2017-01-09 00:33:29 +00:00
|
|
|
"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": {
|
2019-01-19 00:27:04 +00:00
|
|
|
"bin-dir": "bin",
|
|
|
|
"platform": {
|
|
|
|
"php": "7.1.23"
|
|
|
|
}
|
2015-03-22 17:22:49 +00:00
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"symfony-app-dir": "app",
|
|
|
|
"symfony-web-dir": "web",
|
2017-11-04 23:24:08 +00:00
|
|
|
"symfony-tests-dir": "tests",
|
2015-03-22 17:22:49 +00:00
|
|
|
"symfony-assets-install": "relative",
|
|
|
|
"incenteev-parameters": {
|
|
|
|
"file": "app/config/parameters.yml"
|
|
|
|
},
|
|
|
|
"branch-alias": {
|
2017-11-04 23:43:20 +00:00
|
|
|
"dev-master": "3.4-dev"
|
2015-03-22 17:22:49 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|