Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated PHPunit #14941

Merged
merged 1 commit into from
Jun 23, 2024
Merged

Updated PHPunit #14941

merged 1 commit into from
Jun 23, 2024

Conversation

snipe
Copy link
Owner

@snipe snipe commented Jun 23, 2024

This should handle the deprecation notices when running composer update. I ran these using PHP8.1.29, so hopefully it will work though to PHP 8.3

Signed-off-by: snipe <snipe@snipe.net>
@probot-autolabeler probot-autolabeler bot added backend dependencies Pull requests that update a dependency file labels Jun 23, 2024
Copy link

what-the-diff bot commented Jun 23, 2024

PR Summary

The proposed changes primarily revolve around updating various software dependencies used by the project and enhancing its performance. They are as follows:

  • Addition of "ext-exif": "*" to the suggest section
    The ext-exif extension has been suggested for possible inclusion in the future projects. This will allow better handling and working with metadata from images, improving the functionality or utility of applications dealing with such data.

  • Addition of "larastan/larastan": "^2.9" to the require-dev section
    Larastan has been added to the list of development requirements. It helps ensure code quality by analyzing the code to detect potential errors, making the development process more reliable.

  • Updates to two important dependencies:
    The versions of "php-mock/php-mock-phpunit" and "phpunit/phpunit" have been updated. Updating these dependencies makes sure we benefit from all the latest improvements, bug fixes, and security patches, ensuring efficiency and reliability of the application.

  • Removal of requirement for "nunomaduro/larastan": "^2.0"
    Larastan was being used to help uncover possible bugs or issues with the code. Its removal from the requirements could mean that our project has moved towards other debugging or static analysis tools.

@snipe snipe merged commit 829b560 into develop Jun 23, 2024
9 checks passed
@snipe snipe deleted the updates/updated_phpunit branch June 23, 2024 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant