| {
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
    "hash": "e5322555745ca528dfc6985e5a996033",
    "content-hash": "ece40b5cad4cf69dcbb232eaf4ef9236",
    "packages": [
        {
            "name": "composer/semver",
            "version": "1.4.2",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/semver.git",
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.5 || ^5.0.5",
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\Semver\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nils Adermann",
                    "email": "[email protected] ",
                    "homepage": "http://www.naderman.de"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "[email protected] ",
                    "homepage": "http://seld.be"
                },
                {
                    "name": "Rob Bast",
                    "email": "[email protected] ",
                    "homepage": "http://robbast.nl"
                }
            ],
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
            "keywords": [
                "semantic",
                "semver",
                "validation",
                "versioning"
            ],
            "time": "2016-08-30 16:08:34"
        },
        {
            "name": "francium/process",
            "version": "v0.3.3",
            "source": {
                "type": "git",
                "url": "https://github.com/subins2000/Francium-Process.git",
                "reference": "e38a55541679374d2658dede74e6535533184d65"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/subins2000/Francium-Process/zipball/e38a55541679374d2658dede74e6535533184d65",
                "reference": "e38a55541679374d2658dede74e6535533184d65",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": ">=3.7"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Fr\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache 2.0"
            ],
            "authors": [
                {
                    "name": "Subin Siby",
                    "homepage": "http://subinsb.com",
                    "role": "Developer"
                }
            ],
            "description": "Run Background Process with Cross Platform Support",
            "homepage": "http://subinsb.com/francium/process",
            "keywords": [
                "background",
                "cross",
                "platform",
                "process"
            ],
            "time": "2016-07-30 18:11:56"
        },
        {
            "name": "klein/klein",
            "version": "v2.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/klein/klein.php.git",
                "reference": "94a057462f1f2de95450dc729c65b23b12c48557"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/klein/klein.php/zipball/94a057462f1f2de95450dc729c65b23b12c48557",
                "reference": "94a057462f1f2de95450dc729c65b23b12c48557",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/php-code-coverage": "^2.2",
                "phpunit/phpunit": "^4.8",
                "squizlabs/php_codesniffer": "1.4.8"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Klein\\": "src/Klein/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chris O'Hara",
                    "email": "[email protected] ",
                    "homepage": "http://chris6f.com/",
                    "role": "Creator/Developer"
                },
                {
                    "name": "Trevor Suarez",
                    "email": "[email protected] ",
                    "homepage": "https://trevorsuarez.com/",
                    "role": "Contributor/Developer"
                }
            ],
            "description": "A lightning fast router for PHP",
            "homepage": "https://github.com/klein/klein.php",
            "keywords": [
                "boilerplate",
                "router",
                "routing",
                "sinatra"
            ],
            "time": "2016-11-01 06:01:39"
        },
        {
            "name": "lobby/lobby",
            "version": "0.8.0",
            "dist": {
                "type": "path",
                "url": "lobby/",
                "reference": "a05a0955b31bc35702dbeec9478883908bda4ba6",
                "shasum": null
            },
            "require": {
                "composer/semver": ">=1.4.0",
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/functions.php"
                ],
                "psr-0": {
                    "Lobby": "src/",
                    "Assets": "src/",
                    "CSRF": "src/",
                    "Helper": "src/",
                    "Hooks": "src/",
                    "Request": "src/",
                    "Response": "src/"
                },
                "psr-4": {
                    "Lobby\\": "src/Lobby",
                    "Lobby\\UI\\": "src/Lobby/UI"
                }
            },
            "license": [
                "Apache 2.0"
            ],
            "authors": [
                {
                    "name": "Subin Siby",
                    "homepage": "http://subinsb.com",
                    "role": "Developer"
                }
            ],
            "description": "Lobby Core",
            "homepage": "http://lobby.subinsb.com",
            "keywords": [
                "lobby"
            ]
        },
        {
            "name": "psr/log",
            "version": "1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "Psr/Log/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "time": "2016-10-10 12:19:37"
        },
        {
            "name": "rmccue/requests",
            "version": "v1.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/rmccue/Requests.git",
                "reference": "87932f52ffad70504d93f04f15690cf16a089546"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/rmccue/Requests/zipball/87932f52ffad70504d93f04f15690cf16a089546",
                "reference": "87932f52ffad70504d93f04f15690cf16a089546",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2"
            },
            "require-dev": {
                "requests/test-server": "dev-master"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Requests": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "ISC"
            ],
            "authors": [
                {
                    "name": "Ryan McCue",
                    "homepage": "http://ryanmccue.info"
                }
            ],
            "description": "A HTTP library written in PHP, for human beings.",
            "homepage": "http://github.com/rmccue/Requests",
            "keywords": [
                "curl",
                "fsockopen",
                "http",
                "idna",
                "ipv6",
                "iri",
                "sockets"
            ],
            "time": "2016-10-13 00:11:37"
        },
        {
            "name": "symfony/console",
            "version": "v3.1.6",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
                "reference": "c99da1119ae61e15de0e4829196b9fba6f73d065"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/c99da1119ae61e15de0e4829196b9fba6f73d065",
                "reference": "c99da1119ae61e15de0e4829196b9fba6f73d065",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "symfony/debug": "~2.8|~3.0",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/event-dispatcher": "~2.8|~3.0",
                "symfony/process": "~2.8|~3.0"
            },
            "suggest": {
                "psr/log": "For using the console logger",
                "symfony/event-dispatcher": "",
                "symfony/process": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Console\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "[email protected] "
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony Console Component",
            "homepage": "https://symfony.com",
            "time": "2016-10-06 01:44:51"
        },
        {
            "name": "symfony/debug",
            "version": "v3.1.6",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/debug.git",
                "reference": "e2b3f74a67fc928adc3c1b9027f73e1bc01190a8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/debug/zipball/e2b3f74a67fc928adc3c1b9027f73e1bc01190a8",
                "reference": "e2b3f74a67fc928adc3c1b9027f73e1bc01190a8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "psr/log": "~1.0"
            },
            "conflict": {
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
            },
            "require-dev": {
                "symfony/class-loader": "~2.8|~3.0",
                "symfony/http-kernel": "~2.8|~3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Debug\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "[email protected] "
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony Debug Component",
            "homepage": "https://symfony.com",
            "time": "2016-09-06 11:02:40"
        },
        {
            "name": "symfony/filesystem",
            "version": "v3.1.6",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/filesystem.git",
                "reference": "0565b61bf098cb4dc09f4f103f033138ae4f42c6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/0565b61bf098cb4dc09f4f103f033138ae4f42c6",
                "reference": "0565b61bf098cb4dc09f4f103f033138ae4f42c6",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Filesystem\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "[email protected] "
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony Filesystem Component",
            "homepage": "https://symfony.com",
            "time": "2016-10-18 04:30:12"
        },
        {
            "name": "symfony/http-foundation",
            "version": "v3.1.6",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-foundation.git",
                "reference": "f21e5a8b88274b7720779aa88f9c02c6d6ec08d7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/f21e5a8b88274b7720779aa88f9c02c6d6ec08d7",
                "reference": "f21e5a8b88274b7720779aa88f9c02c6d6ec08d7",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "symfony/polyfill-mbstring": "~1.1"
            },
            "require-dev": {
                "symfony/expression-language": "~2.8|~3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\HttpFoundation\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "[email protected] "
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony HttpFoundation Component",
            "homepage": "https://symfony.com",
            "time": "2016-10-24 15:52:44"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "[email protected] "
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "time": "2016-11-14 01:06:16"
        },
        {
            "name": "vierbergenlars/php-semver",
            "version": "v2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/vierbergenlars/php-semver.git",
                "reference": "6b16f72b8c2d3aa00368f9fa612b2218a96245fc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/vierbergenlars/php-semver/zipball/6b16f72b8c2d3aa00368f9fa612b2218a96245fc",
                "reference": "6b16f72b8c2d3aa00368f9fa612b2218a96245fc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "vierbergenlars/simpletest": "1.1.*"
            },
            "bin": [
                "bin/semver",
                "bin/update-versions"
            ],
            "type": "library",
            "autoload": {
                "psr-0": {
                    "vierbergenlars\\SemVer": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Lars Vierbergen",
                    "email": "[email protected] "
                }
            ],
            "description": "The Semantic Versioner for PHP",
            "keywords": [
                "semantic",
                "semver",
                "versioning"
            ],
            "time": "2013-09-20 10:41:27"
        },
        {
            "name": "vladimmi/construct-static",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/vladimmi/construct-static.git",
                "reference": "4a78a22ce740cda840909d4af01f42b7ff140c08"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/vladimmi/construct-static/zipball/4a78a22ce740cda840909d4af01f42b7ff140c08",
                "reference": "4a78a22ce740cda840909d4af01f42b7ff140c08",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "ConstructStatic\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "authors": [
                {
                    "name": "vladimmi",
                    "email": "[email protected] "
                }
            ],
            "description": "Small Composer wrapper to implement static class constructors",
            "time": "2016-03-28 15:28:30"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": {
        "vladimmi/construct-static": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": []
}
 |