[
    {
        "name": "joomla/compat",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/joomla-framework/compat.git",
            "reference": "f23565fe0184517778996226eb4b2333deb369c4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/joomla-framework/compat/zipball/f23565fe0184517778996226eb4b2333deb369c4",
            "reference": "f23565fe0184517778996226eb4b2333deb369c4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.10"
        },
        "time": "2015-02-24T00:21:06+00:00",
        "type": "joomla-package",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/JsonSerializable.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "description": "Joomla Compat Package",
        "homepage": "https://github.com/joomla-framework/compat",
        "keywords": [
            "compat",
            "framework",
            "joomla"
        ]
    },
    {
        "name": "joomla/string",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/joomla-framework/string.git",
            "reference": "66363d317e6c020f30a70265c129281c77c43ca0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/joomla-framework/string/zipball/66363d317e6c020f30a70265c129281c77c43ca0",
            "reference": "66363d317e6c020f30a70265c129281c77c43ca0",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.10|~7.0"
        },
        "require-dev": {
            "joomla/test": "~1.0",
            "phpunit/phpunit": "~4.8|~5.0",
            "squizlabs/php_codesniffer": "1.*"
        },
        "suggest": {
            "ext-mbstring": "For improved processing"
        },
        "time": "2016-12-10T18:13:42+00:00",
        "type": "joomla-package",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Joomla\\String\\": "src/"
            },
            "files": [
                "src/phputf8/utf8.php",
                "src/phputf8/ord.php",
                "src/phputf8/str_ireplace.php",
                "src/phputf8/str_pad.php",
                "src/phputf8/str_split.php",
                "src/phputf8/strcasecmp.php",
                "src/phputf8/strcspn.php",
                "src/phputf8/stristr.php",
                "src/phputf8/strrev.php",
                "src/phputf8/strspn.php",
                "src/phputf8/trim.php",
                "src/phputf8/ucfirst.php",
                "src/phputf8/ucwords.php",
                "src/phputf8/utils/ascii.php",
                "src/phputf8/utils/validation.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "description": "Joomla String Package",
        "homepage": "https://github.com/joomla-framework/string",
        "keywords": [
            "framework",
            "joomla",
            "string"
        ]
    },
    {
        "name": "joomla/filter",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/joomla-framework/filter.git",
            "reference": "c21bb16b20ea1be4b5c3a0e596f6591095217371"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/joomla-framework/filter/zipball/c21bb16b20ea1be4b5c3a0e596f6591095217371",
            "reference": "c21bb16b20ea1be4b5c3a0e596f6591095217371",
            "shasum": ""
        },
        "require": {
            "joomla/string": "~1.3",
            "php": "^5.3.10|~7.0"
        },
        "require-dev": {
            "joomla/language": "~1.3",
            "phpunit/phpunit": "~4.8|~5.0",
            "squizlabs/php_codesniffer": "1.*"
        },
        "suggest": {
            "joomla/language": "Required only if you want to use `OutputFilter::stringURLSafe`."
        },
        "time": "2016-12-20T17:36:05+00:00",
        "type": "joomla-package",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Joomla\\Filter\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "description": "Joomla Filter Package",
        "homepage": "https://github.com/joomla-framework/filter",
        "keywords": [
            "filter",
            "framework",
            "joomla"
        ]
    },
    {
        "name": "joomla/input",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/joomla-framework/input.git",
            "reference": "7edc443e54bace8169a08680b1c1f36b08ed8fc3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/joomla-framework/input/zipball/7edc443e54bace8169a08680b1c1f36b08ed8fc3",
            "reference": "7edc443e54bace8169a08680b1c1f36b08ed8fc3",
            "shasum": ""
        },
        "require": {
            "joomla/filter": "~1.0",
            "php": "^5.3.10|~7.0"
        },
        "require-dev": {
            "joomla/test": "~1.0",
            "phpunit/phpunit": "~4.8|~5.0",
            "squizlabs/php_codesniffer": "1.*"
        },
        "time": "2016-12-10T17:08:37+00:00",
        "type": "joomla-package",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Joomla\\Input\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "description": "Joomla Input Package",
        "homepage": "https://github.com/joomla-framework/input",
        "keywords": [
            "framework",
            "input",
            "joomla"
        ]
    },
    {
        "name": "psr/log",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "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": "source",
        "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": "ircmaxell/password-compat",
        "version": "1.0.x-dev",
        "version_normalized": "1.0.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/ircmaxell/password_compat.git",
            "reference": "9b99377557a33a4129c9194e60a97a685fab21e0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/9b99377557a33a4129c9194e60a97a685fab21e0",
            "reference": "9b99377557a33a4129c9194e60a97a685fab21e0",
            "shasum": ""
        },
        "require-dev": {
            "phpunit/phpunit": "4.*"
        },
        "time": "2014-11-20T19:18:42+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "files": [
                "lib/password.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Anthony Ferrara",
                "email": "ircmaxell@php.net",
                "homepage": "http://blog.ircmaxell.com"
            }
        ],
        "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
        "homepage": "https://github.com/ircmaxell/password_compat",
        "keywords": [
            "hashing",
            "password"
        ]
    },
    {
        "name": "symfony/polyfill-php55",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php55.git",
            "reference": "03e3f0350bca2220e3623a0e340eef194405fc67"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/03e3f0350bca2220e3623a0e340eef194405fc67",
            "reference": "03e3f0350bca2220e3623a0e340eef194405fc67",
            "shasum": ""
        },
        "require": {
            "ircmaxell/password-compat": "~1.0",
            "php": ">=5.3.3"
        },
        "time": "2016-11-14T01:06:16+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php55\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "joomla/utilities",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/joomla-framework/utilities.git",
            "reference": "9e63f2e58da716d83f574231bd8e15ba4ec0e98c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/joomla-framework/utilities/zipball/9e63f2e58da716d83f574231bd8e15ba4ec0e98c",
            "reference": "9e63f2e58da716d83f574231bd8e15ba4ec0e98c",
            "shasum": ""
        },
        "require": {
            "joomla/string": "~1.3",
            "php": "^5.3.10|~7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8|~5.0",
            "squizlabs/php_codesniffer": "1.*"
        },
        "time": "2017-01-22T20:40:06+00:00",
        "type": "joomla-package",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Joomla\\Utilities\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "description": "Joomla Utilities Package",
        "homepage": "https://github.com/joomla-framework/utilities",
        "keywords": [
            "framework",
            "joomla",
            "utilities"
        ]
    },
    {
        "name": "joomla/registry",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/joomla-framework/registry.git",
            "reference": "9e493718d937e7d58a7dd11981a4c98a32231042"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/joomla-framework/registry/zipball/9e493718d937e7d58a7dd11981a4c98a32231042",
            "reference": "9e493718d937e7d58a7dd11981a4c98a32231042",
            "shasum": ""
        },
        "require": {
            "joomla/compat": "~1.0",
            "joomla/utilities": "~1.0",
            "php": "^5.3.10|~7.0",
            "symfony/polyfill-php55": "~1.0"
        },
        "require-dev": {
            "joomla/test": "~1.0",
            "phpunit/phpunit": "~4.8|~5.0",
            "squizlabs/php_codesniffer": "1.*",
            "symfony/yaml": "~2.0|~3.0"
        },
        "suggest": {
            "symfony/yaml": "Install symfony/yaml if you require YAML support."
        },
        "time": "2016-12-17T15:21:59+00:00",
        "type": "joomla-package",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Joomla\\Registry\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "description": "Joomla Registry Package",
        "homepage": "https://github.com/joomla-framework/registry",
        "keywords": [
            "framework",
            "joomla",
            "registry"
        ]
    },
    {
        "name": "joomla/application",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/joomla-framework/application.git",
            "reference": "bffb3c8a7e6c6737679e22bc4de5eb7eec314a0c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/joomla-framework/application/zipball/bffb3c8a7e6c6737679e22bc4de5eb7eec314a0c",
            "reference": "bffb3c8a7e6c6737679e22bc4de5eb7eec314a0c",
            "shasum": ""
        },
        "require": {
            "joomla/input": "~1.2",
            "joomla/registry": "~1.1",
            "php": "^5.3.10|~7.0",
            "psr/log": "~1.0"
        },
        "require-dev": {
            "joomla/session": "^1.2.1",
            "joomla/test": "~1.1",
            "joomla/uri": "~1.1",
            "phpunit/phpunit": "~4.8|>=5.0 <5.4",
            "squizlabs/php_codesniffer": "1.*"
        },
        "suggest": {
            "joomla/session": "To use AbstractWebApplication with session support, install joomla/session",
            "joomla/uri": "To use AbstractWebApplication, install joomla/uri"
        },
        "time": "2017-01-20T10:19:44+00:00",
        "type": "joomla-package",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Joomla\\Application\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "description": "Joomla Application Package",
        "homepage": "https://github.com/joomla-framework/application",
        "keywords": [
            "application",
            "framework",
            "joomla"
        ]
    },
    {
        "name": "joomla/filesystem",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/joomla-framework/filesystem.git",
            "reference": "2458de999f01fe4351530c696f7b90e38af2a078"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/joomla-framework/filesystem/zipball/2458de999f01fe4351530c696f7b90e38af2a078",
            "reference": "2458de999f01fe4351530c696f7b90e38af2a078",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.10|~7.0"
        },
        "require-dev": {
            "paragonie/random_compat": "~1.0|~2.0",
            "phpunit/phpunit": "~4.8|~5.0",
            "squizlabs/php_codesniffer": "1.*"
        },
        "suggest": {
            "paragonie/random_compat": "Required to use Joomla\\Filesystem\\Path::isOwner()"
        },
        "time": "2017-01-09T02:29:07+00:00",
        "type": "joomla-package",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Joomla\\Filesystem\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "description": "Joomla Filesystem Package",
        "homepage": "https://github.com/joomla/joomla-framework-filesystem",
        "keywords": [
            "filesystem",
            "framework",
            "joomla"
        ]
    },
    {
        "name": "joomla/controller",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/joomla-framework/controller.git",
            "reference": "9aa25654b092eecc18aa0441d0c1605bf7ada611"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/joomla-framework/controller/zipball/9aa25654b092eecc18aa0441d0c1605bf7ada611",
            "reference": "9aa25654b092eecc18aa0441d0c1605bf7ada611",
            "shasum": ""
        },
        "require": {
            "joomla/application": "~1.0",
            "joomla/input": "~1.0",
            "php": "^5.3.10|~7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8|~5.0",
            "squizlabs/php_codesniffer": "1.*"
        },
        "time": "2016-12-10T17:07:54+00:00",
        "type": "joomla-package",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Joomla\\Controller\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "description": "Joomla Controller Package",
        "homepage": "https://github.com/joomla-framework/controller",
        "keywords": [
            "controller",
            "framework",
            "joomla"
        ]
    },
    {
        "name": "joomla/router",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/joomla-framework/router.git",
            "reference": "11d36ba25f472d7f03abc8d3680844a900879c0d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/joomla-framework/router/zipball/11d36ba25f472d7f03abc8d3680844a900879c0d",
            "reference": "11d36ba25f472d7f03abc8d3680844a900879c0d",
            "shasum": ""
        },
        "require": {
            "joomla/controller": "~1.0",
            "joomla/input": "~1.0",
            "php": "^5.3.10|~7.0"
        },
        "require-dev": {
            "joomla/test": "~1.0",
            "phpunit/phpunit": "~4.8|~5.0",
            "squizlabs/php_codesniffer": "1.*"
        },
        "time": "2016-12-10T17:09:19+00:00",
        "type": "joomla-package",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Joomla\\Router\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "description": "Joomla Router Package",
        "homepage": "https://github.com/joomla-framework/router",
        "keywords": [
            "framework",
            "joomla",
            "router"
        ]
    },
    {
        "name": "joomla/model",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/joomla-framework/model.git",
            "reference": "b41a83c152732b6d2f2aefab78809d16878a9ca9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/joomla-framework/model/zipball/b41a83c152732b6d2f2aefab78809d16878a9ca9",
            "reference": "b41a83c152732b6d2f2aefab78809d16878a9ca9",
            "shasum": ""
        },
        "require": {
            "joomla/registry": "~1.0",
            "php": "^5.3.10|~7.0"
        },
        "require-dev": {
            "joomla/database": "~1.0",
            "joomla/test": "~1.0",
            "phpunit/phpunit": "~4.8|~5.0",
            "squizlabs/php_codesniffer": "1.*"
        },
        "suggest": {
            "joomla/database": "Allows using database models"
        },
        "time": "2017-01-22T18:33:15+00:00",
        "type": "joomla-package",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Joomla\\Model\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "description": "Joomla Model Package",
        "homepage": "https://github.com/joomla-framework/model",
        "keywords": [
            "framework",
            "joomla",
            "model"
        ]
    },
    {
        "name": "joomla/view",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/joomla-framework/view.git",
            "reference": "b166e06abc75beb312ac9bc41c25f2abf45407a0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/joomla-framework/view/zipball/b166e06abc75beb312ac9bc41c25f2abf45407a0",
            "reference": "b166e06abc75beb312ac9bc41c25f2abf45407a0",
            "shasum": ""
        },
        "require": {
            "joomla/model": "~1.0",
            "php": "^5.3.10|~7.0"
        },
        "require-dev": {
            "joomla/filesystem": "~1.0",
            "joomla/test": "~1.0",
            "phpunit/phpunit": "~4.8|~5.0",
            "squizlabs/php_codesniffer": "1.*"
        },
        "suggest": {
            "joomla/filesystem": "To use the AbstractHtmlView, install joomla/filesystem"
        },
        "time": "2017-01-28T17:44:19+00:00",
        "type": "joomla-package",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Joomla\\View\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "description": "Joomla View Package",
        "homepage": "https://github.com/joomla-framework/view",
        "keywords": [
            "framework",
            "joomla",
            "view"
        ]
    },
    {
        "name": "joomla/uri",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/joomla-framework/uri.git",
            "reference": "75b20a9494de40dd586f98f7137c917a2b90fc56"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/joomla-framework/uri/zipball/75b20a9494de40dd586f98f7137c917a2b90fc56",
            "reference": "75b20a9494de40dd586f98f7137c917a2b90fc56",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.10|~7.0"
        },
        "require-dev": {
            "joomla/test": "~1.0",
            "phpunit/phpunit": "~4.8|~5.0",
            "squizlabs/php_codesniffer": "1.*"
        },
        "time": "2017-01-23T13:16:16+00:00",
        "type": "joomla-package",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Joomla\\Uri\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "description": "Joomla Uri Package",
        "homepage": "https://github.com/joomla-framework/uri",
        "keywords": [
            "framework",
            "joomla",
            "uri"
        ]
    },
    {
        "name": "joomla/language",
        "version": "dev-2.0-dev",
        "version_normalized": "dev-2.0-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/joomla-framework/language.git",
            "reference": "ad9477cbd8f369659e5a160885ca85cde93bfbc3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/joomla-framework/language/zipball/ad9477cbd8f369659e5a160885ca85cde93bfbc3",
            "reference": "ad9477cbd8f369659e5a160885ca85cde93bfbc3",
            "shasum": ""
        },
        "require": {
            "joomla/string": "~1.3|~2.0@dev",
            "php": "^5.5.9|~7.0"
        },
        "require-dev": {
            "joomla/di": "~1.0",
            "joomla/registry": "~2.0@dev",
            "joomla/test": "~1.0",
            "phpunit/phpunit": "~4.8|~5.0",
            "squizlabs/php_codesniffer": "1.*"
        },
        "suggest": {
            "joomla/di": "To use the Language ServiceProviderInterface objects, install joomla/di."
        },
        "time": "2016-12-18T16:07:05+00:00",
        "type": "joomla-package",
        "extra": {
            "branch-alias": {
                "dev-2.0-dev": "2.0-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Joomla\\Language\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "description": "Joomla Language Package",
        "homepage": "https://github.com/joomla-framework/language",
        "keywords": [
            "framework",
            "joomla",
            "language"
        ]
    },
    {
        "name": "joomla/form",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/joomla-framework/form.git",
            "reference": "9188e15b2c184d6a273695ea037b7574ceece128"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/joomla-framework/form/zipball/9188e15b2c184d6a273695ea037b7574ceece128",
            "reference": "9188e15b2c184d6a273695ea037b7574ceece128",
            "shasum": ""
        },
        "require": {
            "joomla/filesystem": "~1.0",
            "joomla/filter": "~1.0",
            "joomla/language": "~2.0@dev",
            "joomla/registry": "^1.4.5|~2.0@dev",
            "joomla/string": "~1.3|~2.0@dev",
            "joomla/uri": "~1.0",
            "joomla/utilities": "^1.3.3",
            "php": "^5.5.9|~7.0"
        },
        "require-dev": {
            "joomla/database": "~1.0",
            "joomla/test": "~1.0",
            "phpunit/dbunit": "~1.3",
            "phpunit/phpunit": "~4.8|>=5.0 <5.4",
            "squizlabs/php_codesniffer": "1.*"
        },
        "suggest": {
            "joomla/database": "Install joomla/database if you would like to use the DatabaseConnection field type."
        },
        "time": "2016-12-18T15:40:52+00:00",
        "type": "joomla-package",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Joomla\\Form\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "description": "Joomla Form Package",
        "homepage": "https://github.com/joomla-framework/form",
        "keywords": [
            "form",
            "framework",
            "joomla"
        ]
    }
]
