-
Notifications
You must be signed in to change notification settings - Fork 2
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
MNT Use frameworktest ^2 #50
Conversation
55aee7f
to
f048e81
Compare
f048e81
to
b0a4318
Compare
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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
b0a4318
to
39ae9f2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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].