Update "google/analytics-data", dev dependencies, and support Laravel 13#47
Merged
Conversation
Contributor
|
Thanks @duyphuongn! Do you think you can add tests for L13 installation as well? If not, I can take a look at it.. |
Contributor
Author
Hi @Baspa, due to lack of resources, I'm afraid I can't. |
Drop PHP 8.1/8.2 (larastan ^3 requires 8.2+; modern Laravel needs 8.3+) and replace Laravel 10 with Laravel 12 and 13. Bump dev dependency constraints (orchestra/testbench, pestphp/pest, phpunit) to versions compatible with Laravel 13's testbench. Migrate phpunit.xml.dist to the PHPUnit 11+ schema so pest 4 doesn't fail on the deprecated config. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
PHPUnit 11+ raises a "No code coverage driver available" warning when <coverage> is configured but no driver is loaded, and our phpunit.xml.dist has failOnWarning="true". The workflow uses coverage: none, so passing --no-coverage suppresses the unused coverage attempt and lets pest --ci exit 0. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Baspa
approved these changes
Apr 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request does the following:
google/analytics-datato 0.23.3 with correct types and replacement for deprecated classes^13.0toilluminate/contractsto support Laravel 13