ion/versioning
最新稳定版本:v1.0.0
Composer 安装命令:
composer require ion/versioning
包简介
A small library that functions as the base to all ION packages, intended to handle basic package and versioning functionality.
关键字:
README 文档
README
A small library that functions as the base to all ION packages, intended to handle basic package versioning functionality.
Getting Started
###As an included library, with Composer:
Make sure Composer is installed - if not, you can get it from here.
First, you need to add ion/versioning as a dependency in your composer.json file.
To use the current stable version, add the following to download it straight from here:
"require": {
"php": ">=7.4",
"ion/packaging": "^1.0.0",
}
To use the bleeding edge (development) version, add the following:
"require": {
"php": ">=7.4",
"ion/packaging": "dev-default",
},
"repositories": {
{
"type": "vcs",
"url": "https://github.com/ion-digital/ion-php-packaging.git"
}
}
Then run the following in the root directory of your project:
php composer.phar install
Prerequisites
- Composer (optional)
Built With
- Composer - Dependency Management
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
License
This project is licensed under the LGPL-3.0 License - see the LICENSE.md file for details.
统计信息
- 总下载量: 25
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0
- 更新时间: 2023-10-16