Antelope-Valley-College / polr

GNU General Public License v2.0
24 stars 10 forks source link

Updated to match composer.json contents #6

Open tswestendorp opened 1 year ago

tswestendorp commented 1 year ago

Fixes warning upon composer install

Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you run `composer update` or `composer update <package name>`.
- Required package "doctrine/dbal" is not present in the lock file.
This usually happens when composer files are incorrectly merged or the composer.json file is manually edited.
Read more about correctly resolving merge conflicts https://getcomposer.org/doc/articles/resolving-merge-conflicts.md
and prefer using the "require" command over editing the composer.json file directly https://getcomposer.org/doc/03-cli.md#require-r
Changelogs summary:

 - psr/cache installed in version 3.0.0
   Release notes: https://github.com/php-fig/cache/releases/tag/3.0.0

 - doctrine/deprecations installed in version v1.0.0
   Release notes: https://github.com/doctrine/deprecations/releases/tag/v1.0.0

 - doctrine/event-manager installed in version 1.2.0
   Release notes: https://github.com/doctrine/event-manager/releases/tag/1.2.0

 - doctrine/cache installed in version 2.2.0
   Release notes: https://github.com/doctrine/cache/releases/tag/2.2.0

 - doctrine/dbal installed in version 3.6.1
   Release notes: https://github.com/doctrine/dbal/releases/tag/3.6.1