Skip to content

Commit

Permalink
Remove prestissimo from composer_global_packages
Browse files Browse the repository at this point in the history
`hirak/prestissimo` is a composer plugin that speeded up `composer install`
by downloading packages in parallel.

It's not incompatible with Composer 2.0 and not needed since 2.0 has
parallel downloading built-in.
  • Loading branch information
swalkinshaw committed Oct 25, 2020
1 parent d0105f8 commit d892b18
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions group_vars/all/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
composer_keep_updated: true
composer_global_packages:
- { name: hirak/prestissimo }
apt_cache_valid_time: 3600
apt_package_state: present
apt_security_package_state: latest
Expand Down

0 comments on commit d892b18

Please sign in to comment.