mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-23 08:21:37 -04:00
2302 lines
78 KiB
JSON
2302 lines
78 KiB
JSON
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
"This file is @generated automatically"
|
|
],
|
|
"hash": "e23f76f2d1eb28ab3a837d7913b08f99",
|
|
"content-hash": "7150defd755c9ea0807f0e816276e161",
|
|
"packages": [
|
|
{
|
|
"name": "codeigniter/framework",
|
|
"version": "3.1.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/bcit-ci/CodeIgniter.git",
|
|
"reference": "873608df8be83420474e3cf9fc749a8ed12a6c09"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/bcit-ci/CodeIgniter/zipball/873608df8be83420474e3cf9fc749a8ed12a6c09",
|
|
"reference": "873608df8be83420474e3cf9fc749a8ed12a6c09",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2.4"
|
|
},
|
|
"require-dev": {
|
|
"mikey179/vfsstream": "1.1.*",
|
|
"phpunit/phpunit": "4.* || 5.*"
|
|
},
|
|
"suggest": {
|
|
"paragonie/random_compat": "Provides better randomness in PHP 5.x"
|
|
},
|
|
"type": "project",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "The CodeIgniter framework",
|
|
"homepage": "https://codeigniter.com",
|
|
"time": "2017-03-20 15:51:08"
|
|
},
|
|
{
|
|
"name": "dompdf/dompdf",
|
|
"version": "v0.7.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/dompdf/dompdf.git",
|
|
"reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/dompdf/dompdf/zipball/5c98652b1a5beb7e3cc8ec35419b2828dd63ab14",
|
|
"reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-gd": "*",
|
|
"ext-mbstring": "*",
|
|
"phenx/php-font-lib": "0.4.*",
|
|
"phenx/php-svg-lib": "0.1.*",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-develop": "0.7-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Dompdf\\": "src/"
|
|
},
|
|
"classmap": [
|
|
"lib/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Ménager",
|
|
"email": "fabien.menager@gmail.com"
|
|
},
|
|
{
|
|
"name": "Brian Sweeney",
|
|
"email": "eclecticgeek@gmail.com"
|
|
},
|
|
{
|
|
"name": "Gabriel Bull",
|
|
"email": "me@gabrielbull.com"
|
|
}
|
|
],
|
|
"description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
|
|
"homepage": "https://github.com/dompdf/dompdf",
|
|
"time": "2016-05-11 00:36:29"
|
|
},
|
|
{
|
|
"name": "ins0/google-measurement-php-client",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ins0/google-measurement-php-client.git",
|
|
"reference": "2b3aef2375837339f5b2bfe88e76994481f86264"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ins0/google-measurement-php-client/zipball/415cabca0c6d83cd0bd6a8ed6fb695b35f892018",
|
|
"reference": "2b3aef2375837339f5b2bfe88e76994481f86264",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"phpmd/phpmd": "~2.1",
|
|
"phpunit/phpunit": "4.0.*",
|
|
"squizlabs/php_codesniffer": "~2.0.0@RC"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Racecore\\GATracking": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Marco Rieger",
|
|
"email": "rieger@racecore.de"
|
|
}
|
|
],
|
|
"description": "Server-Side PHP Client to communicate to Google Analytics over the Google Measurement Protocol",
|
|
"homepage": "http://www.racecore.de/",
|
|
"keywords": [
|
|
"analytics",
|
|
"client",
|
|
"google",
|
|
"measurement"
|
|
],
|
|
"time": "2016-09-07 19:39:27"
|
|
},
|
|
{
|
|
"name": "phenx/php-font-lib",
|
|
"version": "0.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PhenX/php-font-lib.git",
|
|
"reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
|
|
"reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
|
|
"shasum": ""
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"FontLib\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Ménager",
|
|
"email": "fabien.menager@gmail.com"
|
|
}
|
|
],
|
|
"description": "A library to read, parse, export and make subsets of different types of font files.",
|
|
"homepage": "https://github.com/PhenX/php-font-lib",
|
|
"time": "2015-05-06 20:02:39"
|
|
},
|
|
{
|
|
"name": "phenx/php-svg-lib",
|
|
"version": "0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PhenX/php-svg-lib.git",
|
|
"reference": "b419766515b3426c6da74b0e29e93d71c4f17099"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/b419766515b3426c6da74b0e29e93d71c4f17099",
|
|
"reference": "b419766515b3426c6da74b0e29e93d71c4f17099",
|
|
"shasum": ""
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Svg\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Ménager",
|
|
"email": "fabien.menager@gmail.com"
|
|
}
|
|
],
|
|
"description": "A library to read, parse and export to PDF SVG files.",
|
|
"homepage": "https://github.com/PhenX/php-svg-lib",
|
|
"time": "2015-05-06 18:49:49"
|
|
}
|
|
],
|
|
"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.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ApiGen/ApiGen.git",
|
|
"reference": "3365433ea3433b0e5c8f763608f8e63cbedb2a3a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ApiGen/ApiGen/zipball/3365433ea3433b0e5c8f763608f8e63cbedb2a3a",
|
|
"reference": "3365433ea3433b0e5c8f763608f8e63cbedb2a3a",
|
|
"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.0,<2.3.5",
|
|
"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-11-29 20:11:30"
|
|
},
|
|
{
|
|
"name": "apigen/theme-bootstrap",
|
|
"version": "v1.1.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ApiGen/ThemeBootstrap.git",
|
|
"reference": "55a35b4a3a9a5fcaa6a8fc43fb304983cab98c6c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ApiGen/ThemeBootstrap/zipball/55a35b4a3a9a5fcaa6a8fc43fb304983cab98c6c",
|
|
"reference": "55a35b4a3a9a5fcaa6a8fc43fb304983cab98c6c",
|
|
"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-10-11 14:52:50"
|
|
},
|
|
{
|
|
"name": "apigen/theme-default",
|
|
"version": "v1.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ApiGen/ThemeDefault.git",
|
|
"reference": "51648cf83645d9ae6c655fe46bcd26a347d45336"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ApiGen/ThemeDefault/zipball/51648cf83645d9ae6c655fe46bcd26a347d45336",
|
|
"reference": "51648cf83645d9ae6c655fe46bcd26a347d45336",
|
|
"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-10-11 14:55:30"
|
|
},
|
|
{
|
|
"name": "herrera-io/json",
|
|
"version": "1.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/kherge-php/json.git",
|
|
"reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/kherge-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"
|
|
],
|
|
"abandoned": "kherge/json",
|
|
"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"
|
|
],
|
|
"abandoned": true,
|
|
"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"
|
|
],
|
|
"abandoned": true,
|
|
"time": "2014-05-27 05:29:25"
|
|
},
|
|
{
|
|
"name": "justinrainbow/json-schema",
|
|
"version": "1.6.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/justinrainbow/json-schema.git",
|
|
"reference": "cc84765fb7317f6b07bd8ac78364747f95b86341"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341",
|
|
"reference": "cc84765fb7317f6b07bd8ac78364747f95b86341",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.29"
|
|
},
|
|
"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.6.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": "2016-01-25 15:43:01"
|
|
},
|
|
{
|
|
"name": "kdyby/events",
|
|
"version": "v2.4.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Kdyby/Events.git",
|
|
"reference": "d8a0e8a64a59f501996f8f9591aa3f950208f091"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Kdyby/Events/zipball/d8a0e8a64a59f501996f8f9591aa3f950208f091",
|
|
"reference": "d8a0e8a64a59f501996f8f9591aa3f950208f091",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"nette/di": "~2.3@dev",
|
|
"nette/utils": "~2.3@dev"
|
|
},
|
|
"require-dev": {
|
|
"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/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",
|
|
"nette/tokenizer": "~2.2@dev",
|
|
"nette/utils": "~2.3@dev",
|
|
"symfony/event-dispatcher": "~2.3",
|
|
"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": "2016-04-19 11:19: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.7.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/michelf/php-markdown.git",
|
|
"reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/michelf/php-markdown/zipball/1f51cc520948f66cd2af8cbc45a5ee175e774220",
|
|
"reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220",
|
|
"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": "Michel Fortin",
|
|
"email": "michel.fortin@michelf.ca",
|
|
"homepage": "https://michelf.ca/",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "John Gruber",
|
|
"homepage": "https://daringfireball.net/"
|
|
}
|
|
],
|
|
"description": "PHP Markdown",
|
|
"homepage": "https://michelf.ca/projects/php-markdown/",
|
|
"keywords": [
|
|
"markdown"
|
|
],
|
|
"time": "2016-10-29 18:58:20"
|
|
},
|
|
{
|
|
"name": "mikey179/vfsStream",
|
|
"version": "v1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/mikey179/vfsStream.git",
|
|
"reference": "fc0fe8f4d0b527254a2dc45f0c265567c881d07e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/mikey179/vfsStream/zipball/fc0fe8f4d0b527254a2dc45f0c265567c881d07e",
|
|
"reference": "fc0fe8f4d0b527254a2dc45f0c265567c881d07e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"org\\bovigo\\vfs": "src/main/php"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD"
|
|
],
|
|
"homepage": "http://vfs.bovigo.org/",
|
|
"time": "2012-08-25 12:49:29"
|
|
},
|
|
{
|
|
"name": "nette/application",
|
|
"version": "v2.4.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nette/application.git",
|
|
"reference": "cec392dd66d5432d47b856d70ac64a5ce15f2538"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nette/application/zipball/cec392dd66d5432d47b856d70ac64a5ce15f2538",
|
|
"reference": "cec392dd66d5432d47b856d70ac64a5ce15f2538",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"nette/component-model": "^2.3",
|
|
"nette/http": "^2.2",
|
|
"nette/reflection": "^2.2",
|
|
"nette/utils": "^2.4 || ~3.0.0",
|
|
"php": ">=5.6.0"
|
|
},
|
|
"conflict": {
|
|
"nette/di": "<2.4",
|
|
"nette/forms": "<2.4",
|
|
"nette/latte": "<2.4",
|
|
"nette/nette": "<2.2"
|
|
},
|
|
"require-dev": {
|
|
"latte/latte": "^2.4.3",
|
|
"mockery/mockery": "^0.9.5",
|
|
"nette/di": "^2.4 || ~3.0.0",
|
|
"nette/forms": "^2.4",
|
|
"nette/robot-loader": "^2.4.2 || ^3.0",
|
|
"nette/security": "^2.4",
|
|
"nette/tester": "^2.0",
|
|
"tracy/tracy": "^2.4"
|
|
},
|
|
"suggest": {
|
|
"latte/latte": "Allows using Latte in templates",
|
|
"nette/forms": "Allows to use Nette\\Application\\UI\\Form"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
],
|
|
"files": [
|
|
"src/compatibility.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause",
|
|
"GPL-2.0",
|
|
"GPL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "David Grudl",
|
|
"homepage": "https://davidgrudl.com"
|
|
},
|
|
{
|
|
"name": "Nette Community",
|
|
"homepage": "https://nette.org/contributors"
|
|
}
|
|
],
|
|
"description": "Nette Application MVC Component",
|
|
"homepage": "https://nette.org",
|
|
"time": "2017-02-02 02:25:28"
|
|
},
|
|
{
|
|
"name": "nette/bootstrap",
|
|
"version": "v2.4.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nette/bootstrap.git",
|
|
"reference": "2c27747f5aff2e436ebf542e0ea566bea1db2d53"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nette/bootstrap/zipball/2c27747f5aff2e436ebf542e0ea566bea1db2d53",
|
|
"reference": "2c27747f5aff2e436ebf542e0ea566bea1db2d53",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"nette/di": "~2.4.7",
|
|
"nette/utils": "~2.4",
|
|
"php": ">=5.6.0"
|
|
},
|
|
"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.4.0",
|
|
"nette/mail": "~2.3",
|
|
"nette/robot-loader": "^2.4.2 || ^3.0",
|
|
"nette/safe-stream": "~2.2",
|
|
"nette/security": "~2.3",
|
|
"nette/tester": "~2.0",
|
|
"tracy/tracy": "^2.4.1"
|
|
},
|
|
"suggest": {
|
|
"nette/robot-loader": "to use Configurator::createRobotLoader()",
|
|
"tracy/tracy": "to use Configurator::enableTracy()"
|
|
},
|
|
"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": "https://davidgrudl.com"
|
|
},
|
|
{
|
|
"name": "Nette Community",
|
|
"homepage": "https://nette.org/contributors"
|
|
}
|
|
],
|
|
"description": "Nette Bootstrap",
|
|
"homepage": "https://nette.org",
|
|
"time": "2017-02-19 22:15:02"
|
|
},
|
|
{
|
|
"name": "nette/caching",
|
|
"version": "v2.5.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nette/caching.git",
|
|
"reference": "2436e530484a346d0a246733519ceaa40b943bd6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nette/caching/zipball/2436e530484a346d0a246733519ceaa40b943bd6",
|
|
"reference": "2436e530484a346d0a246733519ceaa40b943bd6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"nette/finder": "^2.2 || ~3.0.0",
|
|
"nette/utils": "^2.4 || ~3.0.0",
|
|
"php": ">=5.6.0"
|
|
},
|
|
"conflict": {
|
|
"nette/nette": "<2.2"
|
|
},
|
|
"require-dev": {
|
|
"latte/latte": "^2.4",
|
|
"nette/di": "^2.4 || ~3.0.0",
|
|
"nette/tester": "^2.0",
|
|
"tracy/tracy": "^2.4"
|
|
},
|
|
"suggest": {
|
|
"ext-pdo_sqlite": "to use SQLiteStorage or SQLiteJournal"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.5-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": "https://davidgrudl.com"
|
|
},
|
|
{
|
|
"name": "Nette Community",
|
|
"homepage": "https://nette.org/contributors"
|
|
}
|
|
],
|
|
"description": "Nette Caching Component",
|
|
"homepage": "https://nette.org",
|
|
"time": "2017-01-29 20:40:55"
|
|
},
|
|
{
|
|
"name": "nette/component-model",
|
|
"version": "v2.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nette/component-model.git",
|
|
"reference": "9b5817b246bf409b8f0f8309c23e599dd8729d28"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nette/component-model/zipball/9b5817b246bf409b8f0f8309c23e599dd8729d28",
|
|
"reference": "9b5817b246bf409b8f0f8309c23e599dd8729d28",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"nette/utils": "^2.4",
|
|
"php": ">=5.6.0"
|
|
},
|
|
"conflict": {
|
|
"nette/application": "<2.4",
|
|
"nette/nette": "<2.2"
|
|
},
|
|
"require-dev": {
|
|
"nette/tester": "~2.0",
|
|
"tracy/tracy": "^2.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.3-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": "https://davidgrudl.com"
|
|
},
|
|
{
|
|
"name": "Nette Community",
|
|
"homepage": "https://nette.org/contributors"
|
|
}
|
|
],
|
|
"description": "Nette Component Model",
|
|
"homepage": "https://nette.org",
|
|
"time": "2016-06-17 17:36:56"
|
|
},
|
|
{
|
|
"name": "nette/di",
|
|
"version": "v2.4.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nette/di.git",
|
|
"reference": "b3fe8551162279216e251e49b406e55cd2d255d5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nette/di/zipball/b3fe8551162279216e251e49b406e55cd2d255d5",
|
|
"reference": "b3fe8551162279216e251e49b406e55cd2d255d5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-tokenizer": "*",
|
|
"nette/neon": "^2.3.3 || ~3.0.0",
|
|
"nette/php-generator": "^2.6.1 || ~3.0.0",
|
|
"nette/utils": "^2.4.3 || ~3.0.0",
|
|
"php": ">=5.6.0"
|
|
},
|
|
"conflict": {
|
|
"nette/bootstrap": "<2.4",
|
|
"nette/nette": "<2.2"
|
|
},
|
|
"require-dev": {
|
|
"nette/tester": "^2.0",
|
|
"tracy/tracy": "^2.3"
|
|
},
|
|
"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": "https://davidgrudl.com"
|
|
},
|
|
{
|
|
"name": "Nette Community",
|
|
"homepage": "https://nette.org/contributors"
|
|
}
|
|
],
|
|
"description": "Nette Dependency Injection Component",
|
|
"homepage": "https://nette.org",
|
|
"time": "2017-03-14 17:16:14"
|
|
},
|
|
{
|
|
"name": "nette/finder",
|
|
"version": "v2.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nette/finder.git",
|
|
"reference": "5cabd5fe89f9903715359a403b820c7f94f9bb5e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nette/finder/zipball/5cabd5fe89f9903715359a403b820c7f94f9bb5e",
|
|
"reference": "5cabd5fe89f9903715359a403b820c7f94f9bb5e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"nette/utils": "~2.4",
|
|
"php": ">=5.6.0"
|
|
},
|
|
"conflict": {
|
|
"nette/nette": "<2.2"
|
|
},
|
|
"require-dev": {
|
|
"nette/tester": "~2.0",
|
|
"tracy/tracy": "^2.3"
|
|
},
|
|
"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": "https://davidgrudl.com"
|
|
},
|
|
{
|
|
"name": "Nette Community",
|
|
"homepage": "https://nette.org/contributors"
|
|
}
|
|
],
|
|
"description": "Nette Finder: Files Searching",
|
|
"homepage": "https://nette.org",
|
|
"time": "2016-05-17 15:49:06"
|
|
},
|
|
{
|
|
"name": "nette/http",
|
|
"version": "v2.4.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nette/http.git",
|
|
"reference": "ef812049a89866eff5aa6b1a39f1a4d8c9adc607"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nette/http/zipball/ef812049a89866eff5aa6b1a39f1a4d8c9adc607",
|
|
"reference": "ef812049a89866eff5aa6b1a39f1a4d8c9adc607",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"nette/utils": "^2.4 || ~3.0.0",
|
|
"php": ">=5.6.0"
|
|
},
|
|
"conflict": {
|
|
"nette/nette": "<2.2"
|
|
},
|
|
"require-dev": {
|
|
"nette/di": "^2.4.6 || ~3.0.0",
|
|
"nette/tester": "^2.0",
|
|
"tracy/tracy": "^2.4"
|
|
},
|
|
"suggest": {
|
|
"ext-fileinfo": "to detect type of uploaded files",
|
|
"nette/security": "allows use Nette\\Http\\UserStorage"
|
|
},
|
|
"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": "https://davidgrudl.com"
|
|
},
|
|
{
|
|
"name": "Nette Community",
|
|
"homepage": "https://nette.org/contributors"
|
|
}
|
|
],
|
|
"description": "Nette HTTP Component",
|
|
"homepage": "https://nette.org",
|
|
"time": "2017-03-16 15:43:45"
|
|
},
|
|
{
|
|
"name": "nette/mail",
|
|
"version": "v2.4.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nette/mail.git",
|
|
"reference": "2bb0333200dbec22b0c1868d907e3e451b555665"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nette/mail/zipball/2bb0333200dbec22b0c1868d907e3e451b555665",
|
|
"reference": "2bb0333200dbec22b0c1868d907e3e451b555665",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-iconv": "*",
|
|
"nette/utils": "^2.4 || ~3.0.0",
|
|
"php": ">=5.6.0"
|
|
},
|
|
"conflict": {
|
|
"nette/nette": "<2.2"
|
|
},
|
|
"require-dev": {
|
|
"nette/di": "^2.4 || ~3.0.0",
|
|
"nette/tester": "^2.0",
|
|
"tracy/tracy": "^2.4"
|
|
},
|
|
"suggest": {
|
|
"ext-fileinfo": "to detect type of attached files"
|
|
},
|
|
"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": "https://davidgrudl.com"
|
|
},
|
|
{
|
|
"name": "Nette Community",
|
|
"homepage": "https://nette.org/contributors"
|
|
}
|
|
],
|
|
"description": "Nette Mail: Sending E-mails",
|
|
"homepage": "https://nette.org",
|
|
"time": "2017-01-27 12:43:33"
|
|
},
|
|
{
|
|
"name": "nette/neon",
|
|
"version": "v2.4.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nette/neon.git",
|
|
"reference": "1a78ff64b1e161ebccc03bdf9366450a69365f5b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nette/neon/zipball/1a78ff64b1e161ebccc03bdf9366450a69365f5b",
|
|
"reference": "1a78ff64b1e161ebccc03bdf9366450a69365f5b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-iconv": "*",
|
|
"ext-json": "*",
|
|
"php": ">=5.6.0"
|
|
},
|
|
"require-dev": {
|
|
"nette/tester": "~2.0",
|
|
"tracy/tracy": "^2.3"
|
|
},
|
|
"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": "https://davidgrudl.com"
|
|
},
|
|
{
|
|
"name": "Nette Community",
|
|
"homepage": "https://nette.org/contributors"
|
|
}
|
|
],
|
|
"description": "Nette NEON: parser & generator for Nette Object Notation",
|
|
"homepage": "http://ne-on.org",
|
|
"time": "2017-01-13 08:00:19"
|
|
},
|
|
{
|
|
"name": "nette/php-generator",
|
|
"version": "v3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nette/php-generator.git",
|
|
"reference": "8605fd18857a4beef4aa0afc19eb9a7f876237e8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nette/php-generator/zipball/8605fd18857a4beef4aa0afc19eb9a7f876237e8",
|
|
"reference": "8605fd18857a4beef4aa0afc19eb9a7f876237e8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"nette/utils": "^2.4.2 || ~3.0.0",
|
|
"php": ">=7.0"
|
|
},
|
|
"conflict": {
|
|
"nette/nette": "<2.2"
|
|
},
|
|
"require-dev": {
|
|
"nette/tester": "^2.0",
|
|
"tracy/tracy": "^2.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0-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": "https://davidgrudl.com"
|
|
},
|
|
{
|
|
"name": "Nette Community",
|
|
"homepage": "https://nette.org/contributors"
|
|
}
|
|
],
|
|
"description": "🐘 Generates neat PHP code for you. Supports new PHP 7.1 features.",
|
|
"homepage": "https://nette.org",
|
|
"keywords": [
|
|
"code",
|
|
"nette",
|
|
"php",
|
|
"scaffolding"
|
|
],
|
|
"time": "2017-03-18 15:20:10"
|
|
},
|
|
{
|
|
"name": "nette/reflection",
|
|
"version": "v2.4.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nette/reflection.git",
|
|
"reference": "ca6bafe1f73c19719238b58f91e6a399f281069b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nette/reflection/zipball/ca6bafe1f73c19719238b58f91e6a399f281069b",
|
|
"reference": "ca6bafe1f73c19719238b58f91e6a399f281069b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-tokenizer": "*",
|
|
"nette/caching": "^2.2 || ^3.0",
|
|
"nette/utils": "^2.4 || ^3.0",
|
|
"php": ">=5.6.0"
|
|
},
|
|
"conflict": {
|
|
"nette/nette": "<2.2"
|
|
},
|
|
"require-dev": {
|
|
"nette/di": "^2.4 || ^3.0",
|
|
"nette/tester": "^2.0",
|
|
"tracy/tracy": "^2.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": "https://davidgrudl.com"
|
|
},
|
|
{
|
|
"name": "Nette Community",
|
|
"homepage": "https://nette.org/contributors"
|
|
}
|
|
],
|
|
"description": "Nette PHP Reflection Component",
|
|
"homepage": "https://nette.org",
|
|
"time": "2017-01-10 16:10:27"
|
|
},
|
|
{
|
|
"name": "nette/robot-loader",
|
|
"version": "v2.4.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nette/robot-loader.git",
|
|
"reference": "f23f8885624b249d5ec7bb525b9d6b007ab00293"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nette/robot-loader/zipball/f23f8885624b249d5ec7bb525b9d6b007ab00293",
|
|
"reference": "f23f8885624b249d5ec7bb525b9d6b007ab00293",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-tokenizer": "*",
|
|
"nette/caching": "~2.2",
|
|
"nette/finder": "~2.3",
|
|
"nette/utils": "~2.4",
|
|
"php": ">=5.6.0"
|
|
},
|
|
"conflict": {
|
|
"nette/nette": "<2.2"
|
|
},
|
|
"require-dev": {
|
|
"nette/tester": "~2.0",
|
|
"tracy/tracy": "^2.3"
|
|
},
|
|
"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": "https://davidgrudl.com"
|
|
},
|
|
{
|
|
"name": "Nette Community",
|
|
"homepage": "https://nette.org/contributors"
|
|
}
|
|
],
|
|
"description": "Nette RobotLoader: comfortable autoloading",
|
|
"homepage": "https://nette.org",
|
|
"time": "2017-01-02 17:15:22"
|
|
},
|
|
{
|
|
"name": "nette/safe-stream",
|
|
"version": "v2.3.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nette/safe-stream.git",
|
|
"reference": "4b9bb3266a537e59b10a2932f05dca47333420fc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nette/safe-stream/zipball/4b9bb3266a537e59b10a2932f05dca47333420fc",
|
|
"reference": "4b9bb3266a537e59b10a2932f05dca47333420fc",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.1"
|
|
},
|
|
"conflict": {
|
|
"nette/nette": "<2.2"
|
|
},
|
|
"require-dev": {
|
|
"nette/tester": "~1.0",
|
|
"tracy/tracy": "^2.3"
|
|
},
|
|
"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": "https://davidgrudl.com"
|
|
},
|
|
{
|
|
"name": "Nette Community",
|
|
"homepage": "https://nette.org/contributors"
|
|
}
|
|
],
|
|
"description": "Nette SafeStream: Atomic Operations",
|
|
"homepage": "https://nette.org",
|
|
"time": "2016-03-19 13:06:04"
|
|
},
|
|
{
|
|
"name": "nette/utils",
|
|
"version": "v2.4.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nette/utils.git",
|
|
"reference": "28ad4e2a6dcf143c23bde969a825f10a5d513602"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nette/utils/zipball/28ad4e2a6dcf143c23bde969a825f10a5d513602",
|
|
"reference": "28ad4e2a6dcf143c23bde969a825f10a5d513602",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6.0"
|
|
},
|
|
"conflict": {
|
|
"nette/nette": "<2.2"
|
|
},
|
|
"require-dev": {
|
|
"nette/tester": "~2.0",
|
|
"tracy/tracy": "^2.3"
|
|
},
|
|
"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-json": "to use Nette\\Utils\\Json",
|
|
"ext-mbstring": "to use Strings::lower() etc...",
|
|
"ext-xml": "to use Strings::length() etc. when mbstring is not available",
|
|
"https://nette.org/donate": "\u001b[1;37;42m Please consider supporting Nette via a donation \u001b[0m"
|
|
},
|
|
"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": "https://davidgrudl.com"
|
|
},
|
|
{
|
|
"name": "Nette Community",
|
|
"homepage": "https://nette.org/contributors"
|
|
}
|
|
],
|
|
"description": "Nette Utility Classes",
|
|
"homepage": "https://nette.org",
|
|
"time": "2017-03-29 16:55:54"
|
|
},
|
|
{
|
|
"name": "psr/log",
|
|
"version": "1.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/log.git",
|
|
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
|
|
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Log\\": "Psr/Log/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for logging libraries",
|
|
"homepage": "https://github.com/php-fig/log",
|
|
"keywords": [
|
|
"log",
|
|
"psr",
|
|
"psr-3"
|
|
],
|
|
"time": "2016-10-10 12:19:37"
|
|
},
|
|
{
|
|
"name": "seld/jsonlint",
|
|
"version": "1.6.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Seldaek/jsonlint.git",
|
|
"reference": "791f8c594f300d246cdf01c6b3e1e19611e301d8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/791f8c594f300d246cdf01c6b3e1e19611e301d8",
|
|
"reference": "791f8c594f300d246cdf01c6b3e1e19611e301d8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.3 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.5"
|
|
},
|
|
"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": "2017-03-06 16:42:24"
|
|
},
|
|
{
|
|
"name": "symfony/console",
|
|
"version": "v2.8.19",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/console.git",
|
|
"reference": "86407ff20855a5eaa2a7219bd815e9c40a88633e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/86407ff20855a5eaa2a7219bd815e9c40a88633e",
|
|
"reference": "86407ff20855a5eaa2a7219bd815e9c40a88633e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.9",
|
|
"symfony/debug": "^2.7.2|~3.0.0",
|
|
"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": "2017-04-03 20:37:06"
|
|
},
|
|
{
|
|
"name": "symfony/debug",
|
|
"version": "v3.0.9",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/debug.git",
|
|
"reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a",
|
|
"reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5.9",
|
|
"psr/log": "~1.0"
|
|
},
|
|
"conflict": {
|
|
"symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
|
|
},
|
|
"require-dev": {
|
|
"symfony/class-loader": "~2.8|~3.0",
|
|
"symfony/http-kernel": "~2.8|~3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Debug\\": ""
|
|
},
|
|
"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 Debug Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2016-07-30 07:22:48"
|
|
},
|
|
{
|
|
"name": "symfony/options-resolver",
|
|
"version": "v2.6.13",
|
|
"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/polyfill-mbstring",
|
|
"version": "v1.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
"reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
|
|
"reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.3-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-11-14 01:06:16"
|
|
},
|
|
{
|
|
"name": "symfony/yaml",
|
|
"version": "v2.8.19",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/yaml.git",
|
|
"reference": "286d84891690b0e2515874717e49360d1c98a703"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/286d84891690b0e2515874717e49360d1c98a703",
|
|
"reference": "286d84891690b0e2515874717e49360d1c98a703",
|
|
"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": "2017-03-20 09:41:44"
|
|
},
|
|
{
|
|
"name": "tracy/tracy",
|
|
"version": "v2.4.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nette/tracy.git",
|
|
"reference": "c9fbca15b0a11d904c7783b7aad114182618d8d4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nette/tracy/zipball/c9fbca15b0a11d904c7783b7aad114182618d8d4",
|
|
"reference": "c9fbca15b0a11d904c7783b7aad114182618d8d4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"ext-session": "*",
|
|
"php": ">=5.4.4"
|
|
},
|
|
"require-dev": {
|
|
"nette/di": "~2.3",
|
|
"nette/tester": "~2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.4-dev"
|
|
}
|
|
},
|
|
"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": "https://davidgrudl.com"
|
|
},
|
|
{
|
|
"name": "Nette Community",
|
|
"homepage": "https://nette.org/contributors"
|
|
}
|
|
],
|
|
"description": "Tracy: useful PHP debugger",
|
|
"homepage": "https://tracy.nette.org",
|
|
"keywords": [
|
|
"debug",
|
|
"debugger",
|
|
"nette"
|
|
],
|
|
"time": "2017-01-29 19:39:20"
|
|
},
|
|
{
|
|
"name": "vlucas/phpdotenv",
|
|
"version": "v2.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/vlucas/phpdotenv.git",
|
|
"reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
|
|
"reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.9"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8 || ^5.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Dotenv\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause-Attribution"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Vance Lucas",
|
|
"email": "vance@vancelucas.com",
|
|
"homepage": "http://www.vancelucas.com"
|
|
}
|
|
],
|
|
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
|
|
"keywords": [
|
|
"dotenv",
|
|
"env",
|
|
"environment"
|
|
],
|
|
"time": "2016-09-01 10:05:43"
|
|
}
|
|
],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": {
|
|
"ins0/google-measurement-php-client": 20
|
|
},
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": "^5.5 || ^7.0"
|
|
},
|
|
"platform-dev": []
|
|
}
|