mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-04-29 04:03:13 +02:00
78 lines
2.5 KiB
JSON
78 lines
2.5 KiB
JSON
{
|
|
"name": "afup/web",
|
|
"description": "Main repository for afup website",
|
|
"type": "project",
|
|
"require": {
|
|
"league/oauth2-github": "^0.2.1",
|
|
"symfony/symfony": "^3.1",
|
|
"symfony/monolog-bundle": "^2.11",
|
|
"sensio/distribution-bundle": "^5.0",
|
|
"ccmbenchmark/ting_bundle": "^3.0",
|
|
"knpuniversity/oauth2-client-bundle": "^1.4",
|
|
"twig/extensions": "^1.4",
|
|
"jms/serializer-bundle": "^1.1",
|
|
"algolia/algoliasearch-client-php": "^1.12",
|
|
"cocur/slugify": "^2.3",
|
|
"j7mbo/twitter-api-php": "^1.0",
|
|
"nojimage/twitter-text-php": "^1.1",
|
|
"pacely/mailchimp-apiv3": "^1.0",
|
|
"cdaguerre/php-trello-api": "^0.9.3",
|
|
"willdurand/geocoder": "^3.3",
|
|
"smarty/smarty": "2.6.25",
|
|
"sabre/vobject": "^4.1",
|
|
"dms/meetup-api-client": "^2.3",
|
|
"google/apiclient": "^2.0"
|
|
},
|
|
"scripts": {
|
|
"post-install-cmd": [
|
|
"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"
|
|
],
|
|
"post-update-cmd": [
|
|
"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"
|
|
]
|
|
},
|
|
"config": {
|
|
"bin-dir": "bin"
|
|
},
|
|
"extra": {
|
|
"symfony-app-dir": "app",
|
|
"symfony-web-dir": "htdocs",
|
|
"symfony-bin-dir": "bin",
|
|
"symfony-var-dir": "var",
|
|
"symfony-tests-dir": "tests",
|
|
"symfony-assets-install": "relative",
|
|
"symfony-cache-warmup": true
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Afup\\Site\\": "sources/Afup/",
|
|
"AppBundle\\": "sources/AppBundle/"
|
|
},
|
|
"classmap": [
|
|
"app/AppKernel.php",
|
|
"app/AppCache.php"
|
|
]
|
|
},
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Afup",
|
|
"email": "outils@afup.org"
|
|
}
|
|
],
|
|
"minimum-stability": "stable",
|
|
"require-dev": {
|
|
"atoum/atoum": "^2.8",
|
|
"atoum/stubs": "^2.5",
|
|
"friendsofphp/php-cs-fixer": "~1.12"
|
|
}
|
|
}
|