定制 ion/versioning 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

License: LGPL v3

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

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0
  • 更新时间: 2023-10-16