mirror of https://github.com/craftcms/cms.git

2 changed files with 59 additions and 59 deletions
-
96composer.json
-
22package.json
@ -1,52 +1,52 @@ |
|||
{ |
|||
"name": "craftcms/craft", |
|||
"description": "Craft CMS", |
|||
"keywords": [ |
|||
"craft", |
|||
"cms", |
|||
"craftcms", |
|||
"content management system" |
|||
], |
|||
"homepage": "https://craftcms.com", |
|||
"license": "proprietary", |
|||
"support": { |
|||
"email": "support@craftcms.com", |
|||
"issues": "https://github.com/craftcms/craft/issues?state=open", |
|||
"forum": "https://craftcms.stackexchange.com/", |
|||
"source": "https://github.com/craftcms/craft", |
|||
"docs": "https://craftcms.com/docs", |
|||
"rss": "https://craftcms.com/changelog.rss" |
|||
"name": "craftcms/craft", |
|||
"description": "Craft CMS", |
|||
"keywords": [ |
|||
"craft", |
|||
"cms", |
|||
"craftcms", |
|||
"content management system" |
|||
], |
|||
"homepage": "https://craftcms.com", |
|||
"license": "proprietary", |
|||
"support": { |
|||
"email": "support@craftcms.com", |
|||
"issues": "https://github.com/craftcms/craft/issues?state=open", |
|||
"forum": "https://craftcms.stackexchange.com/", |
|||
"source": "https://github.com/craftcms/craft", |
|||
"docs": "https://craftcms.com/docs", |
|||
"rss": "https://craftcms.com/changelog.rss" |
|||
}, |
|||
"minimum-stability": "stable", |
|||
"require": { |
|||
"php": ">=5.6.0", |
|||
"yiisoft/yii2": "2.0.10", |
|||
"yiisoft/yii2-debug": "2.0.7", |
|||
"yiisoft/yii2-authclient": "2.1.1", |
|||
"yiisoft/yii2-swiftmailer": "2.0.6", |
|||
"simplepie/simplepie": "1.4.3", |
|||
"guzzlehttp/guzzle": "6.2.2", |
|||
"danielstjules/stringy": "2.3.2", |
|||
"creocoder/yii2-nested-sets": "0.9.0", |
|||
"pixelandtonic/imagine": "0.6.3.1", |
|||
"league/flysystem": "1.0.32", |
|||
"league/flysystem-ziparchive": "1.0.2", |
|||
"php-http/guzzle6-adapter": "^1.1", |
|||
"mikehaertl/php-shellcommand": "1.2.2", |
|||
"twig/twig": "1.28.2" |
|||
}, |
|||
"autoload": { |
|||
"psr-4": { |
|||
"craft\\": "src/" |
|||
}, |
|||
"minimum-stability": "stable", |
|||
"require": { |
|||
"php": ">=5.6.0", |
|||
"yiisoft/yii2": "2.0.10", |
|||
"yiisoft/yii2-debug": "2.0.7", |
|||
"yiisoft/yii2-authclient": "2.1.1", |
|||
"yiisoft/yii2-swiftmailer": "2.0.6", |
|||
"simplepie/simplepie": "1.4.3", |
|||
"guzzlehttp/guzzle": "6.2.2", |
|||
"danielstjules/stringy": "2.3.2", |
|||
"creocoder/yii2-nested-sets": "0.9.0", |
|||
"pixelandtonic/imagine": "0.6.3.1", |
|||
"league/flysystem": "1.0.32", |
|||
"league/flysystem-ziparchive": "1.0.2", |
|||
"php-http/guzzle6-adapter": "^1.1", |
|||
"mikehaertl/php-shellcommand": "1.2.2", |
|||
"twig/twig": "1.28.2" |
|||
}, |
|||
"autoload": { |
|||
"psr-4": { |
|||
"craft\\": "src/" |
|||
}, |
|||
"classmap": [ |
|||
"lib/" |
|||
] |
|||
}, |
|||
"repositories": [ |
|||
{ |
|||
"type": "composer", |
|||
"url": "https://asset-packagist.org" |
|||
} |
|||
"classmap": [ |
|||
"lib/" |
|||
] |
|||
}, |
|||
"repositories": [ |
|||
{ |
|||
"type": "composer", |
|||
"url": "https://asset-packagist.org" |
|||
} |
|||
] |
|||
} |
@ -1,13 +1,13 @@ |
|||
{ |
|||
"name": "Craft", |
|||
"version": "3.0.0", |
|||
"private": true, |
|||
"devDependencies": { |
|||
"grunt": "latest", |
|||
"grunt-contrib-sass": "latest", |
|||
"grunt-contrib-jshint": "latest", |
|||
"grunt-contrib-concat": "latest", |
|||
"grunt-contrib-uglify": "latest", |
|||
"grunt-contrib-watch": "latest" |
|||
} |
|||
"name": "Craft", |
|||
"version": "3.0.0", |
|||
"private": true, |
|||
"devDependencies": { |
|||
"grunt": "latest", |
|||
"grunt-contrib-sass": "latest", |
|||
"grunt-contrib-jshint": "latest", |
|||
"grunt-contrib-concat": "latest", |
|||
"grunt-contrib-uglify": "latest", |
|||
"grunt-contrib-watch": "latest" |
|||
} |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue