gluon-web-remote

Web remote Administration for big size of gluon routers
git clone git://archive.git.mtrnord.blog/MTRNord/gluon-web-remote.git
Log | Files | Refs | README

composer.json (562B)


      1 {
      2     "name": "sebastian/version",
      3     "description": "Library that helps with managing the version number of Git-hosted PHP projects",
      4     "homepage": "https://github.com/sebastianbergmann/version",
      5     "license": "BSD-3-Clause",
      6     "authors": [
      7         {
      8             "name": "Sebastian Bergmann",
      9             "email": "sebastian@phpunit.de",
     10             "role": "lead"
     11         }
     12     ],
     13     "support": {
     14         "issues": "https://github.com/sebastianbergmann/version/issues"
     15     },
     16     "autoload": {
     17         "classmap": [
     18             "src/"
     19         ]
     20     }
     21 }