Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2530764
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/.gitignore b/.gitignore
index f55131f8c..c410c9b8b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,10 @@
# ignore files added to these directories
logs/*
temp/*
config/*
-plugins/*/config.inc.php
\ No newline at end of file
+plugins/*/config.inc.php
+
+# composer-related
+composer.phar
+composer.lock
+vendor
diff --git a/composer.json b/composer.json
new file mode 100644
index 000000000..104b572c4
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,33 @@
+{
+ "name": "roundcube/roundcubemail",
+ "description": "The Roundcube Webmail suite",
+ "license": "GPL-3.0",
+ "repositories": [
+ {
+ "packagist": false
+ },
+ {
+ "type": "pear",
+ "url": "http://pear.php.net/"
+ },
+ {
+ "type": "package",
+ "package": {
+ "name": "Net_SMTP",
+ "version": "dev-master",
+ "source": {
+ "url": "http://github.com/pear/Net_SMTP",
+ "type": "git",
+ "reference": "master"
+ }
+ }
+ }
+ ],
+ "require" : {
+ "pear-pear/Mail_Mime": ">=1.8.1",
+ "pear-pear/Mail_mimeDecode": ">=1.5.5",
+ "Net_SMTP": "dev-master",
+ "pear-pear/Net_IDNA2": ">=0.1.1",
+ "pear-pear/Auth_SASL": ">=1.0.6"
+ }
+}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Feb 3, 12:59 PM (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
427153
Default Alt Text
(1 KB)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment