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

Missing dependencies in vendor/ #2

Closed
mossroy opened this issue Jul 4, 2020 · 3 comments
Closed

Missing dependencies in vendor/ #2

mossroy opened this issue Jul 4, 2020 · 3 comments

Comments

@mossroy
Copy link

mossroy commented Jul 4, 2020

Many thanks for this script.

To make it work, after running composer install, I had to manually install a few php files in vendor folder :

Did I miss an installation step? Or should these dependencies be automatically installed by composer?

In any case, it now works well, thanks!

@stefan-muc
Copy link
Owner

You're welcome mossroy!

Thanks for pointing out these shortcomings. No you did all right, I missed to add these files most probably because I added vendor to .gitignore.
You indeed found the correct files (I personally used AWL version 0.53, but it seems better to stick to 0.54 you found).

I moved these files to include, added them to the repository and released a new version 0.1.2

@mossroy
Copy link
Author

mossroy commented Jul 8, 2020

I tested with version 0.3 and had no issue with dependencies.
This 0.3 version is also much improved as it separates code and configuration (with the config directory), and is much faster as it only modifies/adds/deletes what is necessary (instead of deleting/re-creating all events like in version 0.1)
Thanks a lot!

@stefan-muc
Copy link
Owner

Thank you very much! Yeah I had some time to do this. Great to hear that you like it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants