Files
afup/composer.json
2021-01-05 07:48:58 +01:00

161 lines
4.4 KiB
JSON

{
"name": "afup/web",
"description": "Main repository for afup website",
"type": "project",
"require": {
"ext-gd": "*",
"ext-json": "*",
"beberlei/assert": "^2.9",
"league/oauth2-github": "^0.2.1",
"symfony/symfony": "^3.4",
"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",
"erusev/parsedown": "^1.6",
"dms/meetup-api-client": "^2.3",
"google/apiclient": "^2.0",
"robmorgan/phinx": "^0.9.2",
"presta/sitemap-bundle": "^1.5",
"setasign/fpdf": "1.53",
"ezyang/htmlpurifier": "^4.10",
"phpoffice/phpspreadsheet": "^1.6",
"phpmailer/phpmailer": "5.2.9",
"znk3r/html_quickform": "4.0.2",
"friendsofpear/pear_exception": "0.0.*",
"znk3r/html_common": "*",
"pear/pear": "^1.10",
"doctrine/dbal": "^2.5",
"excelwebzone/recaptcha-bundle": "1.5.13"
},
"scripts": {
"post-install-cmd": [
"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::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
]
},
"config": {
"bin-dir": "bin",
"secure-http": false
},
"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/",
"PlanetePHP\\": "sources/PlanetePHP/"
},
"classmap": [
"app/AppKernel.php",
"app/AppCache.php",
"planete/app/PlaneteAppKernel.php"
],
"files": [
"sources/Afup/Bootstrap/_Common.php",
"sources/Afup/Bootstrap/commonStart.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": "~2"
},
"repositories": [
{
"type": "package",
"package": {
"name": "setasign/fpdf",
"version": "1.53",
"dist": {
"url": "http://www.fpdf.org/en/dl.php?v=153&f=zip",
"type": "zip"
},
"autoload": {
"files": [
"fpdf.php"
]
}
}
},
{
"type": "package",
"package": {
"name": "znk3r/html_quickform",
"version": "4.0.2",
"dist": {
"url": "https://github.com/macintoshplus/HTML_QuickForm/archive/v4.0.2.zip",
"type": "zip"
},
"autoload": {
"classmap": ["HTML/"]
}
}
},
{
"type": "package",
"package": {
"name": "znk3r/html_common",
"version": "v2.0.0",
"dist": {
"url": "https://github.com/znk3r/HTML_Common/archive/v2.0.0.zip",
"type": "zip"
},
"autoload": {
"classmap": ["HTML/"]
}
}
},
{
"type": "package",
"package": {
"name": "pear/pear",
"version": "v1.10.9",
"dist": {
"url": "https://github.com/pear/pear-core/archive/v1.10.9.zip",
"type": "zip"
},
"autoload": {
"classmap": [
"PEAR.php", "PEAR/"
]
}
}
}
]
}