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.lock (16536B)


      1 {
      2     "_readme": [
      3         "This file locks the dependencies of your project to a known state",
      4         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
      5         "This file is @generated automatically"
      6     ],
      7     "hash": "31db5fd4d7571d95f4d8f799c0ae4874",
      8     "packages": [],
      9     "packages-dev": [
     10         {
     11             "name": "phpunit/php-code-coverage",
     12             "version": "1.2.18",
     13             "source": {
     14                 "type": "git",
     15                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
     16                 "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b"
     17             },
     18             "dist": {
     19                 "type": "zip",
     20                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
     21                 "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
     22                 "shasum": ""
     23             },
     24             "require": {
     25                 "php": ">=5.3.3",
     26                 "phpunit/php-file-iterator": ">=1.3.0@stable",
     27                 "phpunit/php-text-template": ">=1.2.0@stable",
     28                 "phpunit/php-token-stream": ">=1.1.3,<1.3.0"
     29             },
     30             "require-dev": {
     31                 "phpunit/phpunit": "3.7.*@dev"
     32             },
     33             "suggest": {
     34                 "ext-dom": "*",
     35                 "ext-xdebug": ">=2.0.5"
     36             },
     37             "type": "library",
     38             "extra": {
     39                 "branch-alias": {
     40                     "dev-master": "1.2.x-dev"
     41                 }
     42             },
     43             "autoload": {
     44                 "classmap": [
     45                     "PHP/"
     46                 ]
     47             },
     48             "notification-url": "https://packagist.org/downloads/",
     49             "include-path": [
     50                 ""
     51             ],
     52             "license": [
     53                 "BSD-3-Clause"
     54             ],
     55             "authors": [
     56                 {
     57                     "name": "Sebastian Bergmann",
     58                     "email": "sb@sebastian-bergmann.de",
     59                     "role": "lead"
     60                 }
     61             ],
     62             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
     63             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
     64             "keywords": [
     65                 "coverage",
     66                 "testing",
     67                 "xunit"
     68             ],
     69             "time": "2014-09-02 10:13:14"
     70         },
     71         {
     72             "name": "phpunit/php-file-iterator",
     73             "version": "1.4.1",
     74             "source": {
     75                 "type": "git",
     76                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
     77                 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
     78             },
     79             "dist": {
     80                 "type": "zip",
     81                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
     82                 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
     83                 "shasum": ""
     84             },
     85             "require": {
     86                 "php": ">=5.3.3"
     87             },
     88             "type": "library",
     89             "extra": {
     90                 "branch-alias": {
     91                     "dev-master": "1.4.x-dev"
     92                 }
     93             },
     94             "autoload": {
     95                 "classmap": [
     96                     "src/"
     97                 ]
     98             },
     99             "notification-url": "https://packagist.org/downloads/",
    100             "license": [
    101                 "BSD-3-Clause"
    102             ],
    103             "authors": [
    104                 {
    105                     "name": "Sebastian Bergmann",
    106                     "email": "sb@sebastian-bergmann.de",
    107                     "role": "lead"
    108                 }
    109             ],
    110             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
    111             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
    112             "keywords": [
    113                 "filesystem",
    114                 "iterator"
    115             ],
    116             "time": "2015-06-21 13:08:43"
    117         },
    118         {
    119             "name": "phpunit/php-text-template",
    120             "version": "1.2.1",
    121             "source": {
    122                 "type": "git",
    123                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
    124                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
    125             },
    126             "dist": {
    127                 "type": "zip",
    128                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
    129                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
    130                 "shasum": ""
    131             },
    132             "require": {
    133                 "php": ">=5.3.3"
    134             },
    135             "type": "library",
    136             "autoload": {
    137                 "classmap": [
    138                     "src/"
    139                 ]
    140             },
    141             "notification-url": "https://packagist.org/downloads/",
    142             "license": [
    143                 "BSD-3-Clause"
    144             ],
    145             "authors": [
    146                 {
    147                     "name": "Sebastian Bergmann",
    148                     "email": "sebastian@phpunit.de",
    149                     "role": "lead"
    150                 }
    151             ],
    152             "description": "Simple template engine.",
    153             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
    154             "keywords": [
    155                 "template"
    156             ],
    157             "time": "2015-06-21 13:50:34"
    158         },
    159         {
    160             "name": "phpunit/php-timer",
    161             "version": "1.0.7",
    162             "source": {
    163                 "type": "git",
    164                 "url": "https://github.com/sebastianbergmann/php-timer.git",
    165                 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
    166             },
    167             "dist": {
    168                 "type": "zip",
    169                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
    170                 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
    171                 "shasum": ""
    172             },
    173             "require": {
    174                 "php": ">=5.3.3"
    175             },
    176             "type": "library",
    177             "autoload": {
    178                 "classmap": [
    179                     "src/"
    180                 ]
    181             },
    182             "notification-url": "https://packagist.org/downloads/",
    183             "license": [
    184                 "BSD-3-Clause"
    185             ],
    186             "authors": [
    187                 {
    188                     "name": "Sebastian Bergmann",
    189                     "email": "sb@sebastian-bergmann.de",
    190                     "role": "lead"
    191                 }
    192             ],
    193             "description": "Utility class for timing",
    194             "homepage": "https://github.com/sebastianbergmann/php-timer/",
    195             "keywords": [
    196                 "timer"
    197             ],
    198             "time": "2015-06-21 08:01:12"
    199         },
    200         {
    201             "name": "phpunit/php-token-stream",
    202             "version": "1.2.2",
    203             "source": {
    204                 "type": "git",
    205                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
    206                 "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32"
    207             },
    208             "dist": {
    209                 "type": "zip",
    210                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32",
    211                 "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32",
    212                 "shasum": ""
    213             },
    214             "require": {
    215                 "ext-tokenizer": "*",
    216                 "php": ">=5.3.3"
    217             },
    218             "type": "library",
    219             "extra": {
    220                 "branch-alias": {
    221                     "dev-master": "1.2-dev"
    222                 }
    223             },
    224             "autoload": {
    225                 "classmap": [
    226                     "PHP/"
    227                 ]
    228             },
    229             "notification-url": "https://packagist.org/downloads/",
    230             "include-path": [
    231                 ""
    232             ],
    233             "license": [
    234                 "BSD-3-Clause"
    235             ],
    236             "authors": [
    237                 {
    238                     "name": "Sebastian Bergmann",
    239                     "email": "sb@sebastian-bergmann.de",
    240                     "role": "lead"
    241                 }
    242             ],
    243             "description": "Wrapper around PHP's tokenizer extension.",
    244             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
    245             "keywords": [
    246                 "tokenizer"
    247             ],
    248             "time": "2014-03-03 05:10:30"
    249         },
    250         {
    251             "name": "phpunit/phpunit",
    252             "version": "3.7.38",
    253             "source": {
    254                 "type": "git",
    255                 "url": "https://github.com/sebastianbergmann/phpunit.git",
    256                 "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6"
    257             },
    258             "dist": {
    259                 "type": "zip",
    260                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/38709dc22d519a3d1be46849868aa2ddf822bcf6",
    261                 "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6",
    262                 "shasum": ""
    263             },
    264             "require": {
    265                 "ext-ctype": "*",
    266                 "ext-dom": "*",
    267                 "ext-json": "*",
    268                 "ext-pcre": "*",
    269                 "ext-reflection": "*",
    270                 "ext-spl": "*",
    271                 "php": ">=5.3.3",
    272                 "phpunit/php-code-coverage": "~1.2",
    273                 "phpunit/php-file-iterator": "~1.3",
    274                 "phpunit/php-text-template": "~1.1",
    275                 "phpunit/php-timer": "~1.0",
    276                 "phpunit/phpunit-mock-objects": "~1.2",
    277                 "symfony/yaml": "~2.0"
    278             },
    279             "require-dev": {
    280                 "pear-pear.php.net/pear": "1.9.4"
    281             },
    282             "suggest": {
    283                 "phpunit/php-invoker": "~1.1"
    284             },
    285             "bin": [
    286                 "composer/bin/phpunit"
    287             ],
    288             "type": "library",
    289             "extra": {
    290                 "branch-alias": {
    291                     "dev-master": "3.7.x-dev"
    292                 }
    293             },
    294             "autoload": {
    295                 "classmap": [
    296                     "PHPUnit/"
    297                 ]
    298             },
    299             "notification-url": "https://packagist.org/downloads/",
    300             "include-path": [
    301                 "",
    302                 "../../symfony/yaml/"
    303             ],
    304             "license": [
    305                 "BSD-3-Clause"
    306             ],
    307             "authors": [
    308                 {
    309                     "name": "Sebastian Bergmann",
    310                     "email": "sebastian@phpunit.de",
    311                     "role": "lead"
    312                 }
    313             ],
    314             "description": "The PHP Unit Testing framework.",
    315             "homepage": "http://www.phpunit.de/",
    316             "keywords": [
    317                 "phpunit",
    318                 "testing",
    319                 "xunit"
    320             ],
    321             "time": "2014-10-17 09:04:17"
    322         },
    323         {
    324             "name": "phpunit/phpunit-mock-objects",
    325             "version": "1.2.3",
    326             "source": {
    327                 "type": "git",
    328                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
    329                 "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875"
    330             },
    331             "dist": {
    332                 "type": "zip",
    333                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875",
    334                 "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875",
    335                 "shasum": ""
    336             },
    337             "require": {
    338                 "php": ">=5.3.3",
    339                 "phpunit/php-text-template": ">=1.1.1@stable"
    340             },
    341             "suggest": {
    342                 "ext-soap": "*"
    343             },
    344             "type": "library",
    345             "autoload": {
    346                 "classmap": [
    347                     "PHPUnit/"
    348                 ]
    349             },
    350             "notification-url": "https://packagist.org/downloads/",
    351             "include-path": [
    352                 ""
    353             ],
    354             "license": [
    355                 "BSD-3-Clause"
    356             ],
    357             "authors": [
    358                 {
    359                     "name": "Sebastian Bergmann",
    360                     "email": "sb@sebastian-bergmann.de",
    361                     "role": "lead"
    362                 }
    363             ],
    364             "description": "Mock Object library for PHPUnit",
    365             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
    366             "keywords": [
    367                 "mock",
    368                 "xunit"
    369             ],
    370             "time": "2013-01-13 10:24:48"
    371         },
    372         {
    373             "name": "symfony/filesystem",
    374             "version": "v2.7.5",
    375             "source": {
    376                 "type": "git",
    377                 "url": "https://github.com/symfony/filesystem.git",
    378                 "reference": "a17f8a17c20e8614c15b8e116e2f4bcde102cfab"
    379             },
    380             "dist": {
    381                 "type": "zip",
    382                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/a17f8a17c20e8614c15b8e116e2f4bcde102cfab",
    383                 "reference": "a17f8a17c20e8614c15b8e116e2f4bcde102cfab",
    384                 "shasum": ""
    385             },
    386             "require": {
    387                 "php": ">=5.3.9"
    388             },
    389             "require-dev": {
    390                 "symfony/phpunit-bridge": "~2.7"
    391             },
    392             "type": "library",
    393             "extra": {
    394                 "branch-alias": {
    395                     "dev-master": "2.7-dev"
    396                 }
    397             },
    398             "autoload": {
    399                 "psr-4": {
    400                     "Symfony\\Component\\Filesystem\\": ""
    401                 }
    402             },
    403             "notification-url": "https://packagist.org/downloads/",
    404             "license": [
    405                 "MIT"
    406             ],
    407             "authors": [
    408                 {
    409                     "name": "Fabien Potencier",
    410                     "email": "fabien@symfony.com"
    411                 },
    412                 {
    413                     "name": "Symfony Community",
    414                     "homepage": "https://symfony.com/contributors"
    415                 }
    416             ],
    417             "description": "Symfony Filesystem Component",
    418             "homepage": "https://symfony.com",
    419             "time": "2015-09-09 17:42:36"
    420         },
    421         {
    422             "name": "symfony/yaml",
    423             "version": "v2.7.5",
    424             "source": {
    425                 "type": "git",
    426                 "url": "https://github.com/symfony/yaml.git",
    427                 "reference": "31cb2ad0155c95b88ee55fe12bc7ff92232c1770"
    428             },
    429             "dist": {
    430                 "type": "zip",
    431                 "url": "https://api.github.com/repos/symfony/yaml/zipball/31cb2ad0155c95b88ee55fe12bc7ff92232c1770",
    432                 "reference": "31cb2ad0155c95b88ee55fe12bc7ff92232c1770",
    433                 "shasum": ""
    434             },
    435             "require": {
    436                 "php": ">=5.3.9"
    437             },
    438             "require-dev": {
    439                 "symfony/phpunit-bridge": "~2.7"
    440             },
    441             "type": "library",
    442             "extra": {
    443                 "branch-alias": {
    444                     "dev-master": "2.7-dev"
    445                 }
    446             },
    447             "autoload": {
    448                 "psr-4": {
    449                     "Symfony\\Component\\Yaml\\": ""
    450                 }
    451             },
    452             "notification-url": "https://packagist.org/downloads/",
    453             "license": [
    454                 "MIT"
    455             ],
    456             "authors": [
    457                 {
    458                     "name": "Fabien Potencier",
    459                     "email": "fabien@symfony.com"
    460                 },
    461                 {
    462                     "name": "Symfony Community",
    463                     "homepage": "https://symfony.com/contributors"
    464                 }
    465             ],
    466             "description": "Symfony Yaml Component",
    467             "homepage": "https://symfony.com",
    468             "time": "2015-09-14 14:14:09"
    469         }
    470     ],
    471     "aliases": [],
    472     "minimum-stability": "stable",
    473     "stability-flags": [],
    474     "prefer-stable": false,
    475     "prefer-lowest": false,
    476     "platform": {
    477         "php": ">=5.3.2"
    478     },
    479     "platform-dev": []
    480 }