Skip to content

Commit

Permalink
Upgrade composer
Browse files Browse the repository at this point in the history
  • Loading branch information
stakovicz committed Dec 4, 2023
1 parent 6d28c25 commit b13f06f
Show file tree
Hide file tree
Showing 5 changed files with 1,461 additions and 877 deletions.
1 change: 0 additions & 1 deletion app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public function registerBundles()
if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {
$bundles[] = new Symfony\Bundle\DebugBundle\DebugBundle();
$bundles[] = new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle();
$bundles[] = new Sensio\Bundle\DistributionBundle\SensioDistributionBundle();
}

return $bundles;
Expand Down
117 changes: 0 additions & 117 deletions bin/security-checker

This file was deleted.

77 changes: 35 additions & 42 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,75 +3,68 @@
"description": "Main repository for afup website",
"type": "project",
"require": {
"ext-curl": "*",
"ext-dom": "*",
"ext-gd": "*",
"ext-json": "*",
"ext-dom": "*",
"ext-libxml": "*",
"ext-openssl": "*",
"algolia/algoliasearch-client-php": "^1.12",
"beberlei/assert": "^2.9",
"league/oauth2-github": "^0.2.1",
"symfony/symfony": "^3.4",
"symfony/monolog-bundle": "^2.11",
"sensio/distribution-bundle": "^5.0",
"captioning/captioning": "^2.6",
"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.*",
"sabre/vobject": "^4.1",
"cocur/slugify": "^2.3",
"doctrine/dbal": "^2.5",
"ekino/newrelic-bundle": "^1.4",
"erusev/parsedown": "^1.6",
"robmorgan/phinx": "^0.9.2",
"presta/sitemap-bundle": "^1.5",
"setasign/fpdf": "^1.8",
"excelwebzone/recaptcha-bundle": "1.5.13",
"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": "*",
"guzzlehttp/guzzle": "^6.5",
"j7mbo/twitter-api-php": "^1.0",
"jms/serializer-bundle": "^1.1",
"knpuniversity/oauth2-client-bundle": "^1.4",
"league/oauth2-github": "^0.2.1",
"nojimage/twitter-text-php": "1.1.*",
"pacely/mailchimp-apiv3": "^1.0",
"pear/pear": "^1.10",
"doctrine/dbal": "^2.5",
"excelwebzone/recaptcha-bundle": "1.5.13",
"ext-curl": "*",
"captioning/captioning": "^2.6",
"sensio/generator-bundle": "^3.0",
"phpmailer/phpmailer": "5.2.9",
"phpoffice/phpspreadsheet": "^1.6",
"presta/sitemap-bundle": "^1.5",
"robmorgan/phinx": "^0.9.2",
"sabre/vobject": "^4.1",
"setasign/fpdf": "^1.8",
"smarty/smarty": "2.6.*",
"symfony/monolog-bundle": "*",
"symfony/phpunit-bridge": "^3.1",
"guzzlehttp/guzzle": "^6.5",
"ekino/newrelic-bundle": "^1.4"
"symfony/symfony": "^3.4",
"twig/extensions": "^1.4",
"willdurand/geocoder": "^3.3",
"znk3r/html_common": "*",
"znk3r/html_quickform": "4.0.2"
},
"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"
"./bin/console cache:clear --no-warmup",
"./bin/console assets:install --relative htdocs"
],
"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"
"./bin/console cache:clear --no-warmup",
"./bin/console assets:install --relative htdocs"
]
},
"config": {
"bin-dir": "bin",
"secure-http": false
"secure-http": false,
"sort-packages": true
},
"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
"symfony-tests-dir": "tests"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit b13f06f

Please sign in to comment.