Update Satis to 4.x-dev#98
Merged
Merged
Conversation
Copilot
AI
changed the title
Update Satis to the latest version (4.x-dev)
Update Satis to 4.x-dev
Jun 2, 2026
Copilot created this pull request from a session on behalf of
bytestream
June 2, 2026 09:26
View session
There was a problem hiding this comment.
Pull request overview
This PR updates the repository to use composer/satis 4.x-dev, regenerating the dependency lockfile and adjusting the GitHub Actions workflow/environment to support the new dependency set.
Changes:
- Bump
composer/satisfromdev-masterto4.x-devand allow it as a Composer plugin. - Regenerate
composer.lockfor the new dependency graph (Composer 2.x / newer Symfony/Twig transitive deps). - Update Satis config metadata and adjust the Pages workflow triggers/deploy behavior.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
satis.json |
Updates Satis repository metadata (name) to match the project package name. |
composer.json |
Bumps composer/satis to 4.x-dev and enables the plugin via allow-plugins. |
composer.lock |
Regenerated lockfile reflecting major dependency upgrades and new PHP constraints. |
.github/workflows/pages.yml |
Updates CI PHP version and adds PR runs while preventing deploys on PR events. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| uses: shivammathur/setup-php@2.37.1 | ||
| with: | ||
| php-version: 7.4 | ||
| php-version: 8.5 |
Comment on lines
2
to
5
| "name": "supportpal/satis", | ||
| "require": { | ||
| "composer/satis": "dev-master" | ||
| "composer/satis": "4.x-dev" | ||
| }, |
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.
Bumps
composer/satisfromdev-masterto4.x-devand updates the CI environment to match.composer.json:composer/satisconstraint changed to4.x-dev.github/workflows/pages.yml: PHP7.4→8.1(minimum required by Satis 4.x)composer.lock: Regenerated — pulls in Composer 2.10, Symfony 7.4, Twig 3.27, and other transitive dependency upgrades