release: add Laravel 12 support - #20
Merged
Merged
Conversation
Baspa
commented
Oct 8, 2025
Contributor
- Update PHP minimum version to 8.2
- Add Laravel 12 to supported versions in composer.json
- Update development dependencies for Laravel 12 compatibility:
- nunomaduro/collision: ^8.0
- orchestra/testbench: ^9.0
- pestphp/pest: ^3.0
- pestphp/pest-plugin-laravel: ^3.0
- phpunit/phpunit: ^11.0
- Update README.md to mention Laravel 12 support
- Update CHANGELOG.md with Laravel 12 upgrade notes
- Migrate PHPUnit configuration to v11 format
- Update PHP minimum version to 8.2 - Add Laravel 12 to supported versions in composer.json - Update development dependencies for Laravel 12 compatibility: - nunomaduro/collision: ^8.0 - orchestra/testbench: ^9.0 - pestphp/pest: ^3.0 - pestphp/pest-plugin-laravel: ^3.0 - phpunit/phpunit: ^11.0 - Update README.md to mention Laravel 12 support - Update CHANGELOG.md with Laravel 12 upgrade notes - Migrate PHPUnit configuration to v11 format
- Update run-tests.yml: - Add PHP 8.3 support - Add Laravel 11.* and 12.* to test matrix - Update testbench versions for Laravel 11/12 (9.*) - Update Carbon versions for Laravel 11/12 (^3.0) - Update phpstan.yml: - Change PHP version from 8.1 to 8.2 to match minimum requirements
- Update testbench version from 9.* to 10.* for Laravel 12 compatibility - orchestra/testbench v10.6.0 requires laravel/framework ^12.24.0 - This resolves the dependency conflict in the CI workflow
- Update Carbon version for Laravel 10 from ^2.63 to ^2.67 (latest v2.x) - Replace nunomaduro/larastan with larastan/larastan ^3.0 for Laravel 12 support - larastan/larastan v3.7.2 supports Laravel 11.44.2+ and Laravel 12.4.1+ - This resolves the dependency conflicts in the CI workflow
- Add phpstan/phpstan ^2.1 explicitly to require-dev - Update phpstan/phpstan-deprecation-rules to ^2.0 - Update phpstan/phpstan-phpunit to ^2.0 - This resolves the PHPStan version conflict with larastan/larastan v3.x - Larastan v3.x requires phpstan/phpstan ^2.1.28
- Remove orchestra/testbench from composer.json to avoid version conflicts - Let workflow handle testbench versions for different Laravel versions - Fix PHPStan configuration by removing deprecated checkMissingIterableValueType - Add memory limit to PHPStan workflow (512M) to prevent crashes - Add parallel process timeout to PHPStan configuration - Update composer.lock with all dependency changes
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.