Add pear modules, mail and net_smtp via composer (#93)
Add pear modules, mail and net_smtp via composer, remove php 5.6 build due to phpunit 6
This commit is contained in:
3
lib/composer/vendor/consolidation/config/tests/data/config-1.yml
vendored
Normal file
3
lib/composer/vendor/consolidation/config/tests/data/config-1.yml
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
c: foo
|
||||
m:
|
||||
- 1
|
||||
3
lib/composer/vendor/consolidation/config/tests/data/config-2.yml
vendored
Normal file
3
lib/composer/vendor/consolidation/config/tests/data/config-2.yml
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
b: ${c}bar
|
||||
m:
|
||||
- 2
|
||||
3
lib/composer/vendor/consolidation/config/tests/data/config-3.yml
vendored
Normal file
3
lib/composer/vendor/consolidation/config/tests/data/config-3.yml
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
a: ${b}baz
|
||||
m:
|
||||
- 3
|
||||
Reference in New Issue
Block a user