Skip to content

Conversation

@bartv2
Copy link
Contributor

@bartv2 bartv2 commented Aug 16, 2020

Q A
Bug fix? yes/no
New feature? yes/no
BC breaks? yes/no
Deprecations? yes/no
Tests pass? yes/no
Documented? yes/no
Fixed tickets #...
License MIT

@mathroc
Copy link
Contributor

mathroc commented Aug 16, 2020

composer 2 also supports parallel fetching of the dependencies, maybe it’ll be easier for maintenance to just wait for a stable release of composer (or include the alpha version)

Copy link
Contributor

@mcg-web mcg-web left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this PR! it's more a performance than a reusable improvement?

!/composer.json
!/phpunit.xml.*
!/phpstan.neon.*
!/phpstan*.neon
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this change?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mcg-web I think because i renamed the phpstan.neon.dist long time ago

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes the name changed and the config wasn't included

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok nice, thank you!

COPY src/ /src/
COPY tests/ /tests/
COPY phpunit.xml.* phpstan.neon.* .php_cs.* phpbench.json /
COPY phpunit.xml.* phpstan*.neon .php_cs.* phpbench.json /
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this change?

@bartv2
Copy link
Contributor Author

bartv2 commented Aug 16, 2020

composer install is slow, doing parallel downloads helps a lot. This was the solution that i also use in other projects.

@mcg-web mcg-web merged commit 75d51a7 into overblog:master Aug 16, 2020
@bartv2 bartv2 deleted the patch-4 branch August 16, 2020 21:32
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

Successfully merging this pull request may close these issues.

4 participants