Skip to content

Update Satis to 4.x-dev#98

Merged
bytestream merged 6 commits into
mainfrom
copilot/update-satis-to-latest-version
Jun 2, 2026
Merged

Update Satis to 4.x-dev#98
bytestream merged 6 commits into
mainfrom
copilot/update-satis-to-latest-version

Conversation

Copilot AI commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

Bumps composer/satis from dev-master to 4.x-dev and updates the CI environment to match.

  • composer.json: composer/satis constraint changed to 4.x-dev
  • .github/workflows/pages.yml: PHP 7.48.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

Copilot AI changed the title Update Satis to the latest version (4.x-dev) Update Satis to 4.x-dev Jun 2, 2026
Copilot AI requested a review from bytestream June 2, 2026 09:26
@bytestream bytestream marked this pull request as ready for review June 2, 2026 09:53
Copilot AI review requested due to automatic review settings June 2, 2026 09:53
@bytestream bytestream merged commit 19e3fc3 into main Jun 2, 2026
2 checks passed
@bytestream bytestream deleted the copilot/update-satis-to-latest-version branch June 2, 2026 09:54

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/satis from dev-master to 4.x-dev and allow it as a Composer plugin.
  • Regenerate composer.lock for 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 thread composer.json
Comment on lines 2 to 5
"name": "supportpal/satis",
"require": {
"composer/satis": "dev-master"
"composer/satis": "4.x-dev"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants