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

[Maintenance] Switch to composer v2 #434

Closed
wants to merge 1 commit into from

Conversation

lchrusciel
Copy link
Member

This PR aims to reduce execution time and memory usage

@@ -39,7 +39,7 @@ jobs:

- echo "memory_limit=4096M" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini

- composer self-update --1
- composer self-update --preview
Copy link
Contributor

Choose a reason for hiding this comment

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

Since it's stable already:

Suggested change
- composer self-update --preview
- composer self-update --2

@lchrusciel
Copy link
Member Author

Closing in favor of #436

@lchrusciel lchrusciel closed this Oct 29, 2020
@lchrusciel lchrusciel deleted the travis branch October 29, 2020 10:42
Zales0123 added a commit that referenced this pull request Oct 30, 2020
This PR was merged into the 1.7 branch.

Discussion
----------

I've removed the platform from the composer to let flex detect the current environment based on used CLI PHP. In addition, I've added composer v2

Replacecment for #434 

Commits
-------

5b69107 [Maintenance] Remove php platform from composer
aaa9670 [Maintenance] Update composer (on PHP 7.3)
9fdd1d3 [Maintenance] Switch to composer v2
e48fcea [Migration] Add nullable for product price
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants