123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "description": "Package Repository Website",
- "keywords": ["package", "composer"],
- "homepage": "http://packagist.org/",
- "type": "library",
- "license": "MIT",
- "authors": [
- {
- "name": "Nils Adermann",
- "email": "naderman@naderman.de",
- "homepage": "http://www.naderman.de"
- },
- {
- "name": "Jordi Boggiano",
- "email": "j.boggiano@seld.be",
- "homepage": "http://seld.be"
- }
- ],
- "support": {
- "email": "contact@packagist.org"
- },
- "autoload": {
- "psr-4": { "Packagist\\": "src/Packagist/" },
- "classmap": [ "app/AppKernel.php", "app/AppCache.php" ],
- "exclude-from-classmap": [ "src/Packagist/WebBundle/Tests/" ]
- },
- "require": {
- "php": ">=5.6",
- "symfony/symfony": "^2.8",
- "doctrine/orm": "^2.4",
- "doctrine/doctrine-bundle": "^1.2",
- "doctrine/doctrine-cache-bundle": "^1.3",
- "twig/extensions": "^1.0",
- "symfony/swiftmailer-bundle": "^2.3",
- "symfony/monolog-bundle": "^2.4",
- "sensio/distribution-bundle": "^5.0",
- "sensio/framework-extra-bundle": "^3.0",
- "sensio/generator-bundle": "^3.0",
- "jms/security-extra-bundle": "^1.5",
- "jms/di-extra-bundle": "^1.4",
- "composer/composer": "^1.3@dev",
- "friendsofsymfony/user-bundle": "^2.0@dev",
- "hwi/oauth-bundle": "^0.4",
- "nelmio/security-bundle": "^1.0",
- "predis/predis": "^1.0",
- "snc/redis-bundle": "^2.0",
- "white-october/pagerfanta-bundle": "^1.0",
- "zendframework/zend-feed": "^2.0",
- "zendframework/zend-servicemanager": "^2.0",
- "zendframework/zend-uri": "^2.0",
- "zendframework/zend-version": "^2.0",
- "pagerfanta/pagerfanta": "^1.0",
- "knplabs/knp-menu-bundle": "^2.1",
- "ezyang/htmlpurifier": "^4.6",
- "nelmio/cors-bundle": "^1.4",
- "cebe/markdown": "^1.1",
- "algolia/algoliasearch-client-php": "^1.18"
- },
- "_comment": ["fos user bundle 2.0.0 tag needed"],
- "require-dev": {
- "symfony/phpunit-bridge": "^2.7 || ^3.0",
- "phpunit/phpunit": "^5.0"
- },
- "scripts": {
- "post-install-cmd": [
- "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
- "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
- "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets"
- ],
- "post-update-cmd": [
- "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
- "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
- "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets"
- ]
- },
- "extra": {
- "symfony-app-dir": "app",
- "symfony-web-dir": "web"
- }
- }
|