ide-php
ide-php copied to clipboard
updated dependencies
Requirements for Contributing a Bug Fix
- Fill out the template below. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
- The pull request must only fix an existing bug. To contribute other changes, you must use a different template. You can see all templates at https://github.com/atom/.github/tree/master/.github/PULL_REQUEST_TEMPLATE.
- The pull request must update the test suite to demonstrate the changed functionality. For guidance, please see https://flight-manual.atom.io/hacking-atom/sections/writing-specs/.
- After you create the pull request, all status checks must be pass before a maintainer reviews your contribution. For more details, please see https://github.com/atom/.github/tree/master/CONTRIBUTING.md#pull-requests.
Identify the Bug
https://github.com/atom/ide-php/issues/151
Description of the Change
Updated composer dependencies
Verification Process
After updating the composer dependencies I am no longer getting the error message described in https://github.com/atom/ide-php/issues/151
Release Notes
Updated composer dependencies which resolves an issue with php 7.4 deprecation notices by a down stream package.