fi/osbundle

Utility per sistema operativo

Installs: 32 824

Dependents: 4

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

2.0.5 2017-01-10 22:05 UTC

This package is auto-updated.

Last update: 2024-04-18 01:45:41 UTC


README

[Build Status] (https://travis-ci.org/ComuneFI/OsBundle) [Coverage Status] (https://coveralls.io/r/ComuneFI/OsBundle)

Installazione:

  • Aggiungere nel file composer.json (root del progetto) nella sezione:
    {
    "name": "ComuneFI/NomeProgetto",
        "license": "MIT",
        "type": "project",
        "description": "The \"Symfony Standard Edition\" distribution",

    "autoload": {
            "psr-4" : {
                "Fi\\OsBundle\\": "vendor/fi/osbundle/"
            }
        },
    }    
  • E sempre nel composer.json, nella sezione require aggiungere:
    "fi/osbundle": "2.0.*",