Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MNT Use frameworktest ^2 #50

Merged

Conversation

emteknetnz
Copy link
Member

Issue silverstripe/.github#199

Fixes https://github.com/silverstripe/recipe-blog/actions/runs/8014497893/job/21893244725#step:9:300

Root composer.json requires silverstripe/frameworktest ^1 -> satisfiable by silverstripe/frameworktest[1.x-dev].

@emteknetnz emteknetnz changed the title Use FIX Use frameworktest ^2 Feb 26, 2024
@emteknetnz emteknetnz changed the title FIX Use frameworktest ^2 DEP Use frameworktest ^2 Feb 26, 2024
@emteknetnz emteknetnz changed the title DEP Use frameworktest ^2 MNT Use frameworktest ^2 Feb 26, 2024
composer.json Outdated
@@ -14,7 +14,8 @@
"require-dev": {
"phpunit/phpunit": "^9.6",
"silverstripe/gridfieldqueuedexport": "^4",
"symbiote/silverstripe-queuedjobs": "^6"
"symbiote/silverstripe-queuedjobs": "^6",
"silverstripe/frameworktest": "^2"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"silverstripe/frameworktest": "^2"

We intentionally don't add this to recipes - people can composer create-project silverstripe/recipe-blog and we don't want them getting frameworktest in their project dependencies.
That's why it was added to ci.yml in the first place. Add it back there with the correct constraint, and add a comment so we don't try to do this again.

Copy link
Member Author

Choose a reason for hiding this comment

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

Updated

Copy link
Member

@GuySartorelli GuySartorelli left a comment

Choose a reason for hiding this comment

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

LGTM

@GuySartorelli GuySartorelli merged commit 406fb8c into silverstripe:3 Feb 26, 2024
8 checks passed
@GuySartorelli GuySartorelli deleted the pulls/3/frameworktest branch February 26, 2024 03:32
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.

2 participants