-
Notifications
You must be signed in to change notification settings - Fork 666
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
Upgrade hyperf to v2.2 #4477
Upgrade hyperf to v2.2 #4477
Conversation
will it work ? I mean since does 2.2 support only |
composer install the beta https://the-benchmarker.semaphoreci.com/jobs/59cd62da-de6c-41c2-8251-7bda12706739#L2123 @limingxinleo according to https://getcomposer.org/doc/articles/versions.md it should take |
php/hyperf/composer.json
Outdated
"config": { | ||
"optimize-autoloader": true, | ||
"sort-packages": true |
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.
no need, done in the dockerfile
Line 39 in e685546
RUN composer install --no-dev --prefer-dist --classmap-authoritative |
|
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.
last thing, could you pin this version in config.yaml
?
Head branch was pushed to by a user without write access
@waghanza of course |
No description provided.