Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 33e2aec

Browse files
author
Jamie Snape
committed
Add extensions and archive to composer.json
1 parent 5e80d04 commit 33e2aec

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

composer.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,21 @@
1111
"source": "https://github.com/midasplatform/Midas"
1212
},
1313
"require": {
14-
"php": ">=5.3"
14+
"php": ">=5.3.3",
15+
"ext-gd": "*"
16+
},
17+
"suggest": {
18+
"ext-ldap" : "*",
19+
"ext-memcached" : "*"
20+
},
21+
"archive": {
22+
"exclude": [
23+
"/core/configs/*.local.*",
24+
"/data/*/**",
25+
"/log/**",
26+
"/tests/TestsConfig.php",
27+
"!/tests/TestsConfig.php.in",
28+
"/tmp/*/**"
29+
]
1530
}
1631
}

0 commit comments

Comments
 (0)