Merged
Conversation
API action name fixes (verified against hostfact.nl/developer/api):
- CanResendApproverEmail: resendapproveremail -> resendapprovermail
- CanPaymentProcessPause: payment_process_pause -> paymentprocesspause
- CanPaymentProcessReactivate: payment_process_reactivate -> paymentprocessreactivate
- CanAddAttachment/CanDeleteAttachment/CanDownloadAttachment: use controller=attachment with action=add/delete/download
- CanAddLine/CanDeleteLine: use controller={name}line with action=add/delete
- Hosting: new CanEmailAccountInfo trait sending sendaccountinfobyemail (was incorrectly sharing VPS trait sending sendaccountdatabyemail)
- Api.php: store exception message string instead of non-serializable exception object in error array
- LICENSE: fix copyright year typo (2105 -> 2015)
- Remove psalm (no modern PHP support): config, dependency, and script references
Drop EOL PHP 8.1, require ^8.2. Test matrix now covers 8.2, 8.3, 8.4, 8.5 per php.net/supported-versions.
Production: - hyperized/value-objects: ^0.3.0 -> ^1.0.0 (update ByteArrayInterface namespace) - thecodingmachine/safe: ^2.4 -> ^3.4 Dev: - phpunit/phpunit: ^9.5 -> ^13.0 (update phpunit.xml.dist to v13 schema) - orchestra/testbench: ^7.15||^8.0 -> ^11.0 - phpstan/phpstan: ^1.9 -> ^2.0 - infection/infection: ^0.26.16||^0.27.0 -> ^0.32
- actions/checkout: v1 -> v4 - Remove deprecated --no-suggest flag and unnecessary composer self-update step - Add github-actions ecosystem to dependabot for automatic action updates - Use local PHPUnit XSD schema reference for infection compatibility
The delete_head_branch action is deprecated by Mergify (deadline: 2026-07-31). Use GitHub's native 'Automatically delete head branches' setting instead. Supersedes #339.
18 enums: Sex, Periodic, ProductType, InvoiceMethod, VatCalcMethod, DiscountPercentageType, GroupType, TicketType, TicketPriority, InvoiceStatus, InvoiceSubStatus, OrderStatus, PriceQuoteStatus, DomainStatus, HostingStatus, SslStatus, VpsStatus, TicketStatus.
DataBag gains nullableBool() (yes/no/1/0/true/false) and nullableDateTime() methods. Entity base class gains nullableEnum() using ReflectionEnum for int/string backing detection.
Identifiers become ?int, dates become ?DateTimeImmutable, booleans become ?bool, finite value sets become enums. Prices stay ?string for bcmath precision. Update test assertions to match.
PHPCBF is a fixer, not a validator — it returns exit code 1 when it fixes code, causing CI failures. PHPCS already validates style. Bump phpcs minimum to 3.8 for readonly class support.
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.