123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "name": "loconox/exegetes-doc-web",
- "license": "proprietary",
- "type": "project",
- "autoload": {
- "psr-4": {
- "": "src/"
- },
- "classmap": [
- "app/AppKernel.php",
- "app/AppCache.php"
- ]
- },
- "autoload-dev": {
- "psr-4": {
- "Tests\\": "tests/"
- }
- },
- "require": {
- "php": ">=5.5.9",
- "symfony/symfony": "3.2.*",
- "doctrine/orm": "^2.5",
- "doctrine/doctrine-bundle": "^1.6",
- "doctrine/doctrine-cache-bundle": "^1.2",
- "symfony/swiftmailer-bundle": "^2.3.10",
- "symfony/monolog-bundle": "^3.0.2",
- "symfony/polyfill-apcu": "^1.0",
- "sensio/distribution-bundle": "^5.0",
- "sensio/framework-extra-bundle": "^3.0.2",
- "incenteev/composer-parameter-handler": "^2.0",
- "twig/twig": "^1.0||^2.0",
- "hasbridge/json-schema-validator": "^0.2.0",
- "seboettg/citeproc-php": "^2.0",
- "phpdocumentor/reflection-docblock": "^3.1",
- "twig/extensions": "^1.5"
- },
- "require-dev": {
- "sensio/generator-bundle": "^3.0",
- "symfony/phpunit-bridge": "^3.0"
- },
- "scripts": {
- "symfony-scripts": [
- "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"
- ],
- "csl-vendors": [
- "vendor/seboettg/citeproc-php/install.sh styles-distribution",
- "vendor/seboettg/citeproc-php/install.sh locales"
- ],
- "post-install-cmd": [
- "@symfony-scripts",
- "@csl-vendors"
- ],
- "post-update-cmd": [
- "@symfony-scripts",
- "@csl-vendors"
- ]
- },
- "extra": {
- "symfony-app-dir": "app",
- "symfony-bin-dir": "bin",
- "symfony-var-dir": "var",
- "symfony-web-dir": "web",
- "symfony-tests-dir": "tests",
- "symfony-assets-install": "relative",
- "incenteev-parameters": {
- "file": "app/config/parameters.yml"
- },
- "branch-alias": null
- },
- "repository": [
- {
- "type": "cvs",
- "url": "/Users/loconox/PhpstormProjects/citeproc-php"
- }
- ]
- }
|