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


      1 {
      2     "name": "symfony/yaml",
      3     "type": "library",
      4     "description": "Symfony Yaml Component",
      5     "keywords": [],
      6     "homepage": "https://symfony.com",
      7     "license": "MIT",
      8     "authors": [
      9         {
     10             "name": "Fabien Potencier",
     11             "email": "fabien@symfony.com"
     12         },
     13         {
     14             "name": "Symfony Community",
     15             "homepage": "https://symfony.com/contributors"
     16         }
     17     ],
     18     "require": {
     19         "php": ">=5.3.9"
     20     },
     21     "autoload": {
     22         "psr-4": { "Symfony\\Component\\Yaml\\": "" }
     23     },
     24     "minimum-stability": "dev",
     25     "extra": {
     26         "branch-alias": {
     27             "dev-master": "2.7-dev"
     28         }
     29     }
     30 }