Initial import of composer dependencies (--no-dev)

This commit is contained in:
Kijin Sung 2016-01-06 19:21:31 +09:00
parent 71fc952126
commit 546606b208
696 changed files with 54815 additions and 44 deletions

View file

@ -1,18 +1,35 @@
{
"name": "xpressengine/xe-core",
"license": "GNU LGPL",
"name": "xetown/xe-core",
"description": "XpressEngine XETOWN Remix",
"homepage": "https://www.xetown.com/",
"license": "LGPL-2.1",
"type": "project",
"authors": [
{
"name": "NAVER",
"email": "developers@xpressengine.com"
}
{ "name": "NAVER", "email": "developers@xpressengine.com" },
{ "name": "XETOWN Contributors" }
],
"require": {
"php": ">=5.4.0"
"php": ">=5.3.0",
"ext-curl": "*",
"ext-gd": "*",
"ext-iconv": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-mcrypt": "*",
"ext-openssl": "*",
"ext-pcre": "*",
"ext-xml": "*",
"defuse/php-encryption": "1.2.1",
"ezyang/htmlpurifier": "4.7.*",
"matthiasmullie/minify": "1.3.*",
"michelf/php-markdown": "1.5.*",
"rmccue/requests": "1.6.*",
"sunra/php-simple-html-dom-parser": "1.5.*"
},
"require-dev": {
"codeception/codeception": "~2.0",
"codeception/verify": "0.2.*",
"php": ">=5.4.0",
"codeception/codeception": "2.1.*",
"codeception/verify": "0.3.*",
"codeception/specify": "0.4.*"
}
}