Skip to content

Commit

Permalink
Merge pull request #237 from hirak/abandon-prestissimo
Browse files Browse the repository at this point in the history
Announcement to be deprecated
  • Loading branch information
hirak authored Oct 28, 2020
2 parents 7ae2a1f + e8fb512 commit 541bce4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ prestissimo (composer plugin)
[![Total Downloads](https://poser.pugx.org/hirak/prestissimo/downloads)](https://packagist.org/packages/hirak/prestissimo)
[![License](https://poser.pugx.org/hirak/prestissimo/license)](https://packagist.org/packages/hirak/prestissimo)

This is a [composer](https://getcomposer.org) plugin that downloads packages in parallel to speed up the installation process.
This is a [composer 1.x](https://getcomposer.org) plugin that downloads packages in parallel to speed up the installation process.

## Announcement: [Composer 2 is now available!](https://blog.packagist.com/composer-2-0-is-now-available/)

**This plugin is for Composer1; Composer2 is very fast on its own. Uninstall this plugin and update the Composer itself.**


## Requirements
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hirak/prestissimo",
"description": "composer parallel install plugin",
"description": "composer parallel install plugin for Composer 1.x",
"type": "composer-plugin",
"keywords": ["parallel", "install", "speedup"],
"authors": [
Expand Down

0 comments on commit 541bce4

Please sign in to comment.