Prepare package for public release under MIT license - #11
Merged
Conversation
- Add MIT LICENSE file (copyright Datascroll Eventsupport GmbH) - Add README.md with installation instructions and quick-start examples - Add doc/TestSoapClient.md documentation - Update composer.json: MIT license, description, keywords, remove private repo - Inline and split CI workflow into per-tool jobs with PHP matrix for tests - Pin phpVersion to 8.3 in PHPStan and Psalm configs for deterministic analysis Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Prepares the eventjet/test-double PHP library for public release by adding licensing and documentation, polishing package metadata, and modernizing CI for a public/open-source workflow.
Changes:
- Add MIT licensing and public-facing docs (
README.md,doc/TestSoapClient.md). - Update
composer.jsonmetadata for Packagist (license/description/keywords) and remove the private Composer repository. - Replace the delegated CI workflow with explicit jobs for dependency checks, style, static analysis, tests (matrix), and mutation testing; pin static analysis PHP version.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
tests/unit/TestSoapClientTest.php |
Minor formatting adjustment in a data provider test case. |
psalm.xml |
Pins Psalm’s PHP version to 8.3 for deterministic analysis. |
phpstan.neon.dist |
Pins PHPStan’s PHP version to 8.3 (80300). |
doc/TestSoapClient.md |
Adds missing documentation for TestSoapClient usage and matchers. |
composer.json |
Sets MIT license, adds metadata, removes private repository configuration. |
README.md |
Adds installation instructions and quick-start examples. |
LICENSE |
Adds MIT license text and copyright notice. |
.github/workflows/checks.yml |
Introduces self-contained CI pipeline with split jobs and coverage artifact reuse. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
rieschl
approved these changes
Mar 10, 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.
Summary
LICENSEfile (copyright Datascroll Eventsupport GmbH)README.mdwith installation instructions and quick-start examples forTestLoggerandTestHttpClientdoc/TestSoapClient.md— the only test double that was missing documentationcomposer.json: license → MIT, add description and keywords, remove private Eventjet Composer repo (no longer needed sinceeventjet/coding-standardis on Packagist)phpVersion: 8.3in PHPStan and Psalm configs for deterministic stub selectionTest plan
LICENSEpresent and correctREADME.mdrenders correctly on GitHubcomposer validatepasses🤖 Generated with Claude Code