9034725985 update composer dependencies
57ebb47 Apr 9, 2020
update composer dependencies
[kushal@ideapadflex-kushal openroom]$ git remote show origin
* remote origin
  Fetch URL: git@github.com:openroom/openroom.git
  Push  URL: git@github.com:Queens-College-Libraries/openroom.git
  Push  URL: git@github.com:openroom/openroom.git
  HEAD branch: master
  Remote branches:
    flask  tracked
    master tracked
  Local branch configured for 'git pull':
    master merges with remote master
  Local ref configured for 'git push':
    master pushes to master (fast-forwardable)
[kushal@ideapadflex-kushal openroom]$ composer outdated
symfony/polyfill-ctype    v1.14.0 v1.15.0 Symfony polyfill for ctype functions
symfony/polyfill-mbstring v1.14.0 v1.15.0 Symfony polyfill for the Mbstring extension
twig/twig                 v2.12.5 v3.0.3  Twig, the flexible, fast, and secure template language for PHP
[kushal@ideapadflex-kushal openroom]$ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 0 installs, 2 updates, 0 removals
  - Updating symfony/polyfill-ctype (v1.14.0 => v1.15.0): Downloading (100%)
  - Updating symfony/polyfill-mbstring (v1.14.0 => v1.15.0): Downloading (100%)
Writing lock file
Generating autoload files
2 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
[kushal@ideapadflex-kushal openroom]$ composer fund
The following packages were found in your dependencies which publish funding information:

symfony
  polyfill-ctype, polyfill-mbstring
    https://symfony.com/sponsor
    https://github.com/sponsors/fabpot
    https://tidelift.com/funding/github/packagist/symfony/symfony

twbs
  bootstrap
    https://opencollective.com/bootstrap

Please consider following these links and sponsoring the work of package authors!
Thank you!
[kushal@ideapadflex-kushal openroom]$
57ebb47