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

Critical bug with composer.json #640

Merged
merged 1 commit into from
Sep 22, 2023
Merged

Critical bug with composer.json #640

merged 1 commit into from
Sep 22, 2023

Conversation

harikt
Copy link
Contributor

@harikt harikt commented Sep 22, 2023

Pascal Schneider in slack pointed an issue unable to install cakephp/migrations

https://cakesf.slack.com/archives/C053DPNGT/p1695333660872039

As you all know phinx had a release tag of 2.0.0 which was removed as mentioned in https://github.com/cakephp/phinx/releases/tag/0.15.0

So this is breaking currently and should be fixed ASAP.

Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.

The best way to propose a feature is to open an issue first and discuss your ideas there before implementing them.

Always follow the contribution guidelines when submitting a pull request. In particular, make sure existing tests still pass, and add tests for all new behavior. When fixing a bug, you may want to add a test to verify the fix.

Pascal Schneider in slack pointed an issue unable to install cakephp/migrations 

https://cakesf.slack.com/archives/C053DPNGT/p1695333660872039

As you all know phinx had a release tag of 2.0.0 which was removed as mentioned in https://github.com/cakephp/phinx/releases/tag/0.15.0

So this is breaking currently and should be fixed ASAP.
@harikt harikt changed the title Update composer.json Critical bug with composer.json Sep 22, 2023
@@ -22,7 +22,7 @@
},
"require": {
"php": ">=8.1",
"robmorgan/phinx": "^2.0",
"robmorgan/phinx": "^0.15",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Note : I am keeping this as ^0.15 and not 1.x-dev because when migrations is released it cannot install the correact version from the tag. We may want to bump the version according to phinx releases.

@dereuromark dereuromark merged commit d126d28 into cakephp:4.x Sep 22, 2023
0 of 8 checks passed
@dereuromark
Copy link
Member

Will be released soon as bugfix

@harikt
Copy link
Contributor Author

harikt commented Sep 22, 2023

That seems not fixing the issue. I noticed the units are broken. Checking on local.

@harikt harikt deleted the patch-2 branch September 22, 2023 01:26
@harikt harikt mentioned this pull request Sep 22, 2023
@harikt
Copy link
Contributor Author

harikt commented Sep 22, 2023

@dereuromark fixed via #641

@passchn
Copy link

passchn commented Sep 22, 2023

Thanks! 🥳

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.

None yet

3 participants