mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-11-05 20:40:05 +01:00
✅ Add Composer to testable configuration
This commit is contained in:
@@ -16,6 +16,8 @@ class TestableConfigurations {
|
||||
filesystem: [
|
||||
"/usr/local/bin/"
|
||||
: .fake(.directory, readOnly: true),
|
||||
"/usr/local/bin/composer"
|
||||
: .fake(.binary),
|
||||
"/opt/homebrew/bin/brew"
|
||||
: .fake(.binary),
|
||||
"/opt/homebrew/bin/php"
|
||||
|
||||
Reference in New Issue
Block a user