Dev - #7
Merged
Merged
Conversation
composer install --no-security-blocking is not a valid Composer 2.x flag, so every CI and release run failed at the install step.
HTML_B64 was empty, so PHP SDK users only ever saw the fallback message instead of the real dashboard. The sync-dashboard workflow never ran successfully, so the UI is embedded manually here from the current dashboard-ui source until the workflow issue is resolved.
…rity advisories The whole laravel/framework ^11.0 line is caught by security advisories with no 11.x fix (PKSA-m5cs-t1y6-qpcs, PKSA-3r5d-mb8f-1qw9, PKSA-mdq4-51ck-6kdq), which blocked composer install once the invalid --no-security-blocking CI flag was removed. Bumped to laravel/framework ^12.55 and orchestra/testbench ^10.0 (require-dev only, no impact on the package's own runtime requirements). composer audit is now clean and the test suite still passes (24/24).
No linter was configured in this repo. Added friendsofphp/php-cs-fixer as a dev dependency with the @psr12 ruleset, and a dedicated lint job in ci.yml running it in --dry-run mode.
Brace style for single-line control structures, fn () / new class () spacing, and similar PSR-12 conformance fixes with no behavior change. 24/24 tests still pass.
Matches the saas-api header rename (CDC section 8.4.1). Breaking change for cloud mode users — must ship together with the saas-api and other SDKs' companion renames. Verified end-to-end: CloudTransport::writeRoutes() against a local saas-api test instance registers the route correctly with the new header. 24/24 tests still pass.
Guard against silently shortening the send cadence: no public path forwards the internal $flushInterval constructor parameter (both call sites in the service provider pass three arguments), so a reflection test pins its default to 60s.
Ship the breaking cloud header rename (X-API-Key -> X-APIForge-Key). The published 2.x sends the old header and is rejected with 401 by the current API; 3.0.0 is required for cloud mode.
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.
Summary
Type of change
Related issue
Closes #
Changes
Testing
Checklist
CHANGELOG.md