{
    "packages": [
        {
            "name": "dqneo/ethnam",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/DQNEO/ethnam.git",
                "reference": "e4ffe780bf8f0163009bdba66b596ced45712a33"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/DQNEO/ethnam/zipball/e4ffe780bf8f0163009bdba66b596ced45712a33",
                "reference": "e4ffe780bf8f0163009bdba66b596ced45712a33",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "3.7.*"
            },
            "time": "2015-06-21T09:10:06+00:00",
            "type": "library",
            "installation-source": "source",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-4-Clause"
            ],
            "authors": [
                {
                    "name": "DQNEO",
                    "role": "Administrator"
                },
                {
                    "name": "contributors",
                    "homepage": "https://github.com/DQNEO/ethnam/blob/master/AUTHORS"
                }
            ],
            "description": "web application framework.",
            "homepage": "https://github.com/DQNEO/ethnam",
            "keywords": [
                "ethnam",
                "framework"
            ],
            "abandoned": "ethnam/ethnam",
            "install-path": "../dqneo/ethnam"
        },
        {
            "name": "ethnam/generator",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/ethnamphp/generator.git",
                "reference": "b5cc82ce5a336d496e7fb6994e523a7e60d726f6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ethnamphp/generator/zipball/b5cc82ce5a336d496e7fb6994e523a7e60d726f6",
                "reference": "b5cc82ce5a336d496e7fb6994e523a7e60d726f6",
                "shasum": ""
            },
            "require": {
                "ethnam/getopt": "1.*",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "3.7.*"
            },
            "time": "2015-06-23T05:26:12+00:00",
            "bin": [
                "bin/ethnam-generator"
            ],
            "type": "library",
            "installation-source": "source",
            "autoload": {
                "psr-4": {
                    "Ethnam\\Generator\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-4-Clause"
            ],
            "authors": [
                {
                    "name": "DQNEO",
                    "role": "Administrator"
                }
            ],
            "description": "code generator for Ethnam",
            "homepage": "https://github.com/ethnamphp/ethnam-generator",
            "keywords": [
                "ethnam",
                "framework"
            ],
            "install-path": "../ethnam/generator"
        },
        {
            "name": "ethnam/getopt",
            "version": "v1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ethnamphp/getopt.git",
                "reference": "c59d751c036b2c73476f9a5b948a01796785cfed"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ethnamphp/getopt/zipball/c59d751c036b2c73476f9a5b948a01796785cfed",
                "reference": "c59d751c036b2c73476f9a5b948a01796785cfed",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "3.7.*"
            },
            "time": "2015-05-05T03:34:11+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Ethnam\\Getopt\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-4-Clause"
            ],
            "authors": [
                {
                    "name": "DQNEO",
                    "role": "Administrator"
                }
            ],
            "description": "Getopt for Ethnam",
            "homepage": "https://github.com/DQNEO/ethnam-getopt",
            "keywords": [
                "ethnam",
                "framework"
            ],
            "install-path": "../ethnam/getopt"
        },
        {
            "name": "pear/pager",
            "version": "v2.5.0",
            "version_normalized": "2.5.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Pager.git",
                "reference": "c71b2b07e73f8afc998f9b1e90fd1c9777e5d345"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Pager/zipball/c71b2b07e73f8afc998f9b1e90fd1c9777e5d345",
                "reference": "c71b2b07e73f8afc998f9b1e90fd1c9777e5d345",
                "shasum": ""
            },
            "require-dev": {
                "simpletest/simpletest": "~1.1"
            },
            "time": "2017-06-19T15:45:20+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Pager": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "BSD"
            ],
            "authors": [
                {
                    "name": "Lorenzo Alberton",
                    "email": "l.alberton@quipo.it",
                    "role": "Lead"
                },
                {
                    "name": "Richard Heyes",
                    "email": "richard@phpguru.org",
                    "role": "Lead"
                }
            ],
            "description": "Data paging class",
            "homepage": "http://pear.php.net/package/Pager",
            "support": {
                "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Pager",
                "source": "https://github.com/pear/Pager"
            },
            "install-path": "../pear/pager"
        },
        {
            "name": "smarty/smarty",
            "version": "v2.6.29",
            "version_normalized": "2.6.29.0",
            "source": {
                "type": "git",
                "url": "https://github.com/smarty-php/smarty.git",
                "reference": "47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/smarty-php/smarty/zipball/47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83",
                "reference": "47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2"
            },
            "time": "2015-06-21T13:10:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "libs/Smarty.class.php",
                    "libs/Smarty_Compiler.class.php",
                    "libs/Config_File.class.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Monte Ohrt",
                    "email": "monte@ohrt.com"
                },
                {
                    "name": "Uwe Tews",
                    "email": "uwe.tews@googlemail.com"
                }
            ],
            "description": "Smarty - the compiling PHP template engine",
            "homepage": "http://www.smarty.net",
            "keywords": [
                "templating"
            ],
            "install-path": "../smarty/smarty"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
