[go: up one dir, main page]

Menu

[3822d7]: / composer.lock  Maximize  Restore  History

Download this file

667 lines (666 with data), 23.4 kB

{
    "_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#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "95e563eecf9988201704aa120c545ece",
    "packages": [
        {
            "name": "aza/clibase",
            "version": "v1.1",
            "target-dir": "Aza/Components/CliBase",
            "source": {
                "type": "git",
                "url": "https://github.com/Anizoptera/AzaCliBase.git",
                "reference": "6b2e2bc84416e991741472d24cd87ce85416d597"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Anizoptera/AzaCliBase/zipball/6b2e2bc84416e991741472d24cd87ce85416d597",
                "reference": "6b2e2bc84416e991741472d24cd87ce85416d597",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "aza/libevent": "Used for storing one main event base for application",
                "ext-libevent": "Used for storing one main event base for application and save availability flag",
                "ext-pcntl": "Used everywhere in component. Really it's a requirement for normal work.",
                "ext-posix": "Used everywhere in component. Really it's a requirement for normal work.",
                "ext-proctitle": "Used to change process title"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Aza\\Components\\CliBase": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Amal Samally",
                    "email": "amal.samally@gmail.com",
                    "homepage": "https://github.com/amal"
                },
                {
                    "name": "AzaGroup Members"
                }
            ],
            "description": "AzaCliBase - Anizoptera CMF component with basic functionality and helper methods for CLI and Daemon applications (forks, libevent, etc..).",
            "homepage": "https://github.com/Anizoptera/AzaCliBase",
            "keywords": [
                "cli",
                "daemon",
                "exit code",
                "fork",
                "helper",
                "libevent",
                "pcntl",
                "posix",
                "signal",
                "utility"
            ],
            "time": "2013-05-28T13:02:20+00:00"
        },
        {
            "name": "aza/libevent",
            "version": "v1.1",
            "target-dir": "Aza/Components/LibEvent",
            "source": {
                "type": "git",
                "url": "https://github.com/Anizoptera/AzaLibEvent.git",
                "reference": "de193b1fd8865878d79693c86cbea594996e82c0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Anizoptera/AzaLibEvent/zipball/de193b1fd8865878d79693c86cbea594996e82c0",
                "reference": "de193b1fd8865878d79693c86cbea594996e82c0",
                "shasum": ""
            },
            "require": {
                "aza/clibase": "~1.0",
                "php": ">=5.2"
            },
            "require-dev": {
                "aza/socket": "~1.0"
            },
            "suggest": {
                "ext-libevent": "Really it's a requirement for normal work."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Aza\\Components\\LibEvent": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Amal Samally",
                    "email": "amal.samally@gmail.com",
                    "homepage": "https://github.com/amal"
                },
                {
                    "name": "AzaGroup Members"
                }
            ],
            "description": "AzaLibEvent - Simple, powerful and easy to use OOP wrapper for the LibEvent PHP bindings. Component from Anizoptera CMF.",
            "homepage": "https://github.com/Anizoptera/AzaLibEvent",
            "keywords": [
                "async",
                "event",
                "libevent",
                "sockets",
                "stream",
                "timers"
            ],
            "time": "2013-05-28T13:02:36+00:00"
        },
        {
            "name": "aza/socket",
            "version": "v1.0.2",
            "target-dir": "Aza/Components/Socket",
            "source": {
                "type": "git",
                "url": "https://github.com/Anizoptera/AzaSocket.git",
                "reference": "c8b048206b2b5e700121629a79f9c4061378551e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Anizoptera/AzaSocket/zipball/c8b048206b2b5e700121629a79f9c4061378551e",
                "reference": "c8b048206b2b5e700121629a79f9c4061378551e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-sockets": "Used for maximum efficiency"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Aza\\Components\\Socket": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Amal Samally",
                    "email": "amal.samally@gmail.com",
                    "homepage": "https://github.com/amal"
                },
                {
                    "name": "AzaGroup Members"
                }
            ],
            "description": "AzaSocket - Anizoptera CMF sockets abstraction component. Provides convenient universal API for using sockets in PHP (via sockets or stream extensions).",
            "homepage": "https://github.com/Anizoptera/AzaSocket",
            "keywords": [
                "Socket",
                "accept",
                "client",
                "non-block",
                "pair",
                "server",
                "tcp",
                "unix"
            ],
            "time": "2013-05-28T13:05:06+00:00"
        },
        {
            "name": "aza/thread",
            "version": "v1.1",
            "target-dir": "Aza/Components/Thread",
            "source": {
                "type": "git",
                "url": "https://github.com/Anizoptera/AzaThread.git",
                "reference": "594c535b3644f871c98639625d72a44f7d7b334f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Anizoptera/AzaThread/zipball/594c535b3644f871c98639625d72a44f7d7b334f",
                "reference": "594c535b3644f871c98639625d72a44f7d7b334f",
                "shasum": ""
            },
            "require": {
                "aza/clibase": "~1.0",
                "aza/libevent": "~1.0",
                "aza/socket": "~1.0",
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-libevent": "Only synchronous compatibility mode will be available without it",
                "ext-pcntl": "Only synchronous compatibility mode will be available without it",
                "ext-posix": "Only synchronous compatibility mode will be available without it"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Aza\\Components\\Thread": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Amal Samally",
                    "email": "amal.samally@gmail.com",
                    "homepage": "https://github.com/amal"
                },
                {
                    "name": "AzaGroup Members"
                }
            ],
            "description": "AzaThread - Anizoptera CMF simple and powerful threads emulation component for PHP (based on forks).",
            "homepage": "https://github.com/Anizoptera/AzaThread",
            "keywords": [
                "Multi-thread",
                "Thread",
                "async",
                "daemon",
                "fork",
                "parallel",
                "serialization"
            ],
            "time": "2013-05-28T13:05:37+00:00"
        },
        {
            "name": "firebase/php-jwt",
            "version": "v5.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/firebase/php-jwt.git",
                "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
                "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": " 4.8.35"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Firebase\\JWT\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Neuman Vong",
                    "email": "neuman+pear@twilio.com",
                    "role": "Developer"
                },
                {
                    "name": "Anant Narayanan",
                    "email": "anant@php.net",
                    "role": "Developer"
                }
            ],
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
            "homepage": "https://github.com/firebase/php-jwt",
            "time": "2017-06-27T22:17:23+00:00"
        },
        {
            "name": "firehed/processmanager",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/ictinnovations/ProcessManager.git",
                "reference": "8c6b261365457b83d7ef4fc70f3bce5c1347ba4b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ictinnovations/ProcessManager/zipball/8c6b261365457b83d7ef4fc70f3bce5c1347ba4b",
                "reference": "8c6b261365457b83d7ef4fc70f3bce5c1347ba4b",
                "shasum": ""
            },
            "require": {
                "ext-pcntl": "*",
                "ext-posix": "*",
                "php": ">=5.3.0",
                "psr/log": ">=1.0.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Firehed\\ProcessControl\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "description": "Simple base for daemonized wokers",
            "support": {
                "source": "https://github.com/ictinnovations/ProcessManager/tree/master"
            },
            "time": "2017-12-18T16:12:24+00:00"
        },
        {
            "name": "jacwright/restserver",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/ictinnovations/RestServer.git",
                "reference": "2b99afbd9702795fea78eeb0ce7797df6bd8b8bf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ictinnovations/RestServer/zipball/2b99afbd9702795fea78eeb0ce7797df6bd8b8bf",
                "reference": "2b99afbd9702795fea78eeb0ce7797df6bd8b8bf",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Jacwright\\RestServer": "source/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jacob Wright",
                    "email": "jacwright@gmail.com",
                    "homepage": "http://jacwright.com",
                    "role": "Developer"
                }
            ],
            "description": "php rest server for very light-weight REST APIs",
            "homepage": "https://github.com/jacwright/RestServer",
            "keywords": [
                "http",
                "json",
                "light-weight",
                "mit",
                "php",
                "rest",
                "rest-server"
            ],
            "support": {
                "source": "https://github.com/ictinnovations/RestServer/tree/master"
            },
            "time": "2017-12-23T13:24:13+00:00"
        },
        {
            "name": "nategood/httpful",
            "version": "0.2.20",
            "source": {
                "type": "git",
                "url": "https://github.com/nategood/httpful.git",
                "reference": "c1cd4d46a4b281229032cf39d4dd852f9887c0f6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nategood/httpful/zipball/c1cd4d46a4b281229032cf39d4dd852f9887c0f6",
                "reference": "c1cd4d46a4b281229032cf39d4dd852f9887c0f6",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "php": ">=5.3"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Httpful": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nate Good",
                    "email": "me@nategood.com",
                    "homepage": "http://nategood.com"
                }
            ],
            "description": "A Readable, Chainable, REST friendly, PHP HTTP Client",
            "homepage": "http://github.com/nategood/httpful",
            "keywords": [
                "api",
                "curl",
                "http",
                "requests",
                "rest",
                "restful"
            ],
            "time": "2015-10-26T16:11:30+00:00"
        },
        {
            "name": "ncjoes/office-converter",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/ictinnovations/office-converter.git",
                "reference": "b85b0a6c40cd5d89bbf777cec4d77f1ee7256dcb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ictinnovations/office-converter/zipball/b85b0a6c40cd5d89bbf777cec4d77f1ee7256dcb",
                "reference": "b85b0a6c40cd5d89bbf777cec4d77f1ee7256dcb",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.4"
            },
            "require-dev": {
                "phpunit/phpunit": "5.4.*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "NcJoes\\OfficeConverter\\": "src/OfficeConverter"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chukwuemeka Nwobodo",
                    "email": "jc.nwobodo@gmail.com"
                }
            ],
            "description": "PHP Wrapper for LibreOffice",
            "keywords": [
                "Converter",
                "Office"
            ],
            "support": {
                "source": "https://github.com/ictinnovations/office-converter/tree/master"
            },
            "time": "2018-08-31T10:55:57+00:00"
        },
        {
            "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-10T12:19:37+00:00"
        },
        {
            "name": "swiftmailer/swiftmailer",
            "version": "v5.4.8",
            "source": {
                "type": "git",
                "url": "https://github.com/swiftmailer/swiftmailer.git",
                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517",
                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "mockery/mockery": "~0.9.1",
                "symfony/phpunit-bridge": "~3.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "files": [
                    "lib/swift_required.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chris Corbyn"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Swiftmailer, free feature-rich PHP mailer",
            "homepage": "http://swiftmailer.org",
            "keywords": [
                "email",
                "mail",
                "mailer"
            ],
            "time": "2017-05-01T15:54:03+00:00"
        },
        {
            "name": "twig/twig",
            "version": "v1.35.0",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/daa657073e55b0a78cce8fdd22682fddecc6385f",
                "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "psr/container": "^1.0",
                "symfony/debug": "~2.7",
                "symfony/phpunit-bridge": "~3.3@dev"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.35-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Twig_": "lib/"
                },
                "psr-4": {
                    "Twig\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http://fabien.potencier.org",
                    "role": "Lead Developer"
                },
                {
                    "name": "Armin Ronacher",
                    "email": "armin.ronacher@active-4.com",
                    "role": "Project Founder"
                },
                {
                    "name": "Twig Team",
                    "homepage": "http://twig.sensiolabs.org/contributors",
                    "role": "Contributors"
                }
            ],
            "description": "Twig, the flexible, fast, and secure template language for PHP",
            "homepage": "http://twig.sensiolabs.org",
            "keywords": [
                "templating"
            ],
            "time": "2017-09-27T18:06:46+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": {
        "jacwright/restserver": 20,
        "firehed/processmanager": 20,
        "ncjoes/office-converter": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": []
}