-
Notifications
You must be signed in to change notification settings - Fork 59
fix #99 in createInLocation and add delete server by id #102
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
Conversation
merge original
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.
Looks good, thank you! However please don't commit the composer.lock.
@@ -0,0 +1,2719 @@ | |||
{ |
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.
Hey, please don't commit the composer.lock
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.
Why shouldn`t we commit the composer.lock? This ensures, that every developer has the same dependency versions. Its also recommended from the composer docu. Composer Doku
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.
@BenjaminLeibinger yes, but not for libraries (as written in the composer doc as well). https://getcomposer.org/doc/02-libraries.md#lock-file
Thank you! |
No description provided.