-
Notifications
You must be signed in to change notification settings - Fork 60
Add composer autoloader #1544
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
Add composer autoloader #1544
Conversation
This is a shipped app, so there are no build steps allowed. You will have to vendor the |
ChristophWurst
left a comment
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.
|
See also the additional context in #1535. |
|
Looks good. Did you force add the files? Adjust .gitignore to no longer ignore the added vendor/autoload.php and vendor/composer/* |
|
It's in a new composer folder, not in the vendor dir on suggestion by @juliushaertl |
ChristophWurst
left a comment
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
|
php-cs-fixer should ignore the composer directory. |
0bfd733 to
f7ac6eb
Compare
Signed-off-by: Anna Larch <[email protected]>
480967d to
495060e
Compare
Fixes #1535
Signed-off-by: Anna Larch [email protected]
@ChristophWurst I added the autoloader class according to the docs. Is there anything else I need to do?