- Notifications
You must be signed in to change notification settings - Fork0
[READ ONLY] 〰️ A composer plugin that bundle packages to speed up composer install & update, with legacy tags ignoring feature.
License
narrowspark/automatic-composer-prefetcher
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Note This package is part of theNarrowspark automatic.
UseComposer to install this package:
composer global require narrowspark/automatic-composer-prefetcher --dev
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]"
This library follows semantic versioning, and additions to the code ruleset are performed in major releases.
Please have a look atCHANGELOG.md.
Please have a look atCONTRIBUTING.md.
Please have a look atCODE_OF_CONDUCT.md.
- Daniel Bannert
- All Contributors
- Narrowspark Automatic has been inspired bysymfony/flex
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
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.