2600 lines
86 KiB
Text
2600 lines
86 KiB
Text
|
{
|
||
|
"_readme": [
|
||
|
"This file locks the dependencies of your project to a known state",
|
||
|
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||
|
"This file is @generated automatically"
|
||
|
],
|
||
|
"hash": "d757306902619fb153f53b22e43b17ab",
|
||
|
"packages": [],
|
||
|
"packages-dev": [
|
||
|
{
|
||
|
"name": "andrewsville/php-token-reflection",
|
||
|
"version": "1.4.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/Andrewsville/PHP-Token-Reflection.git",
|
||
|
"reference": "e6d0ac2baf66cdf154be34c3d2a2aa1bd4b426ee"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/Andrewsville/PHP-Token-Reflection/zipball/e6d0ac2baf66cdf154be34c3d2a2aa1bd4b426ee",
|
||
|
"reference": "e6d0ac2baf66cdf154be34c3d2a2aa1bd4b426ee",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-tokenizer": "*",
|
||
|
"php": ">=5.3.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"TokenReflection": "./"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Ondřej Nešpor",
|
||
|
"homepage": "https://github.com/andrewsville"
|
||
|
},
|
||
|
{
|
||
|
"name": "Jaroslav Hanslík",
|
||
|
"homepage": "https://github.com/kukulich"
|
||
|
}
|
||
|
],
|
||
|
"description": "Library emulating the PHP internal reflection using just the tokenized source code.",
|
||
|
"homepage": "http://andrewsville.github.com/PHP-Token-Reflection/",
|
||
|
"keywords": [
|
||
|
"library",
|
||
|
"reflection",
|
||
|
"tokenizer"
|
||
|
],
|
||
|
"time": "2014-08-06 16:37:08"
|
||
|
},
|
||
|
{
|
||
|
"name": "apigen/apigen",
|
||
|
"version": "v4.1.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/ApiGen/ApiGen.git",
|
||
|
"reference": "e9aff53d56d2b74104dee2b88396eb614e9717d5"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/ApiGen/ApiGen/zipball/e9aff53d56d2b74104dee2b88396eb614e9717d5",
|
||
|
"reference": "e9aff53d56d2b74104dee2b88396eb614e9717d5",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"andrewsville/php-token-reflection": "~1.4",
|
||
|
"apigen/theme-bootstrap": "~1.1.2",
|
||
|
"apigen/theme-default": "~1.0.1",
|
||
|
"herrera-io/phar-update": "~2.0",
|
||
|
"kdyby/events": "~2.0",
|
||
|
"kukulich/fshl": "~2.1",
|
||
|
"latte/latte": "~2.2",
|
||
|
"michelf/php-markdown": "~1.4",
|
||
|
"nette/application": "~2.2",
|
||
|
"nette/bootstrap": "~2.2",
|
||
|
"nette/di": "~2.2",
|
||
|
"nette/mail": "~2.2",
|
||
|
"nette/neon": "~2.2",
|
||
|
"nette/robot-loader": "~2.2",
|
||
|
"nette/safe-stream": "~2.2",
|
||
|
"php": ">=5.4",
|
||
|
"symfony/console": "~2.6",
|
||
|
"symfony/options-resolver": "~2.6.1",
|
||
|
"symfony/yaml": "~2.6",
|
||
|
"tracy/tracy": "~2.2"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"herrera-io/box": "~1.6",
|
||
|
"mockery/mockery": "~0.9"
|
||
|
},
|
||
|
"bin": [
|
||
|
"bin/apigen"
|
||
|
],
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "4.1.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"ApiGen\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "David Grudl",
|
||
|
"homepage": "http://davidgrudl.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Ondřej Nešpor",
|
||
|
"homepage": "https://github.com/andrewsville"
|
||
|
},
|
||
|
{
|
||
|
"name": "Jaroslav Hanslík",
|
||
|
"homepage": "https://github.com/kukulich"
|
||
|
},
|
||
|
{
|
||
|
"name": "Tomáš Votruba",
|
||
|
"email": "tomas.vot@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Olivier Laviale",
|
||
|
"homepage": "https://github.com/olvlvl"
|
||
|
}
|
||
|
],
|
||
|
"description": "PHP source code API generator",
|
||
|
"homepage": "http://apigen.org/",
|
||
|
"keywords": [
|
||
|
"api",
|
||
|
"documentation",
|
||
|
"generator",
|
||
|
"phpdoc"
|
||
|
],
|
||
|
"time": "2015-04-09 13:42:45"
|
||
|
},
|
||
|
{
|
||
|
"name": "apigen/theme-bootstrap",
|
||
|
"version": "v1.1.2",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/ApiGen/ThemeBootstrap.git",
|
||
|
"reference": "dd4a5321d430ffb1867125479715bf576811dc37"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/ApiGen/ThemeBootstrap/zipball/dd4a5321d430ffb1867125479715bf576811dc37",
|
||
|
"reference": "dd4a5321d430ffb1867125479715bf576811dc37",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"latte/latte": "~2.2"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Tomáš Votruba",
|
||
|
"email": "tomas.vot@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Olivier Laviale",
|
||
|
"homepage": "https://github.com/olvlvl"
|
||
|
}
|
||
|
],
|
||
|
"description": "Twitter Bootstrap theme for ApiGen",
|
||
|
"homepage": "http://apigen.org/",
|
||
|
"time": "2015-03-30 17:49:49"
|
||
|
},
|
||
|
{
|
||
|
"name": "apigen/theme-default",
|
||
|
"version": "v1.0.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/ApiGen/ThemeDefault.git",
|
||
|
"reference": "13227b1106f25c918a987491501954747403f80b"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/ApiGen/ThemeDefault/zipball/13227b1106f25c918a987491501954747403f80b",
|
||
|
"reference": "13227b1106f25c918a987491501954747403f80b",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"latte/latte": "~2.2"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "David Grudl",
|
||
|
"homepage": "http://davidgrudl.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Ondřej Nešpor",
|
||
|
"homepage": "https://github.com/andrewsville"
|
||
|
},
|
||
|
{
|
||
|
"name": "Jaroslav Hanslík",
|
||
|
"homepage": "https://github.com/kukulich"
|
||
|
},
|
||
|
{
|
||
|
"name": "Tomáš Votruba",
|
||
|
"email": "tomas.vot@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Olivier Laviale",
|
||
|
"homepage": "https://github.com/olvlvl"
|
||
|
}
|
||
|
],
|
||
|
"description": "Default theme for ApiGen",
|
||
|
"homepage": "http://apigen.org/",
|
||
|
"time": "2015-03-30 17:50:03"
|
||
|
},
|
||
|
{
|
||
|
"name": "halleck45/phpmetrics",
|
||
|
"version": "v1.3.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/Halleck45/PhpMetrics.git",
|
||
|
"reference": "9c8113b502c1803ad08a5ce547717843b31db00b"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/Halleck45/PhpMetrics/zipball/9c8113b502c1803ad08a5ce547717843b31db00b",
|
||
|
"reference": "9c8113b502c1803ad08a5ce547717843b31db00b",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-dom": "*",
|
||
|
"hoa/ruler": "~1.0",
|
||
|
"symfony/config": "~2.4",
|
||
|
"symfony/console": "~2.5",
|
||
|
"symfony/yaml": "~2.4",
|
||
|
"twig/twig": "~1.15"
|
||
|
},
|
||
|
"replace": {
|
||
|
"halleck45/php-metrics": "*"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "~4.1"
|
||
|
},
|
||
|
"bin": [
|
||
|
"bin/phpmetrics"
|
||
|
],
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"Hal\\": "./src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Jean-François Lépine",
|
||
|
"email": "lepinejeanfrancois@yahoo.fr",
|
||
|
"homepage": "http://www.lepine.pro",
|
||
|
"role": "Copyright Holder"
|
||
|
}
|
||
|
],
|
||
|
"description": "Static analyzis tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !",
|
||
|
"homepage": "http://www.phpmetrics.org",
|
||
|
"keywords": [
|
||
|
"analysis",
|
||
|
"qa",
|
||
|
"quality",
|
||
|
"testing"
|
||
|
],
|
||
|
"time": "2015-08-20 16:35:22"
|
||
|
},
|
||
|
{
|
||
|
"name": "herrera-io/json",
|
||
|
"version": "1.0.3",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/kherge-abandoned/php-json.git",
|
||
|
"reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/kherge-abandoned/php-json/zipball/60c696c9370a1e5136816ca557c17f82a6fa83f1",
|
||
|
"reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-json": "*",
|
||
|
"justinrainbow/json-schema": ">=1.0,<2.0-dev",
|
||
|
"php": ">=5.3.3",
|
||
|
"seld/jsonlint": ">=1.0,<2.0-dev"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"herrera-io/phpunit-test-case": "1.*",
|
||
|
"mikey179/vfsstream": "1.1.0",
|
||
|
"phpunit/phpunit": "3.7.*"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"files": [
|
||
|
"src/lib/json_version.php"
|
||
|
],
|
||
|
"psr-0": {
|
||
|
"Herrera\\Json": "src/lib"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Kevin Herrera",
|
||
|
"email": "kevin@herrera.io",
|
||
|
"homepage": "http://kevin.herrera.io"
|
||
|
}
|
||
|
],
|
||
|
"description": "A library for simplifying JSON linting and validation.",
|
||
|
"homepage": "http://herrera-io.github.com/php-json",
|
||
|
"keywords": [
|
||
|
"json",
|
||
|
"lint",
|
||
|
"schema",
|
||
|
"validate"
|
||
|
],
|
||
|
"time": "2013-10-30 16:51:34"
|
||
|
},
|
||
|
{
|
||
|
"name": "herrera-io/phar-update",
|
||
|
"version": "2.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/kherge-abandoned/php-phar-update.git",
|
||
|
"reference": "15643c90d3d43620a4f45c910e6afb7a0ad4b488"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/kherge-abandoned/php-phar-update/zipball/15643c90d3d43620a4f45c910e6afb7a0ad4b488",
|
||
|
"reference": "15643c90d3d43620a4f45c910e6afb7a0ad4b488",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"herrera-io/json": "1.*",
|
||
|
"herrera-io/version": "1.*",
|
||
|
"php": ">=5.3.3"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"herrera-io/phpunit-test-case": "1.*",
|
||
|
"mikey179/vfsstream": "1.1.0",
|
||
|
"phpunit/phpunit": "3.7.*"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"files": [
|
||
|
"src/lib/constants.php"
|
||
|
],
|
||
|
"psr-0": {
|
||
|
"Herrera\\Phar\\Update": "src/lib"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Kevin Herrera",
|
||
|
"email": "kevin@herrera.io",
|
||
|
"homepage": "http://kevin.herrera.io"
|
||
|
}
|
||
|
],
|
||
|
"description": "A library for self-updating Phars.",
|
||
|
"homepage": "http://herrera-io.github.com/php-phar-update",
|
||
|
"keywords": [
|
||
|
"phar",
|
||
|
"update"
|
||
|
],
|
||
|
"time": "2013-11-09 17:13:13"
|
||
|
},
|
||
|
{
|
||
|
"name": "herrera-io/version",
|
||
|
"version": "1.1.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/kherge-abandoned/php-version.git",
|
||
|
"reference": "d39d9642b92a04d8b8a28b871b797a35a2545e85"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/kherge-abandoned/php-version/zipball/d39d9642b92a04d8b8a28b871b797a35a2545e85",
|
||
|
"reference": "d39d9642b92a04d8b8a28b871b797a35a2545e85",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.3"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"herrera-io/phpunit-test-case": "1.*",
|
||
|
"phpunit/phpunit": "3.7.*"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.1.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"Herrera\\Version": "src/lib"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Kevin Herrera",
|
||
|
"email": "kevin@herrera.io",
|
||
|
"homepage": "http://kevin.herrera.io"
|
||
|
}
|
||
|
],
|
||
|
"description": "A library for creating, editing, and comparing semantic versioning numbers.",
|
||
|
"homepage": "http://github.com/herrera-io/php-version",
|
||
|
"keywords": [
|
||
|
"semantic",
|
||
|
"version"
|
||
|
],
|
||
|
"time": "2014-05-27 05:29:25"
|
||
|
},
|
||
|
{
|
||
|
"name": "hoa/compiler",
|
||
|
"version": "2.15.08.25",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/hoaproject/Compiler.git",
|
||
|
"reference": "f72e659616041dcfe22dcab1b5fd84795883e7b6"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/hoaproject/Compiler/zipball/f72e659616041dcfe22dcab1b5fd84795883e7b6",
|
||
|
"reference": "f72e659616041dcfe22dcab1b5fd84795883e7b6",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"hoa/core": "~2.0",
|
||
|
"hoa/file": "~0.0",
|
||
|
"hoa/iterator": "~1.0",
|
||
|
"hoa/math": "~0.0",
|
||
|
"hoa/regex": "~0.0",
|
||
|
"hoa/visitor": "~1.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"hoa/json": "~1.0",
|
||
|
"hoa/test": "~1.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Hoa\\Compiler\\": "."
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Ivan Enderlin",
|
||
|
"email": "ivan.enderlin@hoa-project.net"
|
||
|
},
|
||
|
{
|
||
|
"name": "Hoa community",
|
||
|
"homepage": "http://hoa-project.net/"
|
||
|
}
|
||
|
],
|
||
|
"description": "The Hoa\\Compiler library.",
|
||
|
"homepage": "http://hoa-project.net/",
|
||
|
"keywords": [
|
||
|
"algebraic",
|
||
|
"ast",
|
||
|
"compiler",
|
||
|
"context-free",
|
||
|
"coverage",
|
||
|
"exhaustive",
|
||
|
"grammar",
|
||
|
"isotropic",
|
||
|
"language",
|
||
|
"lexer",
|
||
|
"library",
|
||
|
"ll1",
|
||
|
"llk",
|
||
|
"parser",
|
||
|
"pp",
|
||
|
"random",
|
||
|
"regular",
|
||
|
"rule",
|
||
|
"sampler",
|
||
|
"syntax",
|
||
|
"token",
|
||
|
"trace",
|
||
|
"uniform"
|
||
|
],
|
||
|
"time": "2015-08-25 06:04:36"
|
||
|
},
|
||
|
{
|
||
|
"name": "hoa/core",
|
||
|
"version": "2.15.09.03",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/hoaproject/Core.git",
|
||
|
"reference": "305a881847478d635f3cf565fd5e8ef382c21a70"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/hoaproject/Core/zipball/305a881847478d635f3cf565fd5e8ef382c21a70",
|
||
|
"reference": "305a881847478d635f3cf565fd5e8ef382c21a70",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-spl": "*",
|
||
|
"php": ">=5.4.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"hoa/test": "~1.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-mbstring": "ext/mbstring must be present (or a third implementation).",
|
||
|
"hoa/cli": "To use the `hoa` script."
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Hoa\\Core\\": "."
|
||
|
},
|
||
|
"files": [
|
||
|
"Core.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Ivan Enderlin",
|
||
|
"email": "ivan.enderlin@hoa-project.net"
|
||
|
},
|
||
|
{
|
||
|
"name": "Hoa community",
|
||
|
"homepage": "http://hoa-project.net/"
|
||
|
}
|
||
|
],
|
||
|
"description": "The Hoa\\Core library.",
|
||
|
"homepage": "http://hoa-project.net/",
|
||
|
"keywords": [
|
||
|
"consistency",
|
||
|
"core",
|
||
|
"data",
|
||
|
"event",
|
||
|
"library",
|
||
|
"listener",
|
||
|
"parameter",
|
||
|
"protocol"
|
||
|
],
|
||
|
"time": "2015-09-03 08:28:53"
|
||
|
},
|
||
|
{
|
||
|
"name": "hoa/file",
|
||
|
"version": "0.15.05.27",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/hoaproject/File.git",
|
||
|
"reference": "bd82aff5e81f16971c5fc99301a5c5717b1fd4da"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/hoaproject/File/zipball/bd82aff5e81f16971c5fc99301a5c5717b1fd4da",
|
||
|
"reference": "bd82aff5e81f16971c5fc99301a5c5717b1fd4da",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"hoa/core": "~2.0",
|
||
|
"hoa/iterator": "~1.0",
|
||
|
"hoa/stream": "~0.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"hoa/test": "~1.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Hoa\\File\\": "."
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Ivan Enderlin",
|
||
|
"email": "ivan.enderlin@hoa-project.net"
|
||
|
},
|
||
|
{
|
||
|
"name": "Hoa community",
|
||
|
"homepage": "http://hoa-project.net/"
|
||
|
}
|
||
|
],
|
||
|
"description": "The Hoa\\File library.",
|
||
|
"homepage": "http://hoa-project.net/",
|
||
|
"keywords": [
|
||
|
"Socket",
|
||
|
"directory",
|
||
|
"file",
|
||
|
"finder",
|
||
|
"library",
|
||
|
"link",
|
||
|
"temporary"
|
||
|
],
|
||
|
"time": "2015-05-27 09:18:31"
|
||
|
},
|
||
|
{
|
||
|
"name": "hoa/iterator",
|
||
|
"version": "1.15.09.08",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/hoaproject/Iterator.git",
|
||
|
"reference": "05ef8a289e6ff65c6ab071b4fb49ad725d9154b4"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/hoaproject/Iterator/zipball/05ef8a289e6ff65c6ab071b4fb49ad725d9154b4",
|
||
|
"reference": "05ef8a289e6ff65c6ab071b4fb49ad725d9154b4",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"hoa/core": "~2.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"hoa/test": "~1.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Hoa\\Iterator\\": "."
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Ivan Enderlin",
|
||
|
"email": "ivan.enderlin@hoa-project.net"
|
||
|
},
|
||
|
{
|
||
|
"name": "Hoa community",
|
||
|
"homepage": "http://hoa-project.net/"
|
||
|
}
|
||
|
],
|
||
|
"description": "The Hoa\\Iterator library.",
|
||
|
"homepage": "http://hoa-project.net/",
|
||
|
"keywords": [
|
||
|
"iterator",
|
||
|
"library"
|
||
|
],
|
||
|
"time": "2015-09-08 13:31:09"
|
||
|
},
|
||
|
{
|
||
|
"name": "hoa/math",
|
||
|
"version": "0.15.08.25",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/hoaproject/Math.git",
|
||
|
"reference": "934e10201999572872375df56bc91d5b5191b1e0"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/hoaproject/Math/zipball/934e10201999572872375df56bc91d5b5191b1e0",
|
||
|
"reference": "934e10201999572872375df56bc91d5b5191b1e0",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"hoa/compiler": "~2.0",
|
||
|
"hoa/core": "~2.0",
|
||
|
"hoa/iterator": "~1.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"hoa/test": "~1.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Hoa\\Math\\": "."
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Ivan Enderlin",
|
||
|
"email": "ivan.enderlin@hoa-project.net"
|
||
|
},
|
||
|
{
|
||
|
"name": "Hoa community",
|
||
|
"homepage": "http://hoa-project.net/"
|
||
|
}
|
||
|
],
|
||
|
"description": "The Hoa\\Math library.",
|
||
|
"homepage": "http://hoa-project.net/",
|
||
|
"keywords": [
|
||
|
"arrangement",
|
||
|
"combination",
|
||
|
"combinatorics",
|
||
|
"counting",
|
||
|
"library",
|
||
|
"math",
|
||
|
"permutation",
|
||
|
"sampler",
|
||
|
"set"
|
||
|
],
|
||
|
"time": "2015-08-25 05:55:04"
|
||
|
},
|
||
|
{
|
||
|
"name": "hoa/regex",
|
||
|
"version": "0.15.08.13",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/hoaproject/Regex.git",
|
||
|
"reference": "2ef8a77ef3885ca202fcd9c31a8e54c44cd04232"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/hoaproject/Regex/zipball/2ef8a77ef3885ca202fcd9c31a8e54c44cd04232",
|
||
|
"reference": "2ef8a77ef3885ca202fcd9c31a8e54c44cd04232",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"hoa/core": "~2.0",
|
||
|
"hoa/math": "~0.0",
|
||
|
"hoa/ustring": "~3.0",
|
||
|
"hoa/visitor": "~1.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Hoa\\Regex\\": "."
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Ivan Enderlin",
|
||
|
"email": "ivan.enderlin@hoa-project.net"
|
||
|
},
|
||
|
{
|
||
|
"name": "Hoa community",
|
||
|
"homepage": "http://hoa-project.net/"
|
||
|
}
|
||
|
],
|
||
|
"description": "The Hoa\\Regex library.",
|
||
|
"homepage": "http://hoa-project.net/",
|
||
|
"keywords": [
|
||
|
"compiler",
|
||
|
"library",
|
||
|
"regex"
|
||
|
],
|
||
|
"time": "2015-08-13 06:48:47"
|
||
|
},
|
||
|
{
|
||
|
"name": "hoa/ruler",
|
||
|
"version": "1.15.09.22",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/hoaproject/Ruler.git",
|
||
|
"reference": "7e82ede5ebbe6eaf0f2241c0310fda37b8e5c351"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/hoaproject/Ruler/zipball/7e82ede5ebbe6eaf0f2241c0310fda37b8e5c351",
|
||
|
"reference": "7e82ede5ebbe6eaf0f2241c0310fda37b8e5c351",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"hoa/compiler": "~2.0",
|
||
|
"hoa/core": "~2.0",
|
||
|
"hoa/file": "~0.0",
|
||
|
"hoa/visitor": "~1.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"hoa/test": "~1.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Hoa\\Ruler\\": "."
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Ivan Enderlin",
|
||
|
"email": "ivan.enderlin@hoa-project.net"
|
||
|
},
|
||
|
{
|
||
|
"name": "Hoa community",
|
||
|
"homepage": "http://hoa-project.net/"
|
||
|
}
|
||
|
],
|
||
|
"description": "The Hoa\\Ruler library.",
|
||
|
"homepage": "http://hoa-project.net/",
|
||
|
"keywords": [
|
||
|
"library",
|
||
|
"ruler"
|
||
|
],
|
||
|
"time": "2015-09-22 16:29:58"
|
||
|
},
|
||
|
{
|
||
|
"name": "hoa/stream",
|
||
|
"version": "0.15.08.28",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/hoaproject/Stream.git",
|
||
|
"reference": "cbd0f4749e447f4d31001e7c898f5e794c5861cb"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/hoaproject/Stream/zipball/cbd0f4749e447f4d31001e7c898f5e794c5861cb",
|
||
|
"reference": "cbd0f4749e447f4d31001e7c898f5e794c5861cb",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"hoa/core": "~2.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Hoa\\Stream\\": "."
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Ivan Enderlin",
|
||
|
"email": "ivan.enderlin@hoa-project.net"
|
||
|
},
|
||
|
{
|
||
|
"name": "Hoa community",
|
||
|
"homepage": "http://hoa-project.net/"
|
||
|
}
|
||
|
],
|
||
|
"description": "The Hoa\\Stream library.",
|
||
|
"homepage": "http://hoa-project.net/",
|
||
|
"keywords": [
|
||
|
"Context",
|
||
|
"bucket",
|
||
|
"composite",
|
||
|
"filter",
|
||
|
"in",
|
||
|
"library",
|
||
|
"out",
|
||
|
"protocol",
|
||
|
"stream",
|
||
|
"wrapper"
|
||
|
],
|
||
|
"time": "2015-08-28 07:31:43"
|
||
|
},
|
||
|
{
|
||
|
"name": "hoa/ustring",
|
||
|
"version": "3.15.08.03",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/hoaproject/Ustring.git",
|
||
|
"reference": "261d5bfc53df8e895793d330f0fb96929fca355d"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/hoaproject/Ustring/zipball/261d5bfc53df8e895793d330f0fb96929fca355d",
|
||
|
"reference": "261d5bfc53df8e895793d330f0fb96929fca355d",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"hoa/core": "~2.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"hoa/test": "~1.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
|
||
|
"ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "3.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Hoa\\Ustring\\": "."
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Ivan Enderlin",
|
||
|
"email": "ivan.enderlin@hoa-project.net"
|
||
|
},
|
||
|
{
|
||
|
"name": "Hoa community",
|
||
|
"homepage": "http://hoa-project.net/"
|
||
|
}
|
||
|
],
|
||
|
"description": "The Hoa\\Ustring library.",
|
||
|
"homepage": "http://hoa-project.net/",
|
||
|
"keywords": [
|
||
|
"library",
|
||
|
"search",
|
||
|
"string",
|
||
|
"unicode"
|
||
|
],
|
||
|
"time": "2015-08-03 07:49:50"
|
||
|
},
|
||
|
{
|
||
|
"name": "hoa/visitor",
|
||
|
"version": "1.15.08.17",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/hoaproject/Visitor.git",
|
||
|
"reference": "e30bfff741f71979f6476a41548e34afe8053c67"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/hoaproject/Visitor/zipball/e30bfff741f71979f6476a41548e34afe8053c67",
|
||
|
"reference": "e30bfff741f71979f6476a41548e34afe8053c67",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"hoa/core": "~2.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"hoa/test": "~1.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Hoa\\Visitor\\": "."
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Ivan Enderlin",
|
||
|
"email": "ivan.enderlin@hoa-project.net"
|
||
|
},
|
||
|
{
|
||
|
"name": "Hoa community",
|
||
|
"homepage": "http://hoa-project.net/"
|
||
|
}
|
||
|
],
|
||
|
"description": "The Hoa\\Visitor library.",
|
||
|
"homepage": "http://hoa-project.net/",
|
||
|
"keywords": [
|
||
|
"library",
|
||
|
"structure",
|
||
|
"visit",
|
||
|
"visitor"
|
||
|
],
|
||
|
"time": "2015-08-17 06:30:58"
|
||
|
},
|
||
|
{
|
||
|
"name": "justinrainbow/json-schema",
|
||
|
"version": "1.5.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/justinrainbow/json-schema.git",
|
||
|
"reference": "a4bee9f4b344b66e0a0d96c7afae1e92edf385fe"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/a4bee9f4b344b66e0a0d96c7afae1e92edf385fe",
|
||
|
"reference": "a4bee9f4b344b66e0a0d96c7afae1e92edf385fe",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.2"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"json-schema/json-schema-test-suite": "1.1.0",
|
||
|
"phpdocumentor/phpdocumentor": "~2",
|
||
|
"phpunit/phpunit": "~3.7"
|
||
|
},
|
||
|
"bin": [
|
||
|
"bin/validate-json"
|
||
|
],
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.4.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"JsonSchema\\": "src/JsonSchema/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Bruno Prieto Reis",
|
||
|
"email": "bruno.p.reis@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Justin Rainbow",
|
||
|
"email": "justin.rainbow@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Igor Wiedler",
|
||
|
"email": "igor@wiedler.ch"
|
||
|
},
|
||
|
{
|
||
|
"name": "Robert Schönthal",
|
||
|
"email": "seroscho@googlemail.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "A library to validate a json schema.",
|
||
|
"homepage": "https://github.com/justinrainbow/json-schema",
|
||
|
"keywords": [
|
||
|
"json",
|
||
|
"schema"
|
||
|
],
|
||
|
"time": "2015-09-08 22:28:04"
|
||
|
},
|
||
|
{
|
||
|
"name": "kdyby/events",
|
||
|
"version": "v2.4.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/Kdyby/Events.git",
|
||
|
"reference": "8049e0fc7abb48178b4a2a9af230eceebe1a83bc"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/Kdyby/Events/zipball/8049e0fc7abb48178b4a2a9af230eceebe1a83bc",
|
||
|
"reference": "8049e0fc7abb48178b4a2a9af230eceebe1a83bc",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"nette/di": "~2.3@dev",
|
||
|
"nette/utils": "~2.3@dev"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"jakub-onderka/php-parallel-lint": "~0.7",
|
||
|
"latte/latte": "~2.3@dev",
|
||
|
"nette/application": "~2.3@dev",
|
||
|
"nette/bootstrap": "~2.3@dev",
|
||
|
"nette/caching": "~2.3@dev",
|
||
|
"nette/component-model": "~2.2@dev",
|
||
|
"nette/database": "~2.3@dev",
|
||
|
"nette/deprecated": "~2.3@dev",
|
||
|
"nette/di": "~2.3@dev",
|
||
|
"nette/finder": "~2.3@dev",
|
||
|
"nette/forms": "~2.3@dev",
|
||
|
"nette/http": "~2.3@dev",
|
||
|
"nette/mail": "~2.3@dev",
|
||
|
"nette/neon": "~2.3@dev",
|
||
|
"nette/nette": "~2.3@dev",
|
||
|
"nette/php-generator": "~2.3@dev",
|
||
|
"nette/reflection": "~2.3@dev",
|
||
|
"nette/robot-loader": "~2.3@dev",
|
||
|
"nette/safe-stream": "~2.3@dev",
|
||
|
"nette/security": "~2.3@dev",
|
||
|
"nette/tester": "~1.4@rc",
|
||
|
"nette/tokenizer": "~2.2@dev",
|
||
|
"nette/utils": "~2.3@dev",
|
||
|
"symfony/event-dispatcher": "~2.5",
|
||
|
"tracy/tracy": "~2.3@dev"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.4-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"Kdyby\\Events\\": "src/"
|
||
|
},
|
||
|
"classmap": [
|
||
|
"src/Kdyby/Events/exceptions.php"
|
||
|
],
|
||
|
"files": [
|
||
|
"src/Doctrine/compatibility.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause",
|
||
|
"GPL-2.0",
|
||
|
"GPL-3.0"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Filip Procházka",
|
||
|
"email": "filip@prochazka.su",
|
||
|
"homepage": "http://filip-prochazka.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "Events for Nette Framework",
|
||
|
"homepage": "http://kdyby.org",
|
||
|
"keywords": [
|
||
|
"kdyby",
|
||
|
"nette"
|
||
|
],
|
||
|
"time": "2015-04-04 16:29:31"
|
||
|
},
|
||
|
{
|
||
|
"name": "kukulich/fshl",
|
||
|
"version": "2.1.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/kukulich/fshl.git",
|
||
|
"reference": "974c294ade5d76c0c16b6fe3fd3a584ba999b24f"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/kukulich/fshl/zipball/974c294ade5d76c0c16b6fe3fd3a584ba999b24f",
|
||
|
"reference": "974c294ade5d76c0c16b6fe3fd3a584ba999b24f",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"FSHL": "./"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"GPL-2.0+"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Jaroslav Hanslík",
|
||
|
"homepage": "https://github.com/kukulich"
|
||
|
}
|
||
|
],
|
||
|
"description": "FSHL is a free, open source, universal, fast syntax highlighter written in PHP.",
|
||
|
"homepage": "http://fshl.kukulich.cz/",
|
||
|
"keywords": [
|
||
|
"highlight",
|
||
|
"library",
|
||
|
"syntax"
|
||
|
],
|
||
|
"time": "2012-09-08 19:00:07"
|
||
|
},
|
||
|
{
|
||
|
"name": "latte/latte",
|
||
|
"version": "v2.3.4",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/nette/latte.git",
|
||
|
"reference": "5e891af999776d2204a9d06ad66ad8fa0bcd4f8b"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/nette/latte/zipball/5e891af999776d2204a9d06ad66ad8fa0bcd4f8b",
|
||
|
"reference": "5e891af999776d2204a9d06ad66ad8fa0bcd4f8b",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-tokenizer": "*",
|
||
|
"php": ">=5.3.1"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"nette/tester": "~1.3"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-fileinfo": "to use filter |datastream",
|
||
|
"ext-mbstring": "to use filters like lower, upper, capitalize, ..."
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"classmap": [
|
||
|
"src/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause",
|
||
|
"GPL-2.0",
|
||
|
"GPL-3.0"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "David Grudl",
|
||
|
"homepage": "http://davidgrudl.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Nette Community",
|
||
|
"homepage": "http://nette.org/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Latte: the amazing template engine for PHP",
|
||
|
"homepage": "http://latte.nette.org",
|
||
|
"keywords": [
|
||
|
"templating",
|
||
|
"twig"
|
||
|
],
|
||
|
"time": "2015-08-23 12:36:55"
|
||
|
},
|
||
|
{
|
||
|
"name": "michelf/php-markdown",
|
||
|
"version": "1.5.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/michelf/php-markdown.git",
|
||
|
"reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/michelf/php-markdown/zipball/e1aabe18173231ebcefc90e615565742fc1c7fd9",
|
||
|
"reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-lib": "1.4.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"Michelf": ""
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "John Gruber",
|
||
|
"homepage": "http://daringfireball.net/"
|
||
|
},
|
||
|
{
|
||
|
"name": "Michel Fortin",
|
||
|
"email": "michel.fortin@michelf.ca",
|
||
|
"homepage": "https://michelf.ca/",
|
||
|
"role": "Developer"
|
||
|
}
|
||
|
],
|
||
|
"description": "PHP Markdown",
|
||
|
"homepage": "https://michelf.ca/projects/php-markdown/",
|
||
|
"keywords": [
|
||
|
"markdown"
|
||
|
],
|
||
|
"time": "2015-03-01 12:03:08"
|
||
|
},
|
||
|
{
|
||
|
"name": "nette/application",
|
||
|
"version": "v2.3.5",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/nette/application.git",
|
||
|
"reference": "9147d3d38f48f908cfe6023069cf79b6e1fbdf4a"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/nette/application/zipball/9147d3d38f48f908cfe6023069cf79b6e1fbdf4a",
|
||
|
"reference": "9147d3d38f48f908cfe6023069cf79b6e1fbdf4a",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"nette/component-model": "~2.2",
|
||
|
"nette/http": "~2.2",
|
||
|
"nette/reflection": "~2.2",
|
||
|
"nette/security": "~2.2",
|
||
|
"nette/utils": "~2.2",
|
||
|
"php": ">=5.3.1"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"nette/nette": "<2.2"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"latte/latte": "~2.3.0",
|
||
|
"nette/di": "~2.3",
|
||
|
"nette/forms": "~2.2",
|
||
|
"nette/robot-loader": "~2.2",
|
||
|
"nette/tester": "~1.3"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"latte/latte": "Allows using Latte in templates",
|
||
|
"nette/forms": "Allows to use Nette\\Application\\UI\\Form"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"classmap": [
|
||
|
"src/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause",
|
||
|
"GPL-2.0",
|
||
|
"GPL-3.0"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "David Grudl",
|
||
|
"homepage": "http://davidgrudl.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Nette Community",
|
||
|
"homepage": "http://nette.org/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Nette Application MVC Component",
|
||
|
"homepage": "http://nette.org",
|
||
|
"time": "2015-08-23 11:31:23"
|
||
|
},
|
||
|
{
|
||
|
"name": "nette/bootstrap",
|
||
|
"version": "v2.3.3",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/nette/bootstrap.git",
|
||
|
"reference": "8e2db45c39a1fa24f88e94c7b2a62ad09e9a306e"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/nette/bootstrap/zipball/8e2db45c39a1fa24f88e94c7b2a62ad09e9a306e",
|
||
|
"reference": "8e2db45c39a1fa24f88e94c7b2a62ad09e9a306e",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"nette/di": "~2.3",
|
||
|
"nette/utils": "~2.2",
|
||
|
"php": ">=5.3.1"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"nette/nette": "<2.2"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"latte/latte": "~2.2",
|
||
|
"nette/application": "~2.3",
|
||
|
"nette/caching": "~2.3",
|
||
|
"nette/database": "~2.3",
|
||
|
"nette/forms": "~2.3",
|
||
|
"nette/http": "~2.3",
|
||
|
"nette/mail": "~2.3",
|
||
|
"nette/robot-loader": "~2.2",
|
||
|
"nette/safe-stream": "~2.2",
|
||
|
"nette/security": "~2.3",
|
||
|
"nette/tester": "~1.3",
|
||
|
"tracy/tracy": "~2.3"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"nette/robot-loader": "to use Configurator::createRobotLoader()",
|
||
|
"tracy/tracy": "to use Configurator::enableDebugger()"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"classmap": [
|
||
|
"src/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause",
|
||
|
"GPL-2.0",
|
||
|
"GPL-3.0"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "David Grudl",
|
||
|
"homepage": "http://davidgrudl.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Nette Community",
|
||
|
"homepage": "http://nette.org/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Nette Bootstrap",
|
||
|
"homepage": "http://nette.org",
|
||
|
"time": "2015-07-11 21:07:11"
|
||
|
},
|
||
|
{
|
||
|
"name": "nette/caching",
|
||
|
"version": "v2.4.2",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/nette/caching.git",
|
||
|
"reference": "ce04a24e03230a3ad163540aab46635c220163ed"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/nette/caching/zipball/ce04a24e03230a3ad163540aab46635c220163ed",
|
||
|
"reference": "ce04a24e03230a3ad163540aab46635c220163ed",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"nette/finder": "~2.2",
|
||
|
"nette/utils": "~2.2",
|
||
|
"php": ">=5.4.4"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"nette/nette": "<2.2"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"latte/latte": "~2.4",
|
||
|
"nette/di": "~2.3",
|
||
|
"nette/tester": "~1.4"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.4-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"classmap": [
|
||
|
"src/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause",
|
||
|
"GPL-2.0",
|
||
|
"GPL-3.0"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "David Grudl",
|
||
|
"homepage": "http://davidgrudl.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Nette Community",
|
||
|
"homepage": "http://nette.org/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Nette Caching Component",
|
||
|
"homepage": "http://nette.org",
|
||
|
"time": "2015-09-07 11:57:44"
|
||
|
},
|
||
|
{
|
||
|
"name": "nette/component-model",
|
||
|
"version": "v2.2.3",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/nette/component-model.git",
|
||
|
"reference": "fe13e630a307ef4585b3573eae0a161dc1c3d428"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/nette/component-model/zipball/fe13e630a307ef4585b3573eae0a161dc1c3d428",
|
||
|
"reference": "fe13e630a307ef4585b3573eae0a161dc1c3d428",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"nette/utils": "~2.2",
|
||
|
"php": ">=5.3.1"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"nette/nette": "<2.2"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"nette/tester": "~1.3"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"classmap": [
|
||
|
"src/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause",
|
||
|
"GPL-2.0",
|
||
|
"GPL-3.0"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "David Grudl",
|
||
|
"homepage": "http://davidgrudl.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Nette Community",
|
||
|
"homepage": "http://nette.org/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Nette Component Model",
|
||
|
"homepage": "http://nette.org",
|
||
|
"time": "2015-07-11 21:11:20"
|
||
|
},
|
||
|
{
|
||
|
"name": "nette/di",
|
||
|
"version": "v2.3.6",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/nette/di.git",
|
||
|
"reference": "efa1d13f016b58b4a9200802c9c5b14d10d72e85"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/nette/di/zipball/efa1d13f016b58b4a9200802c9c5b14d10d72e85",
|
||
|
"reference": "efa1d13f016b58b4a9200802c9c5b14d10d72e85",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"nette/neon": "^2.3.3",
|
||
|
"nette/php-generator": "^2.3.3",
|
||
|
"nette/utils": "~2.3",
|
||
|
"php": ">=5.3.1"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"nette/nette": "<2.2"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"nette/tester": "~1.3"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"classmap": [
|
||
|
"src/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause",
|
||
|
"GPL-2.0",
|
||
|
"GPL-3.0"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "David Grudl",
|
||
|
"homepage": "http://davidgrudl.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Nette Community",
|
||
|
"homepage": "http://nette.org/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Nette Dependency Injection Component",
|
||
|
"homepage": "http://nette.org",
|
||
|
"time": "2015-09-14 18:18:24"
|
||
|
},
|
||
|
{
|
||
|
"name": "nette/finder",
|
||
|
"version": "v2.3.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/nette/finder.git",
|
||
|
"reference": "38f803a03f4cddf352e28af70294c71f7026e516"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/nette/finder/zipball/38f803a03f4cddf352e28af70294c71f7026e516",
|
||
|
"reference": "38f803a03f4cddf352e28af70294c71f7026e516",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"nette/utils": "~2.2",
|
||
|
"php": ">=5.3.1"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"nette/nette": "<2.2"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"nette/tester": "~1.4"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"classmap": [
|
||
|
"src/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause",
|
||
|
"GPL-2.0",
|
||
|
"GPL-3.0"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "David Grudl",
|
||
|
"homepage": "http://davidgrudl.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Nette Community",
|
||
|
"homepage": "http://nette.org/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Nette Finder: Files Searching",
|
||
|
"homepage": "http://nette.org",
|
||
|
"time": "2015-07-11 21:13:50"
|
||
|
},
|
||
|
{
|
||
|
"name": "nette/http",
|
||
|
"version": "v2.3.3",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/nette/http.git",
|
||
|
"reference": "ff2e4608391bca2444df9af6eaf8666ac853eb02"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/nette/http/zipball/ff2e4608391bca2444df9af6eaf8666ac853eb02",
|
||
|
"reference": "ff2e4608391bca2444df9af6eaf8666ac853eb02",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"nette/utils": "~2.2, >=2.2.2",
|
||
|
"php": ">=5.3.1"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"nette/nette": "<2.2"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"nette/di": "~2.3",
|
||
|
"nette/tester": "~1.4"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-fileinfo": "to detect type of uploaded files"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"classmap": [
|
||
|
"src/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause",
|
||
|
"GPL-2.0",
|
||
|
"GPL-3.0"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "David Grudl",
|
||
|
"homepage": "http://davidgrudl.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Nette Community",
|
||
|
"homepage": "http://nette.org/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Nette HTTP Component",
|
||
|
"homepage": "http://nette.org",
|
||
|
"time": "2015-07-19 16:17:50"
|
||
|
},
|
||
|
{
|
||
|
"name": "nette/mail",
|
||
|
"version": "v2.3.2",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/nette/mail.git",
|
||
|
"reference": "2c6c64787edf8131ec5e1b514ecc4a80a6477f80"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/nette/mail/zipball/2c6c64787edf8131ec5e1b514ecc4a80a6477f80",
|
||
|
"reference": "2c6c64787edf8131ec5e1b514ecc4a80a6477f80",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-iconv": "*",
|
||
|
"nette/utils": "~2.2",
|
||
|
"php": ">=5.3.1"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"nette/nette": "<2.2"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"nette/di": "~2.3",
|
||
|
"nette/tester": "~1.3"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-fileinfo": "to detect type of attached files"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"classmap": [
|
||
|
"src/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause",
|
||
|
"GPL-2.0",
|
||
|
"GPL-3.0"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "David Grudl",
|
||
|
"homepage": "http://davidgrudl.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Nette Community",
|
||
|
"homepage": "http://nette.org/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Nette Mail: Sending E-mails",
|
||
|
"homepage": "http://nette.org",
|
||
|
"time": "2015-07-03 13:31:38"
|
||
|
},
|
||
|
{
|
||
|
"name": "nette/neon",
|
||
|
"version": "v2.3.3",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/nette/neon.git",
|
||
|
"reference": "12bbb0e85ba8521dd291f4df0fe20a1b79aae32c"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/nette/neon/zipball/12bbb0e85ba8521dd291f4df0fe20a1b79aae32c",
|
||
|
"reference": "12bbb0e85ba8521dd291f4df0fe20a1b79aae32c",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-iconv": "*",
|
||
|
"php": ">=5.3.1"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"nette/tester": "~1.4"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"classmap": [
|
||
|
"src/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause",
|
||
|
"GPL-2.0",
|
||
|
"GPL-3.0"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "David Grudl",
|
||
|
"homepage": "http://davidgrudl.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Nette Community",
|
||
|
"homepage": "http://nette.org/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Nette NEON: parser & generator for Nette Object Notation",
|
||
|
"homepage": "http://ne-on.org",
|
||
|
"time": "2015-08-22 15:23:30"
|
||
|
},
|
||
|
{
|
||
|
"name": "nette/php-generator",
|
||
|
"version": "v2.3.3",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/nette/php-generator.git",
|
||
|
"reference": "eef9df86ca6fa9ad5366b4c9862062ba272942bb"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/nette/php-generator/zipball/eef9df86ca6fa9ad5366b4c9862062ba272942bb",
|
||
|
"reference": "eef9df86ca6fa9ad5366b4c9862062ba272942bb",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"nette/utils": "~2.2",
|
||
|
"php": ">=5.3.1"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"nette/nette": "<2.2"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"nette/tester": "~1.4"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"classmap": [
|
||
|
"src/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause",
|
||
|
"GPL-2.0",
|
||
|
"GPL-3.0"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "David Grudl",
|
||
|
"homepage": "http://davidgrudl.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Nette Community",
|
||
|
"homepage": "http://nette.org/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Nette PHP Generator",
|
||
|
"homepage": "http://nette.org",
|
||
|
"time": "2015-09-07 10:58:35"
|
||
|
},
|
||
|
{
|
||
|
"name": "nette/reflection",
|
||
|
"version": "v2.3.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/nette/reflection.git",
|
||
|
"reference": "9c2ed2a29f1f58125a0f19ffc987812d6b17d3e6"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/nette/reflection/zipball/9c2ed2a29f1f58125a0f19ffc987812d6b17d3e6",
|
||
|
"reference": "9c2ed2a29f1f58125a0f19ffc987812d6b17d3e6",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-tokenizer": "*",
|
||
|
"nette/caching": "~2.2",
|
||
|
"nette/utils": "~2.2",
|
||
|
"php": ">=5.3.1"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"nette/nette": "<2.2"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"nette/di": "~2.3",
|
||
|
"nette/tester": "~1.4"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"classmap": [
|
||
|
"src/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause",
|
||
|
"GPL-2.0",
|
||
|
"GPL-3.0"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "David Grudl",
|
||
|
"homepage": "http://davidgrudl.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Nette Community",
|
||
|
"homepage": "http://nette.org/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Nette PHP Reflection Component",
|
||
|
"homepage": "http://nette.org",
|
||
|
"time": "2015-07-11 21:34:53"
|
||
|
},
|
||
|
{
|
||
|
"name": "nette/robot-loader",
|
||
|
"version": "v2.3.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/nette/robot-loader.git",
|
||
|
"reference": "69331d359bbc9e5f911c12b82187cac914d983fb"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/nette/robot-loader/zipball/69331d359bbc9e5f911c12b82187cac914d983fb",
|
||
|
"reference": "69331d359bbc9e5f911c12b82187cac914d983fb",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"nette/caching": "~2.2",
|
||
|
"nette/finder": "~2.3",
|
||
|
"nette/utils": "~2.2",
|
||
|
"php": ">=5.3.1"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"nette/nette": "<2.2"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"nette/tester": "~1.4"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"classmap": [
|
||
|
"src/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause",
|
||
|
"GPL-2.0",
|
||
|
"GPL-3.0"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "David Grudl",
|
||
|
"homepage": "http://davidgrudl.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Nette Community",
|
||
|
"homepage": "http://nette.org/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Nette RobotLoader: comfortable autoloading",
|
||
|
"homepage": "http://nette.org",
|
||
|
"time": "2015-07-11 21:20:57"
|
||
|
},
|
||
|
{
|
||
|
"name": "nette/safe-stream",
|
||
|
"version": "v2.3.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/nette/safe-stream.git",
|
||
|
"reference": "bf30db367b51a0932c44dcb9a378927644d48b2e"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/nette/safe-stream/zipball/bf30db367b51a0932c44dcb9a378927644d48b2e",
|
||
|
"reference": "bf30db367b51a0932c44dcb9a378927644d48b2e",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.1"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"nette/nette": "<2.2"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"nette/tester": "~1.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.3-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"files": [
|
||
|
"src/loader.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause",
|
||
|
"GPL-2.0",
|
||
|
"GPL-3.0"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "David Grudl",
|
||
|
"homepage": "http://davidgrudl.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Nette Community",
|
||
|
"homepage": "http://nette.org/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Nette SafeStream: Atomic Operations",
|
||
|
"homepage": "http://nette.org",
|
||
|
"time": "2015-07-11 20:59:15"
|
||
|
},
|
||
|
{
|
||
|
"name": "nette/security",
|
||
|
"version": "v2.3.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/nette/security.git",
|
||
|
"reference": "744264a42b506d63009d7e3853ed72b04c99e964"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/nette/security/zipball/744264a42b506d63009d7e3853ed72b04c99e964",
|
||
|
"reference": "744264a42b506d63009d7e3853ed72b04c99e964",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"nette/utils": "~2.2",
|
||
|
"php": ">=5.3.1"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"nette/nette": "<2.2"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"nette/di": "~2.3",
|
||
|
"nette/http": "~2.3",
|
||
|
"nette/tester": "~1.4"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"classmap": [
|
||
|
"src/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause",
|
||
|
"GPL-2.0",
|
||
|
"GPL-3.0"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "David Grudl",
|
||
|
"homepage": "http://davidgrudl.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Nette Community",
|
||
|
"homepage": "http://nette.org/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Nette Security: Access Control Component",
|
||
|
"homepage": "http://nette.org",
|
||
|
"time": "2015-07-11 21:22:53"
|
||
|
},
|
||
|
{
|
||
|
"name": "nette/utils",
|
||
|
"version": "v2.3.5",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/nette/utils.git",
|
||
|
"reference": "298e955ad903c212dc766aa3f9f8ca840b6936eb"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/nette/utils/zipball/298e955ad903c212dc766aa3f9f8ca840b6936eb",
|
||
|
"reference": "298e955ad903c212dc766aa3f9f8ca840b6936eb",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.1"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"nette/nette": "<2.2"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"nette/tester": "~1.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-gd": "to use Image",
|
||
|
"ext-iconv": "to use Strings::webalize() and toAscii()",
|
||
|
"ext-intl": "for script transliteration in Strings::webalize() and toAscii()",
|
||
|
"ext-mbstring": "to use Strings::lower() etc..."
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"classmap": [
|
||
|
"src/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause",
|
||
|
"GPL-2.0",
|
||
|
"GPL-3.0"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "David Grudl",
|
||
|
"homepage": "http://davidgrudl.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Nette Community",
|
||
|
"homepage": "http://nette.org/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Nette Utility Classes",
|
||
|
"homepage": "http://nette.org",
|
||
|
"time": "2015-09-09 00:59:33"
|
||
|
},
|
||
|
{
|
||
|
"name": "seld/jsonlint",
|
||
|
"version": "1.3.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/Seldaek/jsonlint.git",
|
||
|
"reference": "863ae85c6d3ef60ca49cb12bd051c4a0648c40c4"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/863ae85c6d3ef60ca49cb12bd051c4a0648c40c4",
|
||
|
"reference": "863ae85c6d3ef60ca49cb12bd051c4a0648c40c4",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.0"
|
||
|
},
|
||
|
"bin": [
|
||
|
"bin/jsonlint"
|
||
|
],
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Seld\\JsonLint\\": "src/Seld/JsonLint/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Jordi Boggiano",
|
||
|
"email": "j.boggiano@seld.be",
|
||
|
"homepage": "http://seld.be"
|
||
|
}
|
||
|
],
|
||
|
"description": "JSON Linter",
|
||
|
"keywords": [
|
||
|
"json",
|
||
|
"linter",
|
||
|
"parser",
|
||
|
"validator"
|
||
|
],
|
||
|
"time": "2015-01-04 21:18:15"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/config",
|
||
|
"version": "v2.7.5",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/config.git",
|
||
|
"reference": "9698fdf0a750d6887d5e7729d5cf099765b20e61"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/config/zipball/9698fdf0a750d6887d5e7729d5cf099765b20e61",
|
||
|
"reference": "9698fdf0a750d6887d5e7729d5cf099765b20e61",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.9",
|
||
|
"symfony/filesystem": "~2.3"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"symfony/phpunit-bridge": "~2.7"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.7-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Component\\Config\\": ""
|
||
|
}
|
||
|
},
|
||
|
"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 Config Component",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"time": "2015-09-21 15:02:29"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/console",
|
||
|
"version": "v2.7.5",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/console.git",
|
||
|
"reference": "06cb17c013a82f94a3d840682b49425cd00a2161"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/console/zipball/06cb17c013a82f94a3d840682b49425cd00a2161",
|
||
|
"reference": "06cb17c013a82f94a3d840682b49425cd00a2161",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.9"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"psr/log": "~1.0",
|
||
|
"symfony/event-dispatcher": "~2.1",
|
||
|
"symfony/phpunit-bridge": "~2.7",
|
||
|
"symfony/process": "~2.1"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"psr/log": "For using the console logger",
|
||
|
"symfony/event-dispatcher": "",
|
||
|
"symfony/process": ""
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.7-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Component\\Console\\": ""
|
||
|
}
|
||
|
},
|
||
|
"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": "2015-09-25 08:32:23"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/filesystem",
|
||
|
"version": "v2.7.5",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/filesystem.git",
|
||
|
"reference": "a17f8a17c20e8614c15b8e116e2f4bcde102cfab"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/a17f8a17c20e8614c15b8e116e2f4bcde102cfab",
|
||
|
"reference": "a17f8a17c20e8614c15b8e116e2f4bcde102cfab",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.9"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"symfony/phpunit-bridge": "~2.7"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.7-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Component\\Filesystem\\": ""
|
||
|
}
|
||
|
},
|
||
|
"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 Filesystem Component",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"time": "2015-09-09 17:42:36"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/options-resolver",
|
||
|
"version": "v2.6.11",
|
||
|
"target-dir": "Symfony/Component/OptionsResolver",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/options-resolver.git",
|
||
|
"reference": "31e56594cee489e9a235b852228b0598b52101c1"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/31e56594cee489e9a235b852228b0598b52101c1",
|
||
|
"reference": "31e56594cee489e9a235b852228b0598b52101c1",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.3"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"symfony/phpunit-bridge": "~2.7"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.6-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"Symfony\\Component\\OptionsResolver\\": ""
|
||
|
}
|
||
|
},
|
||
|
"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 OptionsResolver Component",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"config",
|
||
|
"configuration",
|
||
|
"options"
|
||
|
],
|
||
|
"time": "2015-05-13 11:33:56"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/yaml",
|
||
|
"version": "v2.7.5",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/yaml.git",
|
||
|
"reference": "31cb2ad0155c95b88ee55fe12bc7ff92232c1770"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/31cb2ad0155c95b88ee55fe12bc7ff92232c1770",
|
||
|
"reference": "31cb2ad0155c95b88ee55fe12bc7ff92232c1770",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.9"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"symfony/phpunit-bridge": "~2.7"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.7-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Component\\Yaml\\": ""
|
||
|
}
|
||
|
},
|
||
|
"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": "2015-09-14 14:14:09"
|
||
|
},
|
||
|
{
|
||
|
"name": "tracy/tracy",
|
||
|
"version": "v2.3.4",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/nette/tracy.git",
|
||
|
"reference": "692a33d530850ee563ad0ee1e1e9eb95a1dab1eb"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/nette/tracy/zipball/692a33d530850ee563ad0ee1e1e9eb95a1dab1eb",
|
||
|
"reference": "692a33d530850ee563ad0ee1e1e9eb95a1dab1eb",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.1"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"nette/di": "~2.3",
|
||
|
"nette/tester": "~1.3"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"classmap": [
|
||
|
"src"
|
||
|
],
|
||
|
"files": [
|
||
|
"src/shortcuts.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause",
|
||
|
"GPL-2.0",
|
||
|
"GPL-3.0"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "David Grudl",
|
||
|
"homepage": "http://davidgrudl.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Nette Community",
|
||
|
"homepage": "http://nette.org/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Tracy: useful PHP debugger",
|
||
|
"homepage": "http://tracy.nette.org",
|
||
|
"keywords": [
|
||
|
"debug",
|
||
|
"debugger",
|
||
|
"nette"
|
||
|
],
|
||
|
"time": "2015-08-23 12:34:11"
|
||
|
},
|
||
|
{
|
||
|
"name": "twig/twig",
|
||
|
"version": "v1.22.2",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/twigphp/Twig.git",
|
||
|
"reference": "79249fc8c9ff62e41e217e0c630e2e00bcadda6a"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/79249fc8c9ff62e41e217e0c630e2e00bcadda6a",
|
||
|
"reference": "79249fc8c9ff62e41e217e0c630e2e00bcadda6a",
|
||
|
"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.22-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": "2015-09-22 13:59:32"
|
||
|
}
|
||
|
],
|
||
|
"aliases": [],
|
||
|
"minimum-stability": "stable",
|
||
|
"stability-flags": [],
|
||
|
"prefer-stable": false,
|
||
|
"prefer-lowest": false,
|
||
|
"platform": [],
|
||
|
"platform-dev": []
|
||
|
}
|