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


      1 {
      2     "name": "gregwar/captcha",
      3     "type": "captcha",
      4     "description": "Captcha generator",
      5     "keywords": ["captcha", "spam", "bot"],
      6     "homepage": "https://github.com/Gregwar/Captcha",
      7     "license": "MIT",
      8     "authors": [
      9         {
     10             "name": "Grégoire Passault",
     11             "email": "g.passault@gmail.com",
     12             "homepage": "http://www.gregwar.com/"
     13         },
     14         {
     15             "name": "Jeremy Livingston",
     16             "email": "jeremy.j.livingston@gmail.com"
     17         }
     18     ],
     19     "require": {
     20         "php": ">=5.3.0",
     21         "ext-gd": "*"
     22     },
     23     "autoload": {
     24         "psr-4": {
     25             "Gregwar\\Captcha\\": "/"
     26         }
     27     }
     28 }