fi/osbundle

操作系统工具

安装次数: 33,264

依赖项: 4

建议者: 0

安全性: 0

星标: 0

关注者: 1

分支: 0

开放性问题: 0

类型:symfony-bundle

2.0.5 2017-01-10 22:05 UTC

This package is auto-updated.

Last update: 2024-09-18 02:54:50 UTC


README

[构建状态] (https://travis-ci.org/ComuneFI/OsBundle) [覆盖率状态] (https://coveralls.io/r/ComuneFI/OsBundle)

安装

  • 在项目根目录下的 composer.json 文件中的相应部分添加
    {
    "name": "ComuneFI/NomeProgetto",
        "license": "MIT",
        "type": "project",
        "description": "The \"Symfony Standard Edition\" distribution",

    "autoload": {
            "psr-4" : {
                "Fi\\OsBundle\\": "vendor/fi/osbundle/"
            }
        },
    }    
  • 同样在 composer.json 文件中的 require 部分添加
    "fi/osbundle": "2.0.*",