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

Commit

Permalink
Add extensions and archive to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Snape committed Jun 26, 2014
1 parent 5e80d04 commit 33e2aec
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,21 @@
"source": "https://github.com/midasplatform/Midas"
},
"require": {
"php": ">=5.3"
"php": ">=5.3.3",
"ext-gd": "*"
},
"suggest": {
"ext-ldap" : "*",
"ext-memcached" : "*"
},
"archive": {
"exclude": [
"/core/configs/*.local.*",
"/data/*/**",
"/log/**",
"/tests/TestsConfig.php",
"!/tests/TestsConfig.php.in",
"/tmp/*/**"
]
}
}

0 comments on commit 33e2aec

Please sign in to comment.