winter/base
最新稳定版本:v1.2.6
Composer 安装命令:
composer require winter/base
包简介
Base metapackage for Winter, including all core modules
README 文档
README
Base metapackage for Winter. This provides a handy shortcut to download all necessary requirements for Winter, including all core modules.
Usage
If you have created a Winter installation already, you may change the following lines in your composer.json file:
"require": { "php": "^8.0.2", "winter/storm": "dev-develop as 1.2", "winter/wn-system-module": "dev-develop", "winter/wn-backend-module": "dev-develop", "winter/wn-cms-module": "dev-develop", "laravel/framework": "^9.1", "wikimedia/composer-merge-plugin": "~2.1.0" }
To the following:
"require": { "winter/base": "dev-develop" }
You can target a specific version (or branch) by changing the version requirement, for example:
"require": { "winter/base": "1.2.3" }
Will install the dependencies required for v1.2.3 and lock the version of all modules to v1.2.3.
Notes
This will not install any development dependencies or scripts. You must still source these from the standard composer.json file in Winter and include them in your installation.
统计信息
- 总下载量: 48
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-07-12