Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

[READ ONLY] 〰️ A composer plugin that bundle packages to speed up composer install & update, with legacy tags ignoring feature.

License

NotificationsYou must be signed in to change notification settings

narrowspark/automatic-composer-prefetcher

Repository files navigation

Note This package is part of theNarrowspark automatic.

Installation

UseComposer to install this package:

composer global require narrowspark/automatic-composer-prefetcher --dev

Usage

The prefetcher will be executed whencomposer require ,composer install orcomposer updateis used, you will experience a speed up of composer package installations.

Narrowspark Automatic Prefetcher supports onskipping legacy package tags.

You have two ways to skip old tags of a package.

The first one is to use thecomposer.json extra field, addprefetcher inside of this arequire key,then you packages with the version you want start skipping.

{"extra":{"prefetcher":{"require":{"symfony/symfony":"4.2.*","next package":"1.*"}}}}

And the second one is to use the globalenv variable

export AUTOMATIC_PREFETCHER_REQUIRE="symfony/symfony:4.2.*[, and you next package]"

Versioning

This library follows semantic versioning, and additions to the code ruleset are performed in major releases.

Changelog

Please have a look atCHANGELOG.md.

Contributing

Please have a look atCONTRIBUTING.md.

Code of Conduct

Please have a look atCODE_OF_CONDUCT.md.

Credits

License

This package is licensed using the MIT License.

Please have a look atLICENSE.md.

About

[READ ONLY] 〰️ A composer plugin that bundle packages to speed up composer install & update, with legacy tags ignoring feature.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp