Include sync as a standalone composer package #123

Open
opened 2020-03-20 16:19:03 +01:00 by netandreus · 0 comments
netandreus commented 2020-03-20 16:19:03 +01:00 (Migrated from github.com)

Describe the bug
Now we can not use libremail/sync as a standalone package because of this errors:

PHP Warning:  require(/var/www/mailsync/current/vendor/vendorname/sync/vendor/autoload.php): failed to open stream: No such file or directory in /var/www/mailsync/current/vendor/vendorname/sync/sync on line 48
PHP Fatal error:  require(): Failed opening required '/var/www/mailsync/current/vendor/vendorname/sync/vendorname/autoload.php' (include_path='.:/usr/share/php') in /var/www/mailsync/current/vendor/vendorname/sync/sync on line 48
**Describe the bug** Now we can not use libremail/sync as a standalone package because of this errors: ``` PHP Warning: require(/var/www/mailsync/current/vendor/vendorname/sync/vendor/autoload.php): failed to open stream: No such file or directory in /var/www/mailsync/current/vendor/vendorname/sync/sync on line 48 PHP Fatal error: require(): Failed opening required '/var/www/mailsync/current/vendor/vendorname/sync/vendorname/autoload.php' (include_path='.:/usr/share/php') in /var/www/mailsync/current/vendor/vendorname/sync/sync on line 48 ```
Sign in to join this conversation.
No description provided.