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 (653B)


      1 {
      2     "name": "phpunit/php-text-template",
      3     "description": "Simple template engine.",
      4     "type": "library",
      5     "keywords": [
      6         "template"
      7     ],
      8     "homepage": "https://github.com/sebastianbergmann/php-text-template/",
      9     "license": "BSD-3-Clause",
     10     "authors": [
     11         {
     12             "name": "Sebastian Bergmann",
     13             "email": "sebastian@phpunit.de",
     14             "role": "lead"
     15         }
     16     ],
     17     "support": {
     18         "issues": "https://github.com/sebastianbergmann/php-text-template/issues"
     19     },
     20     "require": {
     21         "php": ">=5.3.3"
     22     },
     23     "autoload": {
     24         "classmap": [
     25             "src/"
     26         ]
     27     }
     28 }
     29