-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update installer path - part 2 (improve hariktgh-4) #5
Conversation
Bumps [composer/composer](https://github.com/composer/composer) from 1.0.3 to 1.10.23. - [Release notes](https://github.com/composer/composer/releases) - [Changelog](https://github.com/composer/composer/blob/main/CHANGELOG.md) - [Commits](composer/composer@1.0.3...1.10.23) --- updated-dependencies: - dependency-name: composer/composer dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
…poser-1.10.23 Bump composer/composer from 1.0.3 to 1.10.23
Bumps [composer/composer](https://github.com/composer/composer) from 2.0.0 to 2.1.9. - [Release notes](https://github.com/composer/composer/releases) - [Changelog](https://github.com/composer/composer/blob/main/CHANGELOG.md) - [Commits](composer/composer@2.0.0...2.1.9) --- updated-dependencies: - dependency-name: composer/composer dependency-type: direct:development ...
…b/develop' into 2-composer2-support
- re-add check for installed file that was removed in hariktgh-4 (because `is_dir()` does not work there) - remove check for composer.json with check for valid module-file according https://github.com/processwire/processwire/blob/d78276e2c265f6b70384a13eb4febd4811a1db77/wire/core/Modules.php#L1178
@harikt can you accept this, or tell me what I should change that you can accept it? |
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.
I am sorry for the delay. I didn't noticed the PR itself.
I guess you can change the composer requirement to the comments as mentioned and we can merge and do a release.
What comments should I change? I am not realy sure what you mean. |
This PR changes the check for a successful install like diskussed in harikt#4 (comment).
Additional it fixes as minor issue with dev-depencies to calm dependabot (details in 277d099 and b27babc).
I recommend creating a versions-tag for 1.1.1 after merging this.