diff options
Diffstat (limited to 'spec/fixtures/php/composer/custom-tls/composer.json')
| -rw-r--r-- | spec/fixtures/php/composer/custom-tls/composer.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/spec/fixtures/php/composer/custom-tls/composer.json b/spec/fixtures/php/composer/custom-tls/composer.json new file mode 100644 index 0000000..e70b1d2 --- /dev/null +++ b/spec/fixtures/php/composer/custom-tls/composer.json @@ -0,0 +1,12 @@ +{ + "repositories": [ + { "packagist.org": false }, + { + "type": "composer", + "url": "https://composer.test" + } + ], + "require": { + "monolog/monolog": "1.0.*" + } +} |
