[
    {
        "name": "league/csv",
        "version": "7.2.0",
        "version_normalized": "7.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/csv.git",
            "reference": "69bafa6ff924fbf9effe4275d6eb16be81a853ef"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/csv/zipball/69bafa6ff924fbf9effe4275d6eb16be81a853ef",
            "reference": "69bafa6ff924fbf9effe4275d6eb16be81a853ef",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "^1.9",
            "phpunit/phpunit": "^4.0"
        },
        "time": "2015-11-02 07:36:25",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "7.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Csv\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ignace Nyamagana Butera",
                "email": "nyamsprod@gmail.com",
                "homepage": "https://github.com/nyamsprod/",
                "role": "Developer"
            }
        ],
        "description": "Csv data manipulation made easy in PHP",
        "homepage": "http://csv.thephpleague.com",
        "keywords": [
            "csv",
            "export",
            "filter",
            "import",
            "read",
            "write"
        ]
    },
    {
        "name": "doctrine/inflector",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/inflector.git",
            "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
            "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*"
        },
        "time": "2015-11-06 14:35:42",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Inflector\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Common String Manipulations with regard to casing and singular/plural rules.",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "inflection",
            "pluralize",
            "singularize",
            "string"
        ]
    },
    {
        "name": "danielstjules/stringy",
        "version": "1.10.0",
        "version_normalized": "1.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/danielstjules/Stringy.git",
            "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
            "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2015-07-23 00:54:12",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Stringy\\": "src/"
            },
            "files": [
                "src/Create.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Daniel St. Jules",
                "email": "danielst.jules@gmail.com",
                "homepage": "http://www.danielstjules.com"
            }
        ],
        "description": "A string manipulation library with multibyte support",
        "homepage": "https://github.com/danielstjules/Stringy",
        "keywords": [
            "UTF",
            "helpers",
            "manipulation",
            "methods",
            "multibyte",
            "string",
            "utf-8",
            "utility",
            "utils"
        ]
    },
    {
        "name": "illuminate/contracts",
        "version": "v5.0.33",
        "version_normalized": "5.0.33.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/contracts.git",
            "reference": "b8b11d78724a6f8a62be3b1dfa20fa372f861398"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/contracts/zipball/b8b11d78724a6f8a62be3b1dfa20fa372f861398",
            "reference": "b8b11d78724a6f8a62be3b1dfa20fa372f861398",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "time": "2015-05-15 07:22:28",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\Contracts\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylorotwell@gmail.com"
            }
        ],
        "description": "The Illuminate Contracts package.",
        "homepage": "http://laravel.com"
    },
    {
        "name": "illuminate/support",
        "version": "v5.0.33",
        "version_normalized": "5.0.33.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/support.git",
            "reference": "32a12f97029b624fc0f9454e7ca69eaafef49c5d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/support/zipball/32a12f97029b624fc0f9454e7ca69eaafef49c5d",
            "reference": "32a12f97029b624fc0f9454e7ca69eaafef49c5d",
            "shasum": ""
        },
        "require": {
            "danielstjules/stringy": "~1.8",
            "doctrine/inflector": "~1.0",
            "ext-mbstring": "*",
            "illuminate/contracts": "5.0.*",
            "php": ">=5.4.0"
        },
        "suggest": {
            "jeremeamia/superclosure": "Required to be able to serialize closures (~2.0).",
            "symfony/var-dumper": "Required to use the dd function (2.6.*)."
        },
        "time": "2015-06-04 12:15:51",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\Support\\": ""
            },
            "files": [
                "helpers.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylorotwell@gmail.com"
            }
        ],
        "description": "The Illuminate Support package.",
        "homepage": "http://laravel.com"
    },
    {
        "name": "illuminate/container",
        "version": "v5.0.33",
        "version_normalized": "5.0.33.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/container.git",
            "reference": "aa85c752eb7c6ccc2c6ffc5bfffb3ba8dd9719d6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/container/zipball/aa85c752eb7c6ccc2c6ffc5bfffb3ba8dd9719d6",
            "reference": "aa85c752eb7c6ccc2c6ffc5bfffb3ba8dd9719d6",
            "shasum": ""
        },
        "require": {
            "illuminate/contracts": "5.0.*",
            "php": ">=5.4.0"
        },
        "time": "2015-05-29 20:16:27",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\Container\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylorotwell@gmail.com"
            }
        ],
        "description": "The Illuminate Container package.",
        "homepage": "http://laravel.com"
    },
    {
        "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-25 12:08:31",
        "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": "guzzlehttp/streams",
        "version": "3.0.0",
        "version_normalized": "3.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/streams.git",
            "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
            "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2014-10-12 19:18:40",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Stream\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Provides a simple abstraction over streams of data",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "Guzzle",
            "stream"
        ]
    },
    {
        "name": "guzzlehttp/ringphp",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/RingPHP.git",
            "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
            "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/streams": "~3.0",
            "php": ">=5.4.0",
            "react/promise": "~2.0"
        },
        "require-dev": {
            "ext-curl": "*",
            "phpunit/phpunit": "~4.0"
        },
        "suggest": {
            "ext-curl": "Guzzle will use specific adapters if cURL is present"
        },
        "time": "2015-05-20 03:37:09",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Ring\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function."
    },
    {
        "name": "guzzlehttp/guzzle",
        "version": "5.3.1",
        "version_normalized": "5.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle.git",
            "reference": "70f1fa53b71c4647bf2762c09068a95f77e12fb8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle/zipball/70f1fa53b71c4647bf2762c09068a95f77e12fb8",
            "reference": "70f1fa53b71c4647bf2762c09068a95f77e12fb8",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/ringphp": "^1.1",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "ext-curl": "*",
            "phpunit/phpunit": "^4.0"
        },
        "time": "2016-07-15 19:28:39",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "rest",
            "web service"
        ]
    },
    {
        "name": "troydavisson/phrets",
        "version": "2.2",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/troydavisson/PHRETS.git",
            "reference": "ea7b023fa8264d3ce9110f886bcb04d4d075b15f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/troydavisson/PHRETS/zipball/ea7b023fa8264d3ce9110f886bcb04d4d075b15f",
            "reference": "ea7b023fa8264d3ce9110f886bcb04d4d075b15f",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/guzzle": ">=4.0,<6.0",
            "illuminate/container": ">=4.2.0",
            "illuminate/support": ">=4.2.0",
            "league/csv": ">=6.0",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "gsaulmon/guzzlerecorder": "dev-master",
            "monolog/monolog": "1.10.*",
            "phpunit/phpunit": "4.1.*",
            "psr/log": "1.*"
        },
        "time": "2015-08-10 22:54:59",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PHRETS\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Troy Davisson",
                "email": "troy.davisson@gmail.com",
                "homepage": "http://troda.com",
                "role": "Developer"
            }
        ],
        "description": "RETS library in PHP",
        "homepage": "http://github.com/troydavisson/PHRETS",
        "keywords": [
            "mls",
            "rets"
        ]
    }
]
