-
Notifications
You must be signed in to change notification settings - Fork 12
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
Include sync as a package #124
base: master
Are you sure you want to change the base?
Conversation
Websocket server, port, and host are all based on config now (mikegioia#103)
@netandreus What problem is this solving? I'm not sure at first glance. |
Do you happen to have any info on why the paths are checked in that way? I'm unfamiliar with what a standalone composer package is. |
Let's try to introduce that we need to use libremail-sync like a common composer package for some project located in /var/www/mailsync/current. It's all about watcher app, we talked about earlier. Here is structure of my project. I use symfony 5 framework. Here is this projects composer.json file, located in /var/www/mailsync/current/composer.json
Some comments: netandreus/imap-sync - is composer package, making from my fork of libremail sync (with all issues resolved). Task Problem
but from dependent projects dir:
|
What problem or bug does this solve?
Now we can use sync as a standalone composer package.