Package update#1
Merged
Merged
Conversation
- Update PHP requirement to ^8.4 - Add illuminate/http, routing, support ^13.0 - Update orchestra/testbench to ^11.0 - Update phpunit/phpunit to ^11.0 - Remove mockery and laravel/framework from require-dev
- Add constructor promotion and readonly properties - Convert closures to arrow functions - Add strict types, void return types, Override attributes - Make data providers static for PHPUnit 11 - Use class constants instead of string class names - Use explicit use imports throughout
- Upgrade phpunit/phpunit to ^13.0 - Replace @dataProvider annotations with #[DataProvider] attributes
- Add declare(strict_types=1) to all files - Add return types throughout (Response, string, array, void) - Use typed constants (public const string/array) - Use union types for helper function parameters - Make HttpVerb final - Remove empty boot() method from ServiceProvider - Update tests for strict return types
- Add laravel/pint and larastan/larastan dev deps - Add pint.json and phpstan.neon configs - Add lint, analyse, security-audit composer scripts - Fix code style with Pint - Fix all Larastan level 8 issues
- Use PHPUnit 13 schema - Replace deprecated filter/whitelist with source/include - Remove deprecated logging config - Add cacheDirectory setting
- Add SubRequestProviderTest for provides(), binding, alias - Coverage: 90% → 100% lines, 66% → 100% classes
- Replace php.yml with tests, codecov, security-audit, release, update-changelog - Add dependabot config for composer and actions - Update .gitignore for coverage and phpunit cache
- Update requirements to PHP 8.4+ and Laravel 13 - Modernise usage examples with constructor promotion - Add CI badges and available methods section
- Add declare(strict_types=1) - Add Response return type - Remove redundant docblock
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.
No description provided.