From f9e3c3792260fbba0ef40d13c3139211e0b5a172 Mon Sep 17 00:00:00 2001 From: Paminger Date: Mon, 29 Feb 2016 14:22:28 +0100 Subject: [PATCH] Codeigniter via Composer --- composer.json | 58 ++- composer.lock | 1157 ++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 1209 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 32278e8dc..9f2d81244 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,61 @@ { - "require": { + "name": "fh-complete/fhc-core", + "type": "app", + "description": "FH-Complete Core", + "keywords": ["fhc", "fh-complete", "campusmanagement"], + "homepage": "https://github.com/FH-Complete/FHC-Core", + "license": "GPLv3", + "authors": [ + { + "name": "Christian Paminger", + "email": "christian.paminger@fhcomplete.org", + "homepage": "http://fhcomplete.org" + }, + { + "name": "Andreas Österreicher", + "email": "oesi@technikum-wien.at", + "homepage": "http://fhcomplete.org" + }], + "support": + { + "email": "info@fhcomplete.org", + "forum": "https://plus.google.com/communities/113278802529782592610", + "wiki": "http://wiki.fhcomplete.org/" + }, + "repositories": [ + { + "type": "package", + "package": + { + "name": "codeigniter-restserver", + "version": "2.6", + "dist": + { + "url": "https://github.com/chriskacerguis/codeigniter-restserver/archive/master.zip", + "type": "zip" + } + } + } + ], + "require": + { + "php": ">=5.4.0", + "codeigniter/framework":"3.*", + "codeigniter-restserver": "2.6", + "easyrdf/easyrdf": "0.9.*", + "ml/json-ld": "1.*", + "rougin/combustor":"1.1.*", "components/jquery": "2.1.4", "components/angular.js": "1.3.16", "components/bootstrap": "3.3.5", - "michelf/php-markdown": "1.5.0" - + "michelf/php-markdown": "1.5.0", + "zetacomponents/workflow": "1.*", + "zetacomponents/document": "1.*", + "zetacomponents/workflow-database-tiein": "1.*", + "zetacomponents/workflow-event-log-tiein": "1.*" + }, + "config": + { + "bin-dir": "bin" } } diff --git a/composer.lock b/composer.lock index a9413edd9..a1ce23b2f 100755 --- a/composer.lock +++ b/composer.lock @@ -4,9 +4,49 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "c07a27773905e5c19ee99e404627eafd", - "content-hash": "6574a5f8f5995f3db237091bf4b70270", + "hash": "3446439fc0a3c19a1292cba921c29a92", + "content-hash": "f83541dff2ed308d9d00f9da737a085a", "packages": [ + { + "name": "codeigniter-restserver", + "version": "2.6", + "dist": { + "type": "zip", + "url": "https://github.com/chriskacerguis/codeigniter-restserver/archive/master.zip", + "reference": null, + "shasum": null + }, + "type": "library" + }, + { + "name": "codeigniter/framework", + "version": "3.0.4", + "source": { + "type": "git", + "url": "https://github.com/bcit-ci/CodeIgniter.git", + "reference": "ac067858c21250dd8c60cdc1f9bc12ba2ff82755" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/bcit-ci/CodeIgniter/zipball/ac067858c21250dd8c60cdc1f9bc12ba2ff82755", + "reference": "ac067858c21250dd8c60cdc1f9bc12ba2ff82755", + "shasum": "" + }, + "require": { + "php": ">=5.2.4" + }, + "require-dev": { + "mikey179/vfsstream": "1.1.*" + }, + "type": "project", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "The CodeIgniter framework", + "homepage": "https://codeigniter.com", + "time": "2016-01-13 00:09:27" + }, { "name": "components/angular.js", "version": "1.3.16", @@ -421,6 +461,119 @@ "homepage": "http://jquery.com", "time": "2015-05-08 05:04:47" }, + { + "name": "easyrdf/easyrdf", + "version": "0.9.1", + "source": { + "type": "git", + "url": "https://github.com/njh/easyrdf.git", + "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566", + "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "ext-pcre": "*", + "php": ">=5.2.8" + }, + "require-dev": { + "phpunit/phpunit": "~3.5", + "sami/sami": "~1.4", + "squizlabs/php_codesniffer": "~1.4.3" + }, + "suggest": { + "ml/json-ld": "~1.0" + }, + "type": "library", + "autoload": { + "psr-0": { + "EasyRdf_": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nicholas Humfrey", + "email": "njh@aelius.com", + "homepage": "http://www.aelius.com/njh/", + "role": "Developer" + }, + { + "name": "Alexey Zakhlestin", + "email": "indeyets@gmail.com", + "role": "Developer" + } + ], + "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.", + "homepage": "http://www.easyrdf.org/", + "keywords": [ + "Linked Data", + "RDF", + "Semantic Web", + "Turtle", + "rdfa", + "sparql" + ], + "time": "2015-02-27 09:45:49" + }, + { + "name": "kevinlebrun/colors.php", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/kevinlebrun/colors.php.git", + "reference": "28725a25f6173897df71ce6a8b3bbddd4d9143df" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/kevinlebrun/colors.php/zipball/28725a25f6173897df71ce6a8b3bbddd4d9143df", + "reference": "28725a25f6173897df71ce6a8b3bbddd4d9143df", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "3.7.*", + "satooshi/php-coveralls": "1.0.*", + "squizlabs/php_codesniffer": "1.*" + }, + "type": "library", + "autoload": { + "psr-0": { + "Colors": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Kevin Le Brun", + "email": "lebrun.k@gmail.com", + "homepage": "http://kevinlebrun.fr", + "role": "developer" + } + ], + "description": "Colors for PHP CLI scripts", + "homepage": "https://github.com/kevinlebrun/colors.php", + "keywords": [ + "cli", + "color", + "colors", + "console", + "shell" + ], + "time": "2016-01-31 20:02:02" + }, { "name": "michelf/php-markdown", "version": "1.5.0", @@ -471,6 +624,1002 @@ "markdown" ], "time": "2015-03-01 12:03:08" + }, + { + "name": "ml/iri", + "version": "1.1.4", + "target-dir": "ML/IRI", + "source": { + "type": "git", + "url": "https://github.com/lanthaler/IRI.git", + "reference": "cbd44fa913e00ea624241b38cefaa99da8d71341" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/lanthaler/IRI/zipball/cbd44fa913e00ea624241b38cefaa99da8d71341", + "reference": "cbd44fa913e00ea624241b38cefaa99da8d71341", + "shasum": "" + }, + "require": { + "lib-pcre": ">=4.0", + "php": ">=5.3.0" + }, + "type": "library", + "autoload": { + "psr-0": { + "ML\\IRI": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Markus Lanthaler", + "email": "mail@markus-lanthaler.com", + "homepage": "http://www.markus-lanthaler.com", + "role": "Developer" + } + ], + "description": "IRI handling for PHP", + "homepage": "http://www.markus-lanthaler.com", + "keywords": [ + "URN", + "iri", + "uri", + "url" + ], + "time": "2014-01-21 13:43:39" + }, + { + "name": "ml/json-ld", + "version": "1.0.5", + "target-dir": "ML/JsonLD", + "source": { + "type": "git", + "url": "https://github.com/lanthaler/JsonLD.git", + "reference": "2f7f00a9daed844289135cc1cc99a75fc72a5438" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/lanthaler/JsonLD/zipball/2f7f00a9daed844289135cc1cc99a75fc72a5438", + "reference": "2f7f00a9daed844289135cc1cc99a75fc72a5438", + "shasum": "" + }, + "require": { + "ext-json": "*", + "ml/iri": "^1.1.1", + "php": ">=5.3.0" + }, + "require-dev": { + "json-ld/tests": "@dev" + }, + "type": "library", + "autoload": { + "psr-0": { + "ML\\JsonLD": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Markus Lanthaler", + "email": "mail@markus-lanthaler.com", + "homepage": "http://www.markus-lanthaler.com", + "role": "Developer" + } + ], + "description": "JSON-LD Processor for PHP", + "homepage": "http://www.markus-lanthaler.com", + "keywords": [ + "JSON-LD", + "jsonld" + ], + "time": "2016-01-17 17:39:22" + }, + { + "name": "rdlowrey/auryn", + "version": "1.2", + "source": { + "type": "git", + "url": "https://github.com/rdlowrey/auryn.git", + "reference": "d6e03a7026a1724965c921f4fbd8351ab8f0a9f1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/rdlowrey/auryn/zipball/d6e03a7026a1724965c921f4fbd8351ab8f0a9f1", + "reference": "d6e03a7026a1724965c921f4fbd8351ab8f0a9f1", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "athletic/athletic": "~0.1", + "fabpot/php-cs-fixer": "~1.9", + "phpunit/phpunit": "^4.7" + }, + "type": "library", + "autoload": { + "psr-4": { + "Auryn\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Dan Ackroyd", + "email": "Danack@basereality.com", + "homepage": "http://www.basereality.com", + "role": "Developer" + }, + { + "name": "Levi Morrison", + "email": "levim@php.net", + "homepage": "http://morrisonlevi.github.com/", + "role": "Developer" + }, + { + "name": "Daniel Lowrey", + "email": "rdlowrey@gmail.com", + "homepage": "https://github.com/rdlowrey", + "role": "Creator / Main Developer" + } + ], + "description": "Auryn is a dependency injector for bootstrapping object-oriented PHP applications.", + "homepage": "https://github.com/rdlowrey/auryn", + "keywords": [ + "dependency injection", + "dic", + "ioc" + ], + "time": "2015-12-09 16:44:14" + }, + { + "name": "rougin/blueprint", + "version": "v0.1.5", + "source": { + "type": "git", + "url": "https://github.com/rougin/blueprint.git", + "reference": "979dac046fb5d251dea6e8140b85463c7928a5e2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/rougin/blueprint/zipball/979dac046fb5d251dea6e8140b85463c7928a5e2", + "reference": "979dac046fb5d251dea6e8140b85463c7928a5e2", + "shasum": "" + }, + "require": { + "kevinlebrun/colors.php": "^1.0", + "php": ">=5.3.0", + "rdlowrey/auryn": "^1.0", + "symfony/console": "^2.7", + "symfony/yaml": "^2.7", + "twig/twig": "^1.19" + }, + "require-dev": { + "phpunit/phpunit": "4.*", + "scrutinizer/ocular": "~1.1" + }, + "bin": [ + "bin/blueprint", + "bin/blueprint.php" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.2-dev" + } + }, + "autoload": { + "psr-4": { + "Rougin\\Blueprint\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "description": "A tool for generating files for your PHP projects", + "keywords": [ + "blueprint", + "generator", + "php", + "template" + ], + "time": "2016-02-01 16:31:13" + }, + { + "name": "rougin/combustor", + "version": "v1.1.4", + "source": { + "type": "git", + "url": "https://github.com/rougin/combustor.git", + "reference": "ed775e2e1738b7682f2ca9e8ab6f968a7c8507dd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/rougin/combustor/zipball/ed775e2e1738b7682f2ca9e8ab6f968a7c8507dd", + "reference": "ed775e2e1738b7682f2ca9e8ab6f968a7c8507dd", + "shasum": "" + }, + "require": { + "php": ">=5.3.0", + "rougin/blueprint": "0.1.*", + "rougin/describe": "1.2.*", + "rougin/spark-plug": "0.2.*" + }, + "require-dev": { + "phpunit/phpunit": "4.*", + "scrutinizer/ocular": "~1.1" + }, + "suggest": { + "rougin/codeigniter": "Yet another way to install CodeIgniter via Composer", + "rougin/refinery": "A command line interface for Migrations Class in CodeIgniter" + }, + "bin": [ + "bin/combustor", + "bin/combustor.php" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2-dev" + } + }, + "autoload": { + "psr-4": { + "Rougin\\Combustor\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Rougin Royce Gutib", + "email": "rougingutib@gmail.com", + "homepage": "http://rougin.github.io", + "role": "Developer" + } + ], + "description": "A tool for speeding up workflow in CodeIgniter", + "homepage": "https://github.com/rougin/combustor", + "keywords": [ + "codeigniter", + "combustor", + "generator", + "php" + ], + "time": "2016-02-14 10:36:58" + }, + { + "name": "rougin/describe", + "version": "v1.2.1", + "source": { + "type": "git", + "url": "https://github.com/rougin/describe.git", + "reference": "e07689e64d03bac231202a96bf5517dac7a21802" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/rougin/describe/zipball/e07689e64d03bac231202a96bf5517dac7a21802", + "reference": "e07689e64d03bac231202a96bf5517dac7a21802", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "4.*", + "scrutinizer/ocular": "~1.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.5-dev" + } + }, + "autoload": { + "psr-4": { + "Rougin\\Describe\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Rougin Royce Gutib", + "email": "rougingutib@gmail.com", + "homepage": "http://rougin.github.io", + "role": "Developer" + } + ], + "description": "Get the information about the database you're working on in PHP", + "homepage": "https://github.com/rougin/describe", + "keywords": [ + "database", + "describe", + "php" + ], + "time": "2015-11-05 03:32:43" + }, + { + "name": "rougin/spark-plug", + "version": "v0.2.0", + "source": { + "type": "git", + "url": "https://github.com/rougin/spark-plug.git", + "reference": "1e62ad1b2d206e0e82978da4259616315e680023" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/rougin/spark-plug/zipball/1e62ad1b2d206e0e82978da4259616315e680023", + "reference": "1e62ad1b2d206e0e82978da4259616315e680023", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "4.*", + "scrutinizer/ocular": "~1.1" + }, + "suggest": { + "rougin/codeigniter": "Yet another way to install CodeIgniter via Composer", + "rougin/combustor": "A tool for speeding up web development in CodeIgniter", + "rougin/refinery": "A command line interface for Migrations Class in CodeIgniter" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.3-dev" + } + }, + "autoload": { + "psr-4": { + "Rougin\\SparkPlug\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Rougin Royce Gutib", + "email": "rougingutib@gmail.com", + "homepage": "http://rougin.github.io", + "role": "Developer" + } + ], + "description": "Yet another way to access CodeIgniter's instance", + "homepage": "https://github.com/rougin/spark-plug", + "keywords": [ + "codeigniter", + "instance", + "php", + "spark-plug" + ], + "time": "2015-10-23 08:27:10" + }, + { + "name": "symfony/console", + "version": "v2.8.3", + "source": { + "type": "git", + "url": "https://github.com/symfony/console.git", + "reference": "56cc5caf051189720b8de974e4746090aaa10d44" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/console/zipball/56cc5caf051189720b8de974e4746090aaa10d44", + "reference": "56cc5caf051189720b8de974e4746090aaa10d44", + "shasum": "" + }, + "require": { + "php": ">=5.3.9", + "symfony/polyfill-mbstring": "~1.0" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/event-dispatcher": "~2.1|~3.0.0", + "symfony/process": "~2.1|~3.0.0" + }, + "suggest": { + "psr/log": "For using the console logger", + "symfony/event-dispatcher": "", + "symfony/process": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.8-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Console\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Console Component", + "homepage": "https://symfony.com", + "time": "2016-02-28 16:20:50" + }, + { + "name": "symfony/polyfill-mbstring", + "version": "v1.1.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "1289d16209491b584839022f29257ad859b8532d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d", + "reference": "1289d16209491b584839022f29257ad859b8532d", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-mbstring": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + }, + "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 for the Mbstring extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" + ], + "time": "2016-01-20 09:13:37" + }, + { + "name": "symfony/yaml", + "version": "v2.8.3", + "source": { + "type": "git", + "url": "https://github.com/symfony/yaml.git", + "reference": "2a4ee40acb880c56f29fb1b8886e7ffe94f3b995" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/yaml/zipball/2a4ee40acb880c56f29fb1b8886e7ffe94f3b995", + "reference": "2a4ee40acb880c56f29fb1b8886e7ffe94f3b995", + "shasum": "" + }, + "require": { + "php": ">=5.3.9" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.8-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Yaml\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Yaml Component", + "homepage": "https://symfony.com", + "time": "2016-02-23 07:41:20" + }, + { + "name": "twig/twig", + "version": "v1.24.0", + "source": { + "type": "git", + "url": "https://github.com/twigphp/Twig.git", + "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8", + "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8", + "shasum": "" + }, + "require": { + "php": ">=5.2.7" + }, + "require-dev": { + "symfony/debug": "~2.7", + "symfony/phpunit-bridge": "~2.7" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.24-dev" + } + }, + "autoload": { + "psr-0": { + "Twig_": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" + }, + { + "name": "Armin Ronacher", + "email": "armin.ronacher@active-4.com", + "role": "Project Founder" + }, + { + "name": "Twig Team", + "homepage": "http://twig.sensiolabs.org/contributors", + "role": "Contributors" + } + ], + "description": "Twig, the flexible, fast, and secure template language for PHP", + "homepage": "http://twig.sensiolabs.org", + "keywords": [ + "templating" + ], + "time": "2016-01-25 21:22:18" + }, + { + "name": "zetacomponents/base", + "version": "1.9", + "source": { + "type": "git", + "url": "https://github.com/zetacomponents/Base.git", + "reference": "f20df24e8de3e48b6b69b2503f917e457281e687" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zetacomponents/Base/zipball/f20df24e8de3e48b6b69b2503f917e457281e687", + "reference": "f20df24e8de3e48b6b69b2503f917e457281e687", + "shasum": "" + }, + "require-dev": { + "zetacomponents/unit-test": "*" + }, + "type": "library", + "autoload": { + "classmap": [ + "src" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Sergey Alexeev" + }, + { + "name": "Sebastian Bergmann" + }, + { + "name": "Jan Borsodi" + }, + { + "name": "Raymond Bosman" + }, + { + "name": "Frederik Holljen" + }, + { + "name": "Kore Nordmann" + }, + { + "name": "Derick Rethans" + }, + { + "name": "Vadym Savchuk" + }, + { + "name": "Tobias Schlitt" + }, + { + "name": "Alexandru Stanoi" + } + ], + "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.", + "homepage": "https://github.com/zetacomponents", + "time": "2014-09-19 03:28:34" + }, + { + "name": "zetacomponents/database", + "version": "1.5", + "source": { + "type": "git", + "url": "https://github.com/zetacomponents/Database.git", + "reference": "8072af0ae88506dcffc8c8a161a5ebed9890d6c3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zetacomponents/Database/zipball/8072af0ae88506dcffc8c8a161a5ebed9890d6c3", + "reference": "8072af0ae88506dcffc8c8a161a5ebed9890d6c3", + "shasum": "" + }, + "require": { + "zetacomponents/base": "~1.8" + }, + "require-dev": { + "zetacomponents/unit-test": "*" + }, + "type": "library", + "autoload": { + "classmap": [ + "src" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Sergey Alexeev" + }, + { + "name": "Sebastian Bergmann" + }, + { + "name": "Jan Borsodi" + }, + { + "name": "Raymond Bosman" + }, + { + "name": "Frederik Holljen" + }, + { + "name": "Kore Nordmann" + }, + { + "name": "Derick Rethans" + }, + { + "name": "Vadym Savchuk" + }, + { + "name": "Tobias Schlitt" + }, + { + "name": "Alexandru Stanoi" + }, + { + "name": "Joel Arvidsson" + }, + { + "name": "Friedel Hill" + }, + { + "name": "Christian Michel" + } + ], + "description": "A lightweight database layer on top of PHP's PDO that allows you to utilize a database without having to take care of differences in SQL dialects.", + "homepage": "https://github.com/zetacomponents", + "time": "2014-09-27 19:26:09" + }, + { + "name": "zetacomponents/document", + "version": "1.3.1", + "source": { + "type": "git", + "url": "https://github.com/zetacomponents/Document.git", + "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zetacomponents/Document/zipball/688abfde573cf3fe0730f82538fbd7aa9fc95bc8", + "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8", + "shasum": "" + }, + "require": { + "zetacomponents/base": "*" + }, + "require-dev": { + "zetacomponents/unit-test": "dev-master" + }, + "type": "library", + "autoload": { + "classmap": [ + "src" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Sebastian Bergmann" + }, + { + "name": "Kore Nordmann" + }, + { + "name": "Derick Rethans" + }, + { + "name": "Tobias Schlitt" + }, + { + "name": "Alexandru Stanoi" + } + ], + "description": "The Document components provides a general conversion framework for different semantic document markup languages like XHTML, Docbook, RST and similar.", + "homepage": "https://github.com/zetacomponents", + "time": "2013-12-19 11:40:00" + }, + { + "name": "zetacomponents/workflow", + "version": "1.5", + "source": { + "type": "git", + "url": "https://github.com/zetacomponents/Workflow.git", + "reference": "44744003c131acc35ee3275a568fbfcb215c3bc8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zetacomponents/Workflow/zipball/44744003c131acc35ee3275a568fbfcb215c3bc8", + "reference": "44744003c131acc35ee3275a568fbfcb215c3bc8", + "shasum": "" + }, + "require": { + "zetacomponents/base": "~1.8" + }, + "require-dev": { + "zetacomponents/unit-test": "*" + }, + "type": "library", + "autoload": { + "classmap": [ + "src" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Sergey Alexeev" + }, + { + "name": "Sebastian Bergmann" + }, + { + "name": "Jan Borsodi" + }, + { + "name": "Raymond Bosman" + }, + { + "name": "Frederik Holljen" + }, + { + "name": "Kore Nordmann" + }, + { + "name": "Derick Rethans" + }, + { + "name": "Vadym Savchuk" + }, + { + "name": "Tobias Schlitt" + }, + { + "name": "Alexandru Stanoi" + } + ], + "description": "The purpose of the Workflow component is to provide the core functionality of an activity-based workflow system including the definition and execution of workflow specifications.", + "homepage": "https://github.com/zetacomponents", + "time": "2014-09-27 19:26:10" + }, + { + "name": "zetacomponents/workflow-database-tiein", + "version": "1.5", + "source": { + "type": "git", + "url": "https://github.com/zetacomponents/WorkflowDatabaseTiein.git", + "reference": "953af80e8e642b41839275f11ff0301a2a267fde" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zetacomponents/WorkflowDatabaseTiein/zipball/953af80e8e642b41839275f11ff0301a2a267fde", + "reference": "953af80e8e642b41839275f11ff0301a2a267fde", + "shasum": "" + }, + "require": { + "zetacomponents/database": "~1.4", + "zetacomponents/workflow": "~1.4" + }, + "require-dev": { + "zetacomponents/unit-test": "*" + }, + "type": "library", + "autoload": { + "classmap": [ + "src" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Sergey Alexeev" + }, + { + "name": "Sebastian Bergmann" + }, + { + "name": "Jan Borsodi" + }, + { + "name": "Raymond Bosman" + }, + { + "name": "Frederik Holljen" + }, + { + "name": "Kore Nordmann" + }, + { + "name": "Derick Rethans" + }, + { + "name": "Vadym Savchuk" + }, + { + "name": "Tobias Schlitt" + }, + { + "name": "Alexandru Stanoi" + } + ], + "description": "Contains the database backend for the Workflow component.", + "homepage": "https://github.com/zetacomponents", + "time": "2014-09-27 19:26:10" + }, + { + "name": "zetacomponents/workflow-event-log-tiein", + "version": "1.1", + "source": { + "type": "git", + "url": "https://github.com/zetacomponents/WorkflowEventLogTiein.git", + "reference": "3e157156d1d5aaac6fadaee86c9b884c18a2b86f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zetacomponents/WorkflowEventLogTiein/zipball/3e157156d1d5aaac6fadaee86c9b884c18a2b86f", + "reference": "3e157156d1d5aaac6fadaee86c9b884c18a2b86f", + "shasum": "" + }, + "type": "library", + "autoload": { + "classmap": [ + "src" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "apache2" + ], + "authors": [ + { + "name": "Sergey Alexeev" + }, + { + "name": "Sebastian Bergmann" + }, + { + "name": "Jan Borsodi" + }, + { + "name": "Raymond Bosman" + }, + { + "name": "Frederik Holljen" + }, + { + "name": "Kore Nordmann" + }, + { + "name": "Derick Rethans" + }, + { + "name": "Vadym Savchuk" + }, + { + "name": "Tobias Schlitt" + }, + { + "name": "Alexandru Stanoi" + } + ], + "description": "Contains the EventLog listener for the Workflow component.", + "homepage": "https://github.com/zetacomponents", + "time": "2007-12-17 09:04:44" } ], "packages-dev": [], @@ -479,6 +1628,8 @@ "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, - "platform": [], + "platform": { + "php": ">=5.4.0" + }, "platform-dev": [] }