You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

112 lines
3.3 KiB

{
"name": "craftcms/cms",
"description": "Craft CMS",
"version": "3.7.61",
"keywords": [
"cms",
"craftcms",
"yii2"
],
"homepage": "https://craftcms.com",
"license": "proprietary",
"authors": [
{
"name": "Pixel & Tonic",
"homepage": "https://pixelandtonic.com/"
}
],
"support": {
"email": "support@craftcms.com",
"issues": "https://github.com/craftcms/cms/issues?state=open",
"forum": "https://craftcms.stackexchange.com/",
"source": "https://github.com/craftcms/cms",
"docs": "https://craftcms.com/docs/3.x/",
"rss": "https://github.com/craftcms/cms/releases.atom"
},
"require": {
"php": ">=7.2.5",
"ext-curl": "*",
"ext-dom": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-pcre": "*",
"ext-pdo": "*",
"ext-zip": "*",
"composer/composer": "2.2.15",
"craftcms/oauth2-craftid": "~1.0.0",
"craftcms/plugin-installer": "~1.5.6",
"craftcms/server-check": "~1.2.0",
"creocoder/yii2-nested-sets": "~0.9.0",
"elvanto/litemoji": "^3.0.1",
"enshrined/svg-sanitize": "~0.15.2",
"guzzlehttp/guzzle": "^6.5.5|^7.2.0",
"laminas/laminas-feed": "~2.12.3|^2.13.1",
"league/flysystem": "^1.1.4",
"league/oauth2-client": "^2.6.0",
"mikehaertl/php-shellcommand": "^1.6.3",
"pixelandtonic/imagine": "~1.2.4.1",
"seld/cli-prompt": "^1.0.4",
"symfony/yaml": "^5.2.1",
"twig/twig": "~2.15.3",
"voku/stringy": "^6.4.0",
"webonyx/graphql-php": "~14.11.5",
"yiisoft/yii2": "~2.0.45.0",
"yiisoft/yii2-debug": "^2.1.16",
"yiisoft/yii2-queue": "~2.3.2",
"yiisoft/yii2-swiftmailer": "^2.1.2"
},
"require-dev": {
"codeception/codeception": "^4.0.0",
"codeception/module-asserts": "^1.0.0",
"codeception/module-datafactory": "^1.0.0",
"codeception/module-phpbrowser": "^1.0.0",
"codeception/module-rest": "^1.0.0",
"codeception/module-yii2": "^1.0.0",
"craftcms/ecs": "dev-main",
"fzaninotto/faker": "^1.8",
"league/factory-muffin": "^3.0",
"vlucas/phpdotenv": "^3.0"
},
"provide": {
"bower-asset/inputmask": "~3.2.2 | ~3.3.5",
"bower-asset/jquery": "3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable",
"bower-asset/punycode": "1.3.*",
"bower-asset/yii2-pjax": "~2.0.1",
"yii2tech/ar-softdelete": "1.0.4"
},
"conflict": {
"league/oauth2-client": "2.4.0",
"webonyx/graphql-php": "14.11.7"
},
"suggest": {
"ext-imagick": "Adds support for more image processing formats and options.",
"ext-iconv": "Adds support for more character encodings than PHP’s built-in mb_convert_encoding() function, which Craft will take advantage of when converting strings to UTF-8.",
"ext-intl": "Adds rich internationalization support."
},
"autoload": {
"psr-4": {
"craft\\": "src/",
"yii2tech\\ar\\softdelete\\": "lib/ar-softdelete/src/"
}
},
"autoload-dev": {
"psr-4": {
"crafttests\\": "tests/"
}
},
"scripts": {
"check-cs": "ecs check --ansi",
"fix-cs": "ecs check --ansi --fix"
},
"config": {
"sort-packages": true,
"platform": {
"php": "7.2.5"
},
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
}
}