diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2021-03-15 20:30:19 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2021-03-15 20:30:19 +0100 |
| commit | 16f9c3c10d96b02f9ae63d04c08a8089c73558a5 (patch) | |
| tree | 534791f31754f7dbdb4b8a93268aab219e22b1c5 /composer.json | |
| parent | 51d65acaa3a4f4c5a0d8daea92e31298b2709184 (diff) | |
| download | bdrem-16f9c3c10d96b02f9ae63d04c08a8089c73558a5.tar.gz bdrem-16f9c3c10d96b02f9ae63d04c08a8089c73558a5.zip | |
Support dependency installation via composer
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..3941d41 --- /dev/null +++ b/composer.json @@ -0,0 +1,9 @@ +{ + "require": { + "pear/console_color2": "^0.1.2", + "pear/console_commandline": "^1.2", + "pear/console_table": "^1.3", + "pear/mail_mime": "^1.10", + "pear/net_ldap2": "^2.2" + } +} |
