Navigation Menu

Skip to content

Commit

Permalink
Added list of required extension to packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kukulich committed Oct 3, 2012
1 parent ff4e916 commit d3e929e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions composer.json
Expand Up @@ -26,6 +26,8 @@
},
"require": {
"php": ">=5.3.0",
"ext-json": "*",
"ext-mbstring": "*",
"nette/nette": ">=2.0.6",
"dg/texy": ">=2.1.0",
"kukulich/fshl": ">=2.1.0",
Expand Down
6 changes: 6 additions & 0 deletions package.xml
Expand Up @@ -193,6 +193,12 @@
<pearinstaller>
<min>1.4.0</min>
</pearinstaller>
<extension>
<name>json</name>
</extension>
<extension>
<name>mbstring</name>
</extension>
<package>
<name>Nette</name>
<channel>pear.nette.org</channel>
Expand Down

0 comments on commit d3e929e

Please sign in to comment.