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 src/Elastic/Types after composer require #12

Open
thinkspill opened this issue Mar 23, 2020 · 2 comments
Open

Missing src/Elastic/Types after composer require #12

thinkspill opened this issue Mar 23, 2020 · 2 comments
Assignees

Comments

@thinkspill
Copy link
Contributor

I'm not sure how these files could be missing, but I've tried both in my main project and a default empty composer init project, and once installed, the only actual file present under src is src/Elastic/Monolog/Formatter/ElasticCommonSchemaFormatter.php.

src/Elastic/Types does not exist.

Reproduction:

mkdir emptyproject && cd emptyproject
composer init
[... hit enter to accept all defaults ...]
composer require elastic/ecs-logging
ls -la vendor/elastic/ecs-logging/src/Elastic/Monolog # exists
ls -la vendor/elastic/ecs-logging/src/Elastic/Types # does not exist

Do you get the same result?

@thinkspill
Copy link
Contributor Author

I see what I did wrong... The tagged version 1.0.1 does not have these files. They are only present in the master branch.

@SergeyKleyman
Copy link
Contributor

Could you please try the latest release (1.0.2)?

@SergeyKleyman SergeyKleyman self-assigned this Feb 10, 2021
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