[
    {
        "name": "fluentdom/fluentdom",
        "version": "6.2.0",
        "version_normalized": "6.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/FluentDOM/FluentDOM.git",
            "reference": "32063e121ebbb0bd2fdf21a273a8e0184aba59e7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/FluentDOM/FluentDOM/zipball/32063e121ebbb0bd2fdf21a273a8e0184aba59e7",
            "reference": "32063e121ebbb0bd2fdf21a273a8e0184aba59e7",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "php": ">=5.6.0"
        },
        "suggest": {
            "fluentdom/css-selector": "Allows to use css selectors."
        },
        "time": "2017-07-29T17:49:41+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/FluentDOM.php"
            ],
            "psr-4": {
                "FluentDOM\\": "src/FluentDOM"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "FluentDOM Contributors",
                "homepage": "https://github.com/FluentDOM/FluentDOM/contributors"
            }
        ],
        "description": "A fluent api for the php dom extension.",
        "homepage": "http://fluentdom.org",
        "keywords": [
            "Xpath",
            "dom",
            "jquery",
            "xml"
        ]
    },
    {
        "name": "carica/phpcss",
        "version": "0.4.0",
        "version_normalized": "0.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ThomasWeinert/PhpCss.git",
            "reference": "1e044684052d9456eaabbe796a10165e04614f79"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ThomasWeinert/PhpCss/zipball/1e044684052d9456eaabbe796a10165e04614f79",
            "reference": "1e044684052d9456eaabbe796a10165e04614f79",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5"
        },
        "time": "2016-08-09T11:48:58+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PhpCss\\": "src/PhpCss"
            },
            "files": [
                "src/PhpCss.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT license"
        ],
        "authors": [
            {
                "name": "Thomas Weinert",
                "email": "thomas@weinert.info"
            }
        ],
        "description": "An css selector parser and converter"
    },
    {
        "name": "fluentdom/selectors-phpcss",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/FluentDOM/Selectors-PHPCss.git",
            "reference": "aff09a814cbd782a41ec8f4dbb2ef9873cde8819"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/FluentDOM/Selectors-PHPCss/zipball/aff09a814cbd782a41ec8f4dbb2ef9873cde8819",
            "reference": "aff09a814cbd782a41ec8f4dbb2ef9873cde8819",
            "shasum": ""
        },
        "require": {
            "carica/phpcss": "~0.3",
            "fluentdom/fluentdom": "^5.3||^6.0"
        },
        "provide": {
            "fluentdom/css-selector": "1.0.0"
        },
        "time": "2016-12-23T15:12:53+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/plugin.php"
            ],
            "psr-4": {
                "FluentDOM\\PhpCss\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "FluentDOM Contributors",
                "homepage": "https://github.com/FluentDOM/FluentDOM/contributors"
            }
        ],
        "description": "Provides CSS selector for FluentDOM using Carica PHPCss.",
        "homepage": "http://fluentdom.org",
        "keywords": [
            "css",
            "css selectors",
            "dom",
            "jquery",
            "xml"
        ]
    },
    {
        "name": "react/promise",
        "version": "v2.5.1",
        "version_normalized": "2.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/promise.git",
            "reference": "62785ae604c8d69725d693eb370e1d67e94c4053"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/promise/zipball/62785ae604c8d69725d693eb370e1d67e94c4053",
            "reference": "62785ae604c8d69725d693eb370e1d67e94c4053",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8"
        },
        "time": "2017-03-25T12:08:31+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "React\\Promise\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jan Sorgalla",
                "email": "jsorgalla@gmail.com"
            }
        ],
        "description": "A lightweight implementation of CommonJS Promises/A for PHP",
        "keywords": [
            "promise",
            "promises"
        ]
    },
    {
        "name": "react/event-loop",
        "version": "v0.4.3",
        "version_normalized": "0.4.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/event-loop.git",
            "reference": "8bde03488ee897dc6bb3d91e4e17c353f9c5252f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/event-loop/zipball/8bde03488ee897dc6bb3d91e4e17c353f9c5252f",
            "reference": "8bde03488ee897dc6bb3d91e4e17c353f9c5252f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8"
        },
        "suggest": {
            "ext-event": "~1.0",
            "ext-libev": "*",
            "ext-libevent": ">=0.1.0"
        },
        "time": "2017-04-27T10:56:23+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "React\\EventLoop\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Event loop abstraction layer that libraries can use for evented I/O.",
        "keywords": [
            "asynchronous",
            "event-loop"
        ]
    },
    {
        "name": "react/promise-timer",
        "version": "v1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/promise-timer.git",
            "reference": "3bc527fbd1201a193ab41c19b9a770d71a3514af"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/promise-timer/zipball/3bc527fbd1201a193ab41c19b9a770d71a3514af",
            "reference": "3bc527fbd1201a193ab41c19b9a770d71a3514af",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3",
            "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
            "react/promise": "~2.1|~1.2"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.0 || ^4.8"
        },
        "time": "2017-08-08T16:30:19+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "React\\Promise\\Timer\\": "src/"
            },
            "files": [
                "src/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Christian Lück",
                "email": "christian@lueck.tv"
            }
        ],
        "description": "Trivial timeout implementation for Promises",
        "homepage": "https://github.com/react/promise-timer",
        "keywords": [
            "async",
            "event-loop",
            "promise",
            "reactphp",
            "timeout",
            "timer"
        ]
    },
    {
        "name": "evenement/evenement",
        "version": "v2.1.0",
        "version_normalized": "2.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/igorw/evenement.git",
            "reference": "6ba9a777870ab49f417e703229d53931ed40fd7a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/igorw/evenement/zipball/6ba9a777870ab49f417e703229d53931ed40fd7a",
            "reference": "6ba9a777870ab49f417e703229d53931ed40fd7a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.0||^5.7||^4.8.35"
        },
        "time": "2017-07-17T17:39:19+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Evenement": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Igor Wiedler",
                "email": "igor@wiedler.ch"
            }
        ],
        "description": "Événement is a very simple event dispatching library for PHP",
        "keywords": [
            "event-dispatcher",
            "event-emitter"
        ]
    },
    {
        "name": "react/stream",
        "version": "v0.7.5",
        "version_normalized": "0.7.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/stream.git",
            "reference": "a41bbffdda5e3f4282012f8e346cef48ecb28b24"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/stream/zipball/a41bbffdda5e3f4282012f8e346cef48ecb28b24",
            "reference": "a41bbffdda5e3f4282012f8e346cef48ecb28b24",
            "shasum": ""
        },
        "require": {
            "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
            "php": ">=5.3.8",
            "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3"
        },
        "require-dev": {
            "clue/stream-filter": "~1.2",
            "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
        },
        "suggest": {
            "react/event-loop": "^0.4"
        },
        "time": "2017-11-20T11:55:48+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "React\\Stream\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
        "keywords": [
            "event-driven",
            "io",
            "non-blocking",
            "pipe",
            "reactphp",
            "readable",
            "stream",
            "writable"
        ]
    },
    {
        "name": "react/socket",
        "version": "v0.8.6",
        "version_normalized": "0.8.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/socket.git",
            "reference": "2e8660111d14df908a913a058bce4a1786de489f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/socket/zipball/2e8660111d14df908a913a058bce4a1786de489f",
            "reference": "2e8660111d14df908a913a058bce4a1786de489f",
            "shasum": ""
        },
        "require": {
            "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
            "php": ">=5.3.0",
            "react/dns": "^0.4.11",
            "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
            "react/promise": "^2.1 || ^1.2",
            "react/promise-timer": "~1.0",
            "react/stream": "^1.0 || ^0.7.1"
        },
        "require-dev": {
            "clue/block-react": "^1.2",
            "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
        },
        "time": "2017-11-18T16:47:56+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "React\\Socket\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
        "keywords": [
            "Connection",
            "Socket",
            "async",
            "reactphp",
            "stream"
        ]
    },
    {
        "name": "react/cache",
        "version": "v0.4.1",
        "version_normalized": "0.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/cache.git",
            "reference": "558f614891341b1d817a8cdf9a358948ec49638f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/cache/zipball/558f614891341b1d817a8cdf9a358948ec49638f",
            "reference": "558f614891341b1d817a8cdf9a358948ec49638f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "react/promise": "~2.0|~1.1"
        },
        "time": "2016-02-25T18:17:16+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "React\\Cache\\": "src\\"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Async caching.",
        "keywords": [
            "cache"
        ]
    },
    {
        "name": "react/dns",
        "version": "v0.4.11",
        "version_normalized": "0.4.11.0",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/dns.git",
            "reference": "8558bba4f2784aa997670d15fc6f7461a8eb4e53"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/dns/zipball/8558bba4f2784aa997670d15fc6f7461a8eb4e53",
            "reference": "8558bba4f2784aa997670d15fc6f7461a8eb4e53",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "react/cache": "~0.4.0|~0.3.0",
            "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
            "react/promise": "^2.1 || ^1.2.1",
            "react/promise-timer": "^1.2",
            "react/socket": "^1.0 || ^0.8 || ^0.7 || ^0.6 || ^0.5 || ^0.4.4",
            "react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.5"
        },
        "require-dev": {
            "clue/block-react": "^1.2",
            "phpunit/phpunit": "^5.0 || ^4.8.10"
        },
        "time": "2017-08-25T08:22:48+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "React\\Dns\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Async DNS resolver for ReactPHP",
        "keywords": [
            "async",
            "dns",
            "dns-resolver",
            "reactphp"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "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"
        },
        "time": "2016-10-10T12:19:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "monolog/monolog",
        "version": "1.23.0",
        "version_normalized": "1.23.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
            "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "psr/log": "~1.0"
        },
        "provide": {
            "psr/log-implementation": "1.0.0"
        },
        "require-dev": {
            "aws/aws-sdk-php": "^2.4.9 || ^3.0",
            "doctrine/couchdb": "~1.0@dev",
            "graylog2/gelf-php": "~1.0",
            "jakub-onderka/php-parallel-lint": "0.9",
            "php-amqplib/php-amqplib": "~2.4",
            "php-console/php-console": "^3.1.3",
            "phpunit/phpunit": "~4.5",
            "phpunit/phpunit-mock-objects": "2.3.0",
            "ruflin/elastica": ">=0.90 <3.0",
            "sentry/sentry": "^0.13",
            "swiftmailer/swiftmailer": "^5.3|^6.0"
        },
        "suggest": {
            "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
            "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
            "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
            "ext-mongo": "Allow sending log messages to a MongoDB server",
            "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
            "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
            "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
            "php-console/php-console": "Allow sending log messages to Google Chrome",
            "rollbar/rollbar": "Allow sending log messages to Rollbar",
            "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
            "sentry/sentry": "Allow sending log messages to a Sentry server"
        },
        "time": "2017-06-19T01:22:40+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Monolog\\": "src/Monolog"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be",
                "homepage": "http://seld.be"
            }
        ],
        "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
        "homepage": "http://github.com/Seldaek/monolog",
        "keywords": [
            "log",
            "logging",
            "psr-3"
        ]
    },
    {
        "name": "psr/cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/cache.git",
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T20:24:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Cache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for caching libraries",
        "keywords": [
            "cache",
            "psr",
            "psr-6"
        ]
    },
    {
        "name": "tedivm/stash",
        "version": "v0.14.2",
        "version_normalized": "0.14.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tedious/Stash.git",
            "reference": "7ea9749784152dcd2dab72c4bbf2bef18c326e41"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tedious/Stash/zipball/7ea9749784152dcd2dab72c4bbf2bef18c326e41",
            "reference": "7ea9749784152dcd2dab72c4bbf2bef18c326e41",
            "shasum": ""
        },
        "require": {
            "php": "^5.4|^7.0",
            "psr/cache": "~1.0"
        },
        "provide": {
            "psr/cache-implementation": "1.0.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^1.9",
            "phpunit/phpunit": "4.8.*",
            "satooshi/php-coveralls": "1.0.*"
        },
        "time": "2017-04-23T17:16:57+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Stash\\": "src/Stash/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Robert Hafner",
                "email": "tedivm@tedivm.com"
            },
            {
                "name": "Josh Hall-Bachner",
                "email": "charlequin@gmail.com"
            }
        ],
        "description": "The place to keep your cache.",
        "homepage": "http://github.com/tedious/Stash",
        "keywords": [
            "apc",
            "cache",
            "caching",
            "memcached",
            "psr-6",
            "psr6",
            "redis",
            "sessions"
        ]
    }
]
