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

Commit 7b7ac00

Browse files
committed
Fixes #124: Add example configuration for composer global package installs.
1 parent 905d411 commit 7b7ac00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

example.config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ php_opcache_memory_consumption: "192"
116116
php_opcache_max_accelerated_files: 4096
117117
php_max_input_vars: "4000"
118118

119+
# composer_global_packages:
120+
# - { name: phpunit/phpunit, release: '@stable' }
121+
119122
# MySQL Configuration.
120123
mysql_slow_query_log_enabled: true
121124
mysql_slow_query_time: 2

0 commit comments

Comments
 (0)