Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Add prestissimo as a default global composer package
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyc committed Jun 5, 2016
1 parent dedb520 commit c5c8c8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ composer_path: /usr/bin/composer
composer_home_path: "/home/{{ drupalvm_user }}/.composer"
composer_home_owner: "{{ drupalvm_user }}"
composer_home_group: "{{ drupalvm_user }}"
# composer_global_packages:
# - { name: phpunit/phpunit, release: '@stable' }
composer_global_packages:
- { name: hirak/prestissimo, release: '^0.2' }

# Run specified scripts before or after VM is provisioned. Path is relative to
# the `provisioning/playbook.yml` file.
Expand Down

0 comments on commit c5c8c8a

Please sign in to comment.