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

Commit

Permalink
Fixes #124: Add example configuration for composer global package ins…
Browse files Browse the repository at this point in the history
…talls.
  • Loading branch information
geerlingguy committed Jun 18, 2015
1 parent 905d411 commit 7b7ac00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ php_opcache_memory_consumption: "192"
php_opcache_max_accelerated_files: 4096
php_max_input_vars: "4000"

# composer_global_packages:
# - { name: phpunit/phpunit, release: '@stable' }

# MySQL Configuration.
mysql_slow_query_log_enabled: true
mysql_slow_query_time: 2
Expand Down

0 comments on commit 7b7ac00

Please sign in to comment.