{ "_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": "0075af2804c4e56c41932bcd3f335452", "packages": [ { "name": "dqneo/ethnam", "version": "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.*" }, "type": "library", "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", "time": "2015-06-21T09:10:06+00:00" }, { "name": "ethnam/generator", "version": "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.*" }, "bin": [ "bin/ethnam-generator" ], "type": "library", "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" ], "time": "2015-06-23T05:26:12+00:00" }, { "name": "ethnam/getopt", "version": "v1.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.*" }, "type": "library", "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" ], "time": "2015-05-05T03:34:11+00:00" }, { "name": "pear/pager", "version": "v2.5.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" }, "type": "library", "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" }, "time": "2017-06-19T15:45:20+00:00" }, { "name": "smarty/smarty", "version": "v2.6.29", "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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.6.x-dev" } }, "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" ], "time": "2015-06-21T13:10:14+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { "dqneo/ethnam": 20, "ethnam/generator": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "platform-overrides": { "php": "5.5.9" }, "plugin-api-version": "2.1.0" }