summaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
authorJean-Luc Gyger <jean-luc.gyger@vysual.ch>2016-02-11 10:01:12 +0100
committerJean-Luc Gyger <jean-luc.gyger@vysual.ch>2016-02-11 10:01:12 +0100
commitd70861a8f9368773f2f0291454e9420174e6c14a (patch)
treee44a32e401211422fb05da355c9eef4d5934d9e9 /composer.lock
parentd32f65815eb6feb4bcb8a0c85572f722d7826342 (diff)
parent275f16b90a92c62935cb691d11e0bd124acf64e4 (diff)
Merge branch 'master' of https://github.com/majuca/prado
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock1904
1 files changed, 1266 insertions, 638 deletions
diff --git a/composer.lock b/composer.lock
index e50f1900..d270ba66 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1,10 +1,11 @@
{
"_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",
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "hash": "16bb0dc37f5f9efa8c30a4538c6d3fba",
+ "hash": "7eec12baae95e3302f17626d3ef393f8",
+ "content-hash": "66cdcc9c585d73d14670d6e8b6fd1b0e",
"packages": [],
"packages-dev": [
{
@@ -56,48 +57,61 @@
},
{
"name": "apigen/apigen",
- "version": "2.8.0",
+ "version": "v4.1.2",
"source": {
"type": "git",
- "url": "https://github.com/apigen/ApiGen.git",
- "reference": "4987551632c3ad3fb7e89cf6dc3fe601e45578c3"
+ "url": "https://github.com/ApiGen/ApiGen.git",
+ "reference": "3365433ea3433b0e5c8f763608f8e63cbedb2a3a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/apigen/ApiGen/zipball/4987551632c3ad3fb7e89cf6dc3fe601e45578c3",
- "reference": "4987551632c3ad3fb7e89cf6dc3fe601e45578c3",
+ "url": "https://api.github.com/repos/ApiGen/ApiGen/zipball/3365433ea3433b0e5c8f763608f8e63cbedb2a3a",
+ "reference": "3365433ea3433b0e5c8f763608f8e63cbedb2a3a",
"shasum": ""
},
"require": {
- "andrewsville/php-token-reflection": ">=1.3.1",
- "dg/texy": ">=2.1.0",
- "kukulich/fshl": ">=2.1.0",
- "nette/nette": ">=2.0.5",
- "php": ">=5.3.0"
+ "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"
},
- "suggest": {
- "ext-bz2": "*",
- "ext-phar": "*",
- "ext-zip": "*",
- "ext-zlib": "*"
+ "require-dev": {
+ "herrera-io/box": "~1.6",
+ "mockery/mockery": "~0.9"
},
"bin": [
- "apigen.php"
+ "bin/apigen"
],
"type": "library",
"extra": {
"branch-alias": {
- "dev-develop": "3.0.0-dev"
+ "dev-master": "4.1.0-dev"
}
},
"autoload": {
- "psr-0": {
- "ApiGen": "./"
+ "psr-4": {
+ "ApiGen\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "BSD-3-Clause"
+ "MIT"
],
"authors": [
{
@@ -111,75 +125,163 @@
{
"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": "API documentation generator for PHP 5.3+",
+ "description": "PHP source code API generator",
"homepage": "http://apigen.org/",
"keywords": [
"api",
- "docblock",
"documentation",
"generator",
- "phpDocumentor",
"phpdoc"
],
- "time": "2012-09-29 17:34:02"
+ "time": "2015-11-29 20:11:30"
},
{
- "name": "dg/texy",
- "version": "v2.6",
+ "name": "apigen/theme-bootstrap",
+ "version": "v1.1.3",
"source": {
"type": "git",
- "url": "https://github.com/dg/texy.git",
- "reference": "8213d3646c3ab1a3eca52413a5be26acb29826fc"
+ "url": "https://github.com/ApiGen/ThemeBootstrap.git",
+ "reference": "55a35b4a3a9a5fcaa6a8fc43fb304983cab98c6c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/dg/texy/zipball/8213d3646c3ab1a3eca52413a5be26acb29826fc",
- "reference": "8213d3646c3ab1a3eca52413a5be26acb29826fc",
+ "url": "https://api.github.com/repos/ApiGen/ThemeBootstrap/zipball/55a35b4a3a9a5fcaa6a8fc43fb304983cab98c6c",
+ "reference": "55a35b4a3a9a5fcaa6a8fc43fb304983cab98c6c",
"shasum": ""
},
"require": {
- "php": ">=5.2.0"
+ "latte/latte": "~2.2"
},
- "replace": {
- "dg/texy": "self.version"
+ "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": "doctrine/instantiator",
+ "version": "1.0.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/doctrine/instantiator.git",
+ "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
+ "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3,<8.0-DEV"
},
"require-dev": {
- "nette/tester": "~1.2"
+ "athletic/athletic": "~0.1.8",
+ "ext-pdo": "*",
+ "ext-phar": "*",
+ "phpunit/phpunit": "~4.0",
+ "squizlabs/php_codesniffer": "~2.0"
},
"type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ },
"autoload": {
- "files": [
- "src/texy.php"
- ]
+ "psr-4": {
+ "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "BSD-3-Clause",
- "GPL-2.0",
- "GPL-3.0"
+ "MIT"
],
"authors": [
{
- "name": "David Grudl",
- "homepage": "http://davidgrudl.com"
+ "name": "Marco Pivetta",
+ "email": "ocramius@gmail.com",
+ "homepage": "http://ocramius.github.com/"
}
],
- "description": "Texy converts plain text in easy to read Texy syntax into structurally valid (X)HTML. It supports adding of images, links, nested lists, tables and has full support for CSS. Texy supports hyphenation of long words (which reflects language rules), clickable emails and URL (emails are obfuscated against spambots), national typographic single and double quotation marks, ellipses, em dashes, dimension sign, nonbreakable spaces (e.g. in phone numbers), acronyms, arrows and many others. Texy code can optionally contain HTML tags.",
- "homepage": "http://texy.info",
+ "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
+ "homepage": "https://github.com/doctrine/instantiator",
"keywords": [
- "html",
- "markdown",
- "markup language",
- "plain text",
- "text",
- "textile",
- "texy",
- "wiki",
- "xhtml"
- ],
- "time": "2014-06-20 18:38:38"
+ "constructor",
+ "instantiate"
+ ],
+ "time": "2015-06-14 21:17:01"
},
{
"name": "guzzle/guzzle",
@@ -277,6 +379,323 @@
"time": "2015-03-18 18:23:50"
},
{
+ "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": "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": {
@@ -320,16 +739,16 @@
},
{
"name": "latte/latte",
- "version": "v2.3.3",
+ "version": "v2.3.4",
"source": {
"type": "git",
"url": "https://github.com/nette/latte.git",
- "reference": "025883a04b3a5ca48995246e8d82e6ff323d941e"
+ "reference": "5e891af999776d2204a9d06ad66ad8fa0bcd4f8b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nette/latte/zipball/025883a04b3a5ca48995246e8d82e6ff323d941e",
- "reference": "025883a04b3a5ca48995246e8d82e6ff323d941e",
+ "url": "https://api.github.com/repos/nette/latte/zipball/5e891af999776d2204a9d06ad66ad8fa0bcd4f8b",
+ "reference": "5e891af999776d2204a9d06ad66ad8fa0bcd4f8b",
"shasum": ""
},
"require": {
@@ -371,20 +790,71 @@
"templating",
"twig"
],
- "time": "2015-07-03 13:37:59"
+ "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.4",
+ "version": "v2.3.8",
"source": {
"type": "git",
"url": "https://github.com/nette/application.git",
- "reference": "785801e441ef83fa4d75cc47c292afedee9b3e4e"
+ "reference": "32023ed31791cdf05be8816528ae5921dc841b5a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nette/application/zipball/785801e441ef83fa4d75cc47c292afedee9b3e4e",
- "reference": "785801e441ef83fa4d75cc47c292afedee9b3e4e",
+ "url": "https://api.github.com/repos/nette/application/zipball/32023ed31791cdf05be8816528ae5921dc841b5a",
+ "reference": "32023ed31791cdf05be8816528ae5921dc841b5a",
"shasum": ""
},
"require": {
@@ -424,29 +894,29 @@
"authors": [
{
"name": "David Grudl",
- "homepage": "http://davidgrudl.com"
+ "homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
- "homepage": "http://nette.org/contributors"
+ "homepage": "https://nette.org/contributors"
}
],
"description": "Nette Application MVC Component",
- "homepage": "http://nette.org",
- "time": "2015-07-01 15:54:47"
+ "homepage": "https://nette.org",
+ "time": "2015-12-03 04:12:02"
},
{
"name": "nette/bootstrap",
- "version": "v2.3.3",
+ "version": "v2.3.4",
"source": {
"type": "git",
"url": "https://github.com/nette/bootstrap.git",
- "reference": "8e2db45c39a1fa24f88e94c7b2a62ad09e9a306e"
+ "reference": "e32964df66f2c5a3a50b229204f583d20c1f6829"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nette/bootstrap/zipball/8e2db45c39a1fa24f88e94c7b2a62ad09e9a306e",
- "reference": "8e2db45c39a1fa24f88e94c7b2a62ad09e9a306e",
+ "url": "https://api.github.com/repos/nette/bootstrap/zipball/e32964df66f2c5a3a50b229204f583d20c1f6829",
+ "reference": "e32964df66f2c5a3a50b229204f583d20c1f6829",
"shasum": ""
},
"require": {
@@ -490,35 +960,35 @@
"authors": [
{
"name": "David Grudl",
- "homepage": "http://davidgrudl.com"
+ "homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
- "homepage": "http://nette.org/contributors"
+ "homepage": "https://nette.org/contributors"
}
],
"description": "Nette Bootstrap",
- "homepage": "http://nette.org",
- "time": "2015-07-11 21:07:11"
+ "homepage": "https://nette.org",
+ "time": "2015-11-16 20:18:31"
},
{
"name": "nette/caching",
- "version": "v2.3.3",
+ "version": "v2.4.3",
"source": {
"type": "git",
"url": "https://github.com/nette/caching.git",
- "reference": "d4be13806d70c02d53b72cc63e93de6cf813f50f"
+ "reference": "f60c1767fe5a4b2b45edf2a98cf9dc70c15ea1b1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nette/caching/zipball/d4be13806d70c02d53b72cc63e93de6cf813f50f",
- "reference": "d4be13806d70c02d53b72cc63e93de6cf813f50f",
+ "url": "https://api.github.com/repos/nette/caching/zipball/f60c1767fe5a4b2b45edf2a98cf9dc70c15ea1b1",
+ "reference": "f60c1767fe5a4b2b45edf2a98cf9dc70c15ea1b1",
"shasum": ""
},
"require": {
"nette/finder": "~2.2",
"nette/utils": "~2.2",
- "php": ">=5.3.1"
+ "php": ">=5.4.4"
},
"conflict": {
"nette/nette": "<2.2"
@@ -526,12 +996,12 @@
"require-dev": {
"latte/latte": "~2.3.0",
"nette/di": "~2.3",
- "nette/tester": "~1.4"
+ "nette/tester": "~1.6"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.3-dev"
+ "dev-master": "2.4-dev"
}
},
"autoload": {
@@ -548,33 +1018,33 @@
"authors": [
{
"name": "David Grudl",
- "homepage": "http://davidgrudl.com"
+ "homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
- "homepage": "http://nette.org/contributors"
+ "homepage": "https://nette.org/contributors"
}
],
"description": "Nette Caching Component",
- "homepage": "http://nette.org",
- "time": "2015-07-11 21:09:42"
+ "homepage": "https://nette.org",
+ "time": "2015-11-29 21:35:25"
},
{
"name": "nette/component-model",
- "version": "v2.2.3",
+ "version": "v2.2.4",
"source": {
"type": "git",
"url": "https://github.com/nette/component-model.git",
- "reference": "fe13e630a307ef4585b3573eae0a161dc1c3d428"
+ "reference": "07bce436051fd92d084642ce7a47f00045e0d1e5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nette/component-model/zipball/fe13e630a307ef4585b3573eae0a161dc1c3d428",
- "reference": "fe13e630a307ef4585b3573eae0a161dc1c3d428",
+ "url": "https://api.github.com/repos/nette/component-model/zipball/07bce436051fd92d084642ce7a47f00045e0d1e5",
+ "reference": "07bce436051fd92d084642ce7a47f00045e0d1e5",
"shasum": ""
},
"require": {
- "nette/utils": "~2.2",
+ "nette/utils": "^2.3.5",
"php": ">=5.3.1"
},
"conflict": {
@@ -598,152 +1068,42 @@
"authors": [
{
"name": "David Grudl",
- "homepage": "http://davidgrudl.com"
+ "homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
- "homepage": "http://nette.org/contributors"
+ "homepage": "https://nette.org/contributors"
}
],
"description": "Nette Component Model",
- "homepage": "http://nette.org",
- "time": "2015-07-11 21:11:20"
- },
- {
- "name": "nette/database",
- "version": "v2.3.4",
- "source": {
- "type": "git",
- "url": "https://github.com/nette/database.git",
- "reference": "e5163fa150071af0f55518c414e177bc2b4be09d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/nette/database/zipball/e5163fa150071af0f55518c414e177bc2b4be09d",
- "reference": "e5163fa150071af0f55518c414e177bc2b4be09d",
- "shasum": ""
- },
- "require": {
- "ext-pdo": "*",
- "nette/caching": "~2.2",
- "nette/utils": "~2.2",
- "php": ">=5.3.1"
- },
- "conflict": {
- "nette/nette": "<2.2"
- },
- "require-dev": {
- "mockery/mockery": "~0.9.1",
- "nette/di": "~2.3",
- "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 Database Component",
- "homepage": "http://nette.org",
- "time": "2015-07-20 01:20:17"
- },
- {
- "name": "nette/deprecated",
- "version": "v2.3.1",
- "source": {
- "type": "git",
- "url": "https://github.com/nette/deprecated.git",
- "reference": "169acddcc088bf74eb5b3c14d17f19b26d486b52"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/nette/deprecated/zipball/169acddcc088bf74eb5b3c14d17f19b26d486b52",
- "reference": "169acddcc088bf74eb5b3c14d17f19b26d486b52",
- "shasum": ""
- },
- "require-dev": {
- "latte/latte": "~2.2",
- "nette/application": "~2.2",
- "nette/bootstrap": "~2.2, >=2.2.1",
- "nette/caching": "~2.2",
- "nette/forms": "~2.2",
- "nette/mail": "~2.2",
- "nette/robot-loader": "~2.2",
- "nette/safe-stream": "~2.2",
- "nette/tester": "~1.1",
- "nette/utils": "~2.2",
- "tracy/tracy": "~2.2"
- },
- "type": "library",
- "autoload": {
- "classmap": [
- "src/"
- ],
- "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": "APIs and features removed from Nette Framework",
- "homepage": "http://nette.org",
- "time": "2015-07-11 20:57:29"
+ "homepage": "https://nette.org",
+ "time": "2015-10-06 17:54:05"
},
{
"name": "nette/di",
- "version": "v2.3.5",
+ "version": "v2.3.7",
"source": {
"type": "git",
"url": "https://github.com/nette/di.git",
- "reference": "c3e726f8bef49033ba78efe19e999e5fac63f433"
+ "reference": "7595c0bc17125b6ac3bb8f857b7c9b1be743c762"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nette/di/zipball/c3e726f8bef49033ba78efe19e999e5fac63f433",
- "reference": "c3e726f8bef49033ba78efe19e999e5fac63f433",
+ "url": "https://api.github.com/repos/nette/di/zipball/7595c0bc17125b6ac3bb8f857b7c9b1be743c762",
+ "reference": "7595c0bc17125b6ac3bb8f857b7c9b1be743c762",
"shasum": ""
},
"require": {
- "nette/neon": "~2.3",
- "nette/php-generator": "~2.3",
- "nette/utils": "~2.3",
+ "nette/neon": "^2.3.3",
+ "nette/php-generator": "^2.3.3",
+ "nette/utils": "^2.3.5",
"php": ">=5.3.1"
},
"conflict": {
"nette/nette": "<2.2"
},
"require-dev": {
- "nette/tester": "~1.3"
+ "nette/tester": "^1.6"
},
"type": "library",
"autoload": {
@@ -760,16 +1120,16 @@
"authors": [
{
"name": "David Grudl",
- "homepage": "http://davidgrudl.com"
+ "homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
- "homepage": "http://nette.org/contributors"
+ "homepage": "https://nette.org/contributors"
}
],
"description": "Nette Dependency Injection Component",
- "homepage": "http://nette.org",
- "time": "2015-07-13 22:28:49"
+ "homepage": "https://nette.org",
+ "time": "2015-11-13 12:34:13"
},
{
"name": "nette/finder",
@@ -822,61 +1182,6 @@
"time": "2015-07-11 21:13:50"
},
{
- "name": "nette/forms",
- "version": "v2.3.4",
- "source": {
- "type": "git",
- "url": "https://github.com/nette/forms.git",
- "reference": "e4e3777c7a783f1877eda4a07ff2f128bdd05bf9"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/nette/forms/zipball/e4e3777c7a783f1877eda4a07ff2f128bdd05bf9",
- "reference": "e4e3777c7a783f1877eda4a07ff2f128bdd05bf9",
- "shasum": ""
- },
- "require": {
- "nette/component-model": "~2.2",
- "nette/http": "~2.2",
- "nette/utils": "~2.2",
- "php": ">=5.3.1"
- },
- "conflict": {
- "nette/nette": "<2.2"
- },
- "require-dev": {
- "latte/latte": "~2.3.2",
- "nette/di": "~2.3",
- "nette/tester": "~1.3",
- "tracy/tracy": "~2.2"
- },
- "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 Forms: greatly facilitates web forms",
- "homepage": "http://nette.org",
- "time": "2015-07-20 01:25:35"
- },
- {
"name": "nette/http",
"version": "v2.3.3",
"source": {
@@ -932,16 +1237,16 @@
},
{
"name": "nette/mail",
- "version": "v2.3.2",
+ "version": "v2.3.4",
"source": {
"type": "git",
"url": "https://github.com/nette/mail.git",
- "reference": "2c6c64787edf8131ec5e1b514ecc4a80a6477f80"
+ "reference": "3b8ba96407029d94d83177086bcb5e1fe0046929"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nette/mail/zipball/2c6c64787edf8131ec5e1b514ecc4a80a6477f80",
- "reference": "2c6c64787edf8131ec5e1b514ecc4a80a6477f80",
+ "url": "https://api.github.com/repos/nette/mail/zipball/3b8ba96407029d94d83177086bcb5e1fe0046929",
+ "reference": "3b8ba96407029d94d83177086bcb5e1fe0046929",
"shasum": ""
},
"require": {
@@ -974,29 +1279,29 @@
"authors": [
{
"name": "David Grudl",
- "homepage": "http://davidgrudl.com"
+ "homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
- "homepage": "http://nette.org/contributors"
+ "homepage": "https://nette.org/contributors"
}
],
"description": "Nette Mail: Sending E-mails",
- "homepage": "http://nette.org",
- "time": "2015-07-03 13:31:38"
+ "homepage": "https://nette.org",
+ "time": "2015-11-29 22:09:25"
},
{
"name": "nette/neon",
- "version": "v2.3.2",
+ "version": "v2.3.3",
"source": {
"type": "git",
"url": "https://github.com/nette/neon.git",
- "reference": "48b25e0962d70e9125797e67a144f3e057243d9d"
+ "reference": "12bbb0e85ba8521dd291f4df0fe20a1b79aae32c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nette/neon/zipball/48b25e0962d70e9125797e67a144f3e057243d9d",
- "reference": "48b25e0962d70e9125797e67a144f3e057243d9d",
+ "url": "https://api.github.com/repos/nette/neon/zipball/12bbb0e85ba8521dd291f4df0fe20a1b79aae32c",
+ "reference": "12bbb0e85ba8521dd291f4df0fe20a1b79aae32c",
"shasum": ""
},
"require": {
@@ -1030,92 +1335,20 @@
],
"description": "Nette NEON: parser & generator for Nette Object Notation",
"homepage": "http://ne-on.org",
- "time": "2015-07-13 22:29:08"
- },
- {
- "name": "nette/nette",
- "version": "v2.3.4",
- "source": {
- "type": "git",
- "url": "https://github.com/nette/nette.git",
- "reference": "7748ab2d7b1a6cd3dda10538758e981c71e5b72d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/nette/nette/zipball/7748ab2d7b1a6cd3dda10538758e981c71e5b72d",
- "reference": "7748ab2d7b1a6cd3dda10538758e981c71e5b72d",
- "shasum": ""
- },
- "require": {
- "latte/latte": "2.3.3",
- "nette/application": "2.3.4",
- "nette/bootstrap": "2.3.3",
- "nette/caching": "2.3.3",
- "nette/component-model": "2.2.3",
- "nette/database": "2.3.4",
- "nette/deprecated": "2.3.1",
- "nette/di": "2.3.5",
- "nette/finder": "2.3.1",
- "nette/forms": "2.3.4",
- "nette/http": "2.3.3",
- "nette/mail": "2.3.2",
- "nette/neon": "2.3.2",
- "nette/php-generator": "2.3.1",
- "nette/reflection": "2.3.1",
- "nette/robot-loader": "2.3.1",
- "nette/safe-stream": "2.3.1",
- "nette/security": "2.3.1",
- "nette/tokenizer": "2.2.1",
- "nette/utils": "2.3.3",
- "tracy/tracy": "2.3.3"
- },
- "type": "library",
- "autoload": {
- "classmap": [
- "Nette/"
- ]
- },
- "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 Framework - innovative framework for fast and easy development of secured web applications in PHP. Write less, have cleaner code and your work will bring you joy.",
- "homepage": "http://nette.org",
- "keywords": [
- "Forms",
- "database",
- "debugging",
- "framework",
- "mailing",
- "mvc",
- "templating"
- ],
- "time": "2015-07-20 01:58:21"
+ "time": "2015-08-22 15:23:30"
},
{
"name": "nette/php-generator",
- "version": "v2.3.1",
+ "version": "v2.3.5",
"source": {
"type": "git",
"url": "https://github.com/nette/php-generator.git",
- "reference": "c47ad59b972e8a5f4bb00299951bd8053a8fc074"
+ "reference": "224730a45e0cd6e76e692997a3d981a592f80b5d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nette/php-generator/zipball/c47ad59b972e8a5f4bb00299951bd8053a8fc074",
- "reference": "c47ad59b972e8a5f4bb00299951bd8053a8fc074",
+ "url": "https://api.github.com/repos/nette/php-generator/zipball/224730a45e0cd6e76e692997a3d981a592f80b5d",
+ "reference": "224730a45e0cd6e76e692997a3d981a592f80b5d",
"shasum": ""
},
"require": {
@@ -1143,16 +1376,16 @@
"authors": [
{
"name": "David Grudl",
- "homepage": "http://davidgrudl.com"
+ "homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
- "homepage": "http://nette.org/contributors"
+ "homepage": "https://nette.org/contributors"
}
],
"description": "Nette PHP Generator",
- "homepage": "http://nette.org",
- "time": "2015-07-11 21:19:33"
+ "homepage": "https://nette.org",
+ "time": "2015-11-29 22:14:37"
},
{
"name": "nette/reflection",
@@ -1366,17 +1599,17 @@
"time": "2015-07-11 21:22:53"
},
{
- "name": "nette/tokenizer",
- "version": "v2.2.1",
+ "name": "nette/utils",
+ "version": "v2.3.7",
"source": {
"type": "git",
- "url": "https://github.com/nette/tokenizer.git",
- "reference": "cbb4920d166af495f83eb213f16512a421d44f63"
+ "url": "https://github.com/nette/utils.git",
+ "reference": "6f1ed73088c28a24acc9657ca14b3418a270e24b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nette/tokenizer/zipball/cbb4920d166af495f83eb213f16512a421d44f63",
- "reference": "cbb4920d166af495f83eb213f16512a421d44f63",
+ "url": "https://api.github.com/repos/nette/utils/zipball/6f1ed73088c28a24acc9657ca14b3418a270e24b",
+ "reference": "6f1ed73088c28a24acc9657ca14b3418a270e24b",
"shasum": ""
},
"require": {
@@ -1388,6 +1621,12 @@
"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": [
@@ -1403,165 +1642,252 @@
"authors": [
{
"name": "David Grudl",
- "homepage": "http://davidgrudl.com"
+ "homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
- "homepage": "http://nette.org/contributors"
+ "homepage": "https://nette.org/contributors"
}
],
- "description": "Nette Tokenizer",
- "homepage": "http://nette.org",
- "time": "2015-07-11 21:24:02"
+ "description": "Nette Utility Classes",
+ "homepage": "https://nette.org",
+ "time": "2015-11-30 00:11:35"
},
{
- "name": "nette/utils",
- "version": "v2.3.3",
+ "name": "phing/phing",
+ "version": "2.13.0",
"source": {
"type": "git",
- "url": "https://github.com/nette/utils.git",
- "reference": "ff80fce39fdc381e7e0db6cc5ffc82162e59f6bb"
+ "url": "https://github.com/phingofficial/phing.git",
+ "reference": "a5b10a50160c8a4744545aacb33ef158349e655c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nette/utils/zipball/ff80fce39fdc381e7e0db6cc5ffc82162e59f6bb",
- "reference": "ff80fce39fdc381e7e0db6cc5ffc82162e59f6bb",
+ "url": "https://api.github.com/repos/phingofficial/phing/zipball/a5b10a50160c8a4744545aacb33ef158349e655c",
+ "reference": "a5b10a50160c8a4744545aacb33ef158349e655c",
"shasum": ""
},
"require": {
- "php": ">=5.3.1"
- },
- "conflict": {
- "nette/nette": "<2.2"
+ "php": ">=5.2.0"
},
"require-dev": {
- "nette/tester": "~1.0"
+ "ext-pdo_sqlite": "*",
+ "lastcraft/simpletest": "@dev",
+ "pdepend/pdepend": "2.x",
+ "pear/archive_tar": "1.4.x",
+ "pear/http_request2": "dev-trunk",
+ "pear/net_growl": "dev-trunk",
+ "pear/pear-core-minimal": "1.10.1",
+ "pear/versioncontrol_git": "@dev",
+ "pear/versioncontrol_svn": "~0.5",
+ "phpdocumentor/phpdocumentor": "2.x",
+ "phploc/phploc": "~2.0.6",
+ "phpmd/phpmd": "~2.2",
+ "phpunit/phpunit": ">=3.7",
+ "sebastian/git": "~1.0",
+ "sebastian/phpcpd": "2.x",
+ "squizlabs/php_codesniffer": "~2.2",
+ "symfony/yaml": "~2.7"
},
"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..."
+ "pdepend/pdepend": "PHP version of JDepend",
+ "pear/archive_tar": "Tar file management class",
+ "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
+ "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
+ "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
+ "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
+ "phpmd/phpmd": "PHP version of PMD tool",
+ "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
+ "phpunit/phpunit": "The PHP Unit Testing Framework",
+ "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
+ "tedivm/jshrink": "Javascript Minifier built in PHP"
},
+ "bin": [
+ "bin/phing"
+ ],
"type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.13.x-dev"
+ }
+ },
"autoload": {
"classmap": [
- "src/"
+ "classes/phing/"
]
},
"notification-url": "https://packagist.org/downloads/",
+ "include-path": [
+ "classes"
+ ],
"license": [
- "BSD-3-Clause",
- "GPL-2.0",
- "GPL-3.0"
+ "LGPL-3.0"
],
"authors": [
{
- "name": "David Grudl",
- "homepage": "http://davidgrudl.com"
+ "name": "Michiel Rook",
+ "email": "mrook@php.net"
},
{
- "name": "Nette Community",
- "homepage": "http://nette.org/contributors"
+ "name": "Phing Community",
+ "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
}
],
- "description": "Nette Utility Classes",
- "homepage": "http://nette.org",
- "time": "2015-07-13 22:30:00"
+ "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
+ "homepage": "https://www.phing.info/",
+ "keywords": [
+ "build",
+ "phing",
+ "task",
+ "tool"
+ ],
+ "time": "2015-12-04 09:45:44"
},
{
- "name": "phing/phing",
- "version": "2.4.14",
+ "name": "phpdocumentor/reflection-docblock",
+ "version": "2.0.4",
"source": {
"type": "git",
- "url": "https://github.com/phingofficial/phing.git",
- "reference": "41075d93ca254f1c90c79ec7ce81be2b2629e138"
+ "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
+ "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phingofficial/phing/zipball/41075d93ca254f1c90c79ec7ce81be2b2629e138",
- "reference": "41075d93ca254f1c90c79ec7ce81be2b2629e138",
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
+ "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
"shasum": ""
},
"require": {
- "php": ">=5.2.0"
+ "php": ">=5.3.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~4.0"
+ },
+ "suggest": {
+ "dflydev/markdown": "~1.0",
+ "erusev/parsedown": "~1.0"
},
- "bin": [
- "bin/phing"
- ],
"type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.0.x-dev"
+ }
+ },
"autoload": {
- "classmap": [
- "classes/phing/"
- ]
+ "psr-0": {
+ "phpDocumentor": [
+ "src/"
+ ]
+ }
},
"notification-url": "https://packagist.org/downloads/",
- "include-path": [
- "classes"
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Mike van Riel",
+ "email": "mike.vanriel@naenius.com"
+ }
],
+ "time": "2015-02-03 12:10:50"
+ },
+ {
+ "name": "phpspec/prophecy",
+ "version": "v1.5.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phpspec/prophecy.git",
+ "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
+ "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/instantiator": "^1.0.2",
+ "phpdocumentor/reflection-docblock": "~2.0",
+ "sebastian/comparator": "~1.1"
+ },
+ "require-dev": {
+ "phpspec/phpspec": "~2.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.4.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Prophecy\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
"license": [
- "LGPL3"
+ "MIT"
],
"authors": [
{
- "name": "Michiel Rook",
- "email": "mrook@php.net",
- "role": "Lead"
+ "name": "Konstantin Kudryashov",
+ "email": "ever.zet@gmail.com",
+ "homepage": "http://everzet.com"
},
{
- "name": "Phing Community",
- "homepage": "http://www.phing.info/trac/wiki/Development/Contributors"
+ "name": "Marcello Duarte",
+ "email": "marcello.duarte@gmail.com"
}
],
- "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
- "homepage": "http://www.phing.info/",
+ "description": "Highly opinionated mocking framework for PHP 5.3+",
+ "homepage": "https://github.com/phpspec/prophecy",
"keywords": [
- "build",
- "task",
- "tool"
+ "Double",
+ "Dummy",
+ "fake",
+ "mock",
+ "spy",
+ "stub"
],
- "time": "2012-11-29 21:23:47"
+ "time": "2015-08-13 10:07:40"
},
{
"name": "phpunit/dbunit",
- "version": "1.3.0",
+ "version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/dbunit.git",
- "reference": "9d8a28bdb41fbd3c0dc16fa32fc00862d06abace"
+ "reference": "390cefcb101e07e1d6400dbdfc3b90ecf2c1279f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/9d8a28bdb41fbd3c0dc16fa32fc00862d06abace",
- "reference": "9d8a28bdb41fbd3c0dc16fa32fc00862d06abace",
+ "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/390cefcb101e07e1d6400dbdfc3b90ecf2c1279f",
+ "reference": "390cefcb101e07e1d6400dbdfc3b90ecf2c1279f",
"shasum": ""
},
"require": {
"ext-pdo": "*",
"ext-simplexml": "*",
- "php": ">=5.3.3",
- "phpunit/phpunit": ">=3.7.0@stable",
- "symfony/yaml": ">=2.1.0"
+ "php": ">=5.4",
+ "phpunit/phpunit": "~4|~5",
+ "symfony/yaml": "~2.1|~3.0"
},
"bin": [
- "composer/bin/dbunit"
+ "dbunit"
],
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.3.x-dev"
+ "dev-master": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
- "PHPUnit/"
+ "src/"
]
},
"notification-url": "https://packagist.org/downloads/",
- "include-path": [
- "",
- "../../symfony/yaml/"
- ],
"license": [
"BSD-3-Clause"
],
@@ -1579,50 +1905,51 @@
"testing",
"xunit"
],
- "time": "2013-11-04 08:33:33"
+ "time": "2015-11-03 11:17:01"
},
{
"name": "phpunit/php-code-coverage",
- "version": "1.2.18",
+ "version": "2.2.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
- "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b"
+ "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
- "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
+ "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
- "phpunit/php-file-iterator": ">=1.3.0@stable",
- "phpunit/php-text-template": ">=1.2.0@stable",
- "phpunit/php-token-stream": ">=1.1.3,<1.3.0"
+ "phpunit/php-file-iterator": "~1.3",
+ "phpunit/php-text-template": "~1.2",
+ "phpunit/php-token-stream": "~1.3",
+ "sebastian/environment": "^1.3.2",
+ "sebastian/version": "~1.0"
},
"require-dev": {
- "phpunit/phpunit": "3.7.*@dev"
+ "ext-xdebug": ">=2.1.4",
+ "phpunit/phpunit": "~4"
},
"suggest": {
"ext-dom": "*",
- "ext-xdebug": ">=2.0.5"
+ "ext-xdebug": ">=2.2.1",
+ "ext-xmlwriter": "*"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.2.x-dev"
+ "dev-master": "2.2.x-dev"
}
},
"autoload": {
"classmap": [
- "PHP/"
+ "src/"
]
},
"notification-url": "https://packagist.org/downloads/",
- "include-path": [
- ""
- ],
"license": [
"BSD-3-Clause"
],
@@ -1640,7 +1967,7 @@
"testing",
"xunit"
],
- "time": "2014-09-02 10:13:14"
+ "time": "2015-10-06 15:47:00"
},
{
"name": "phpunit/php-file-iterator",
@@ -1691,40 +2018,40 @@
},
{
"name": "phpunit/php-invoker",
- "version": "1.1.3",
+ "version": "1.1.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-invoker.git",
- "reference": "8696484458cb43eed025ab46260846de5b74655c"
+ "reference": "86074bf0fc2caf02ec8819a93f65a37cd0b44c8e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/8696484458cb43eed025ab46260846de5b74655c",
- "reference": "8696484458cb43eed025ab46260846de5b74655c",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/86074bf0fc2caf02ec8819a93f65a37cd0b44c8e",
+ "reference": "86074bf0fc2caf02ec8819a93f65a37cd0b44c8e",
"shasum": ""
},
"require": {
"ext-pcntl": "*",
- "php": ">=5.2.7",
- "phpunit/php-timer": ">=1.0.4,<1.1.0"
+ "php": ">=5.3.3",
+ "phpunit/php-timer": ">=1.0.6"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~4"
},
"type": "library",
"autoload": {
"classmap": [
- "PHP/"
+ "src/"
]
},
"notification-url": "https://packagist.org/downloads/",
- "include-path": [
- ""
- ],
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
- "email": "sb@sebastian-bergmann.de",
+ "email": "sebastian@phpunit.de",
"role": "lead"
}
],
@@ -1733,7 +2060,7 @@
"keywords": [
"process"
],
- "time": "2013-07-16 05:20:21"
+ "time": "2015-06-21 13:32:55"
},
{
"name": "phpunit/php-text-template",
@@ -1819,45 +2146,44 @@
},
{
"name": "phpunit/php-token-stream",
- "version": "1.2.2",
+ "version": "1.4.8",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
- "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32"
+ "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32",
- "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
+ "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=5.3.3"
},
+ "require-dev": {
+ "phpunit/phpunit": "~4.2"
+ },
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.2-dev"
+ "dev-master": "1.4-dev"
}
},
"autoload": {
"classmap": [
- "PHP/"
+ "src/"
]
},
"notification-url": "https://packagist.org/downloads/",
- "include-path": [
- ""
- ],
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
- "email": "sb@sebastian-bergmann.de",
- "role": "lead"
+ "email": "sebastian@phpunit.de"
}
],
"description": "Wrapper around PHP's tokenizer extension.",
@@ -1865,63 +2191,61 @@
"keywords": [
"tokenizer"
],
- "time": "2014-03-03 05:10:30"
+ "time": "2015-09-15 10:49:45"
},
{
"name": "phpunit/phpunit",
- "version": "3.7.28",
+ "version": "4.8.19",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "3b97c8492bcafbabe6b6fbd2ab35f2f04d932a8d"
+ "reference": "b2caaf8947aba5e002d42126723e9d69795f32b4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3b97c8492bcafbabe6b6fbd2ab35f2f04d932a8d",
- "reference": "3b97c8492bcafbabe6b6fbd2ab35f2f04d932a8d",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b2caaf8947aba5e002d42126723e9d69795f32b4",
+ "reference": "b2caaf8947aba5e002d42126723e9d69795f32b4",
"shasum": ""
},
"require": {
"ext-dom": "*",
+ "ext-json": "*",
"ext-pcre": "*",
"ext-reflection": "*",
"ext-spl": "*",
"php": ">=5.3.3",
- "phpunit/php-code-coverage": "~1.2.1",
- "phpunit/php-file-iterator": ">=1.3.1",
- "phpunit/php-text-template": ">=1.1.1",
- "phpunit/php-timer": ">=1.0.4",
- "phpunit/phpunit-mock-objects": "~1.2.0",
- "symfony/yaml": "~2.0"
- },
- "require-dev": {
- "pear-pear/pear": "1.9.4"
+ "phpspec/prophecy": "^1.3.1",
+ "phpunit/php-code-coverage": "~2.1",
+ "phpunit/php-file-iterator": "~1.4",
+ "phpunit/php-text-template": "~1.2",
+ "phpunit/php-timer": ">=1.0.6",
+ "phpunit/phpunit-mock-objects": "~2.3",
+ "sebastian/comparator": "~1.1",
+ "sebastian/diff": "~1.2",
+ "sebastian/environment": "~1.3",
+ "sebastian/exporter": "~1.2",
+ "sebastian/global-state": "~1.0",
+ "sebastian/version": "~1.0",
+ "symfony/yaml": "~2.1|~3.0"
},
"suggest": {
- "ext-json": "*",
- "ext-simplexml": "*",
- "ext-tokenizer": "*",
- "phpunit/php-invoker": ">=1.1.0,<1.2.0"
+ "phpunit/php-invoker": "~1.1"
},
"bin": [
- "composer/bin/phpunit"
+ "phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "3.7.x-dev"
+ "dev-master": "4.8.x-dev"
}
},
"autoload": {
"classmap": [
- "PHPUnit/"
+ "src/"
]
},
"notification-url": "https://packagist.org/downloads/",
- "include-path": [
- "",
- "../../symfony/yaml/"
- ],
"license": [
"BSD-3-Clause"
],
@@ -1933,45 +2257,52 @@
}
],
"description": "The PHP Unit Testing framework.",
- "homepage": "http://www.phpunit.de/",
+ "homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
- "time": "2013-10-17 07:27:40"
+ "time": "2015-11-30 08:18:59"
},
{
"name": "phpunit/phpunit-mock-objects",
- "version": "1.2.3",
+ "version": "2.3.8",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
- "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875"
+ "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875",
- "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
+ "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
"shasum": ""
},
"require": {
+ "doctrine/instantiator": "^1.0.2",
"php": ">=5.3.3",
- "phpunit/php-text-template": ">=1.1.1@stable"
+ "phpunit/php-text-template": "~1.2",
+ "sebastian/exporter": "~1.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~4.4"
},
"suggest": {
"ext-soap": "*"
},
"type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.3.x-dev"
+ }
+ },
"autoload": {
"classmap": [
- "PHPUnit/"
+ "src/"
]
},
"notification-url": "https://packagist.org/downloads/",
- "include-path": [
- ""
- ],
"license": [
"BSD-3-Clause"
],
@@ -1988,7 +2319,7 @@
"mock",
"xunit"
],
- "time": "2013-01-13 10:24:48"
+ "time": "2015-10-02 06:51:40"
},
{
"name": "phpunit/phpunit-selenium",
@@ -2137,41 +2468,41 @@
"source": {
"type": "git",
"url": "https://github.com/satooshi/php-coveralls.git",
- "reference": "2fbf803803d179ab1082807308a67bbd5a760c70"
+ "reference": "410d235bde2aa3f93271b39bbc75f82c58b15a11"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/2fbf803803d179ab1082807308a67bbd5a760c70",
- "reference": "2fbf803803d179ab1082807308a67bbd5a760c70",
+ "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/410d235bde2aa3f93271b39bbc75f82c58b15a11",
+ "reference": "410d235bde2aa3f93271b39bbc75f82c58b15a11",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-simplexml": "*",
- "guzzle/guzzle": ">=2.7",
- "php": ">=5.3",
- "psr/log": "1.0.0",
- "symfony/config": ">=2.0",
- "symfony/console": ">=2.0",
- "symfony/stopwatch": ">=2.2",
- "symfony/yaml": ">=2.0"
+ "guzzle/guzzle": "^2.8|^3.0",
+ "php": ">=5.3.3",
+ "psr/log": "^1.0",
+ "symfony/config": "^2.0|^3.0",
+ "symfony/console": "^2.1|^3.0",
+ "symfony/stopwatch": "^2.2|^3.0",
+ "symfony/yaml": "^2.1|^3.0"
},
"require-dev": {
- "apigen/apigen": "2.8.*@stable",
- "pdepend/pdepend": "dev-master as 2.0.0",
- "phpmd/phpmd": "dev-master",
- "phpunit/php-invoker": ">=1.1.0,<1.2.0",
- "phpunit/phpunit": "3.7.*@stable",
- "sebastian/finder-facade": "dev-master",
- "sebastian/phpcpd": "1.4.*@stable",
- "squizlabs/php_codesniffer": "1.4.*@stable",
- "theseer/fdomdocument": "dev-master"
+ "apigen/apigen": "^2.8",
+ "pdepend/pdepend": "^2.2",
+ "phpmd/phpmd": "^2.0",
+ "phpunit/php-invoker": "^1.1",
+ "phpunit/phpunit": "^4.0",
+ "sebastian/finder-facade": "^1.1",
+ "sebastian/phpcpd": "^1.4",
+ "squizlabs/php_codesniffer": "^1.4",
+ "theseer/fdomdocument": "^1.6"
},
"suggest": {
"symfony/http-kernel": "Allows Symfony integration"
},
"bin": [
- "composer/bin/coveralls"
+ "bin/coveralls"
],
"type": "library",
"extra": {
@@ -2180,9 +2511,8 @@
}
},
"autoload": {
- "psr-0": {
- "Satooshi\\Component": "src/",
- "Satooshi\\Bundle": "src/"
+ "psr-4": {
+ "Satooshi\\": "src/Satooshi/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -2204,7 +2534,7 @@
"github",
"test"
],
- "time": "2014-11-11 15:35:34"
+ "time": "2015-12-05 22:25:33"
},
{
"name": "sebastian/comparator",
@@ -2272,28 +2602,28 @@
},
{
"name": "sebastian/diff",
- "version": "1.3.0",
+ "version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
- "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
+ "reference": "2b0112e42c338afa9ad9dfeb94d66f6d84c2f828"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
- "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
+ "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/2b0112e42c338afa9ad9dfeb94d66f6d84c2f828",
+ "reference": "2b0112e42c338afa9ad9dfeb94d66f6d84c2f828",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
- "phpunit/phpunit": "~4.2"
+ "phpunit/phpunit": "~5"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.3-dev"
+ "dev-master": "1.4-dev"
}
},
"autoload": {
@@ -2316,11 +2646,61 @@
}
],
"description": "Diff implementation",
- "homepage": "http://www.github.com/sebastianbergmann/diff",
+ "homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
"diff"
],
- "time": "2015-02-22 15:13:53"
+ "time": "2015-12-06 07:21:36"
+ },
+ {
+ "name": "sebastian/environment",
+ "version": "1.3.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/environment.git",
+ "reference": "6e7133793a8e5a5714a551a8324337374be209df"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e7133793a8e5a5714a551a8324337374be209df",
+ "reference": "6e7133793a8e5a5714a551a8324337374be209df",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~4.4"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.3.x-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ }
+ ],
+ "description": "Provides functionality to handle HHVM/PHP environments",
+ "homepage": "http://www.github.com/sebastianbergmann/environment",
+ "keywords": [
+ "Xdebug",
+ "environment",
+ "hhvm"
+ ],
+ "time": "2015-12-02 08:37:27"
},
{
"name": "sebastian/exporter",
@@ -2389,17 +2769,68 @@
"time": "2015-06-21 07:55:53"
},
{
+ "name": "sebastian/global-state",
+ "version": "1.1.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/global-state.git",
+ "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
+ "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~4.2"
+ },
+ "suggest": {
+ "ext-uopz": "*"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ }
+ ],
+ "description": "Snapshotting of global state",
+ "homepage": "http://www.github.com/sebastianbergmann/global-state",
+ "keywords": [
+ "global state"
+ ],
+ "time": "2015-10-12 03:26:01"
+ },
+ {
"name": "sebastian/recursion-context",
- "version": "1.0.1",
+ "version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
- "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
+ "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
- "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
+ "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
+ "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
"shasum": ""
},
"require": {
@@ -2439,39 +2870,120 @@
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
- "time": "2015-06-21 08:04:50"
+ "time": "2015-11-11 19:50:13"
},
{
- "name": "symfony/config",
- "version": "v2.7.3",
+ "name": "sebastian/version",
+ "version": "1.0.6",
"source": {
"type": "git",
- "url": "https://github.com/symfony/Config.git",
- "reference": "6c905bbed1e728226de656e4c07d620dfe9e80d9"
+ "url": "https://github.com/sebastianbergmann/version.git",
+ "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/Config/zipball/6c905bbed1e728226de656e4c07d620dfe9e80d9",
- "reference": "6c905bbed1e728226de656e4c07d620dfe9e80d9",
+ "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
+ "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
+ "shasum": ""
+ },
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Library that helps with managing the version number of Git-hosted PHP projects",
+ "homepage": "https://github.com/sebastianbergmann/version",
+ "time": "2015-06-21 13:59:46"
+ },
+ {
+ "name": "seld/jsonlint",
+ "version": "1.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/Seldaek/jsonlint.git",
+ "reference": "66834d3e3566bb5798db7294619388786ae99394"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/66834d3e3566bb5798db7294619388786ae99394",
+ "reference": "66834d3e3566bb5798db7294619388786ae99394",
"shasum": ""
},
"require": {
- "php": ">=5.3.9",
- "symfony/filesystem": "~2.3"
+ "php": "^5.3 || ^7.0"
},
- "require-dev": {
- "symfony/phpunit-bridge": "~2.7"
+ "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-11-21 02:21:41"
+ },
+ {
+ "name": "symfony/config",
+ "version": "v3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/config.git",
+ "reference": "40bae8658dbbb500ebc19aa9fde22dc4295fc290"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/config/zipball/40bae8658dbbb500ebc19aa9fde22dc4295fc290",
+ "reference": "40bae8658dbbb500ebc19aa9fde22dc4295fc290",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.5.9",
+ "symfony/filesystem": "~2.8|~3.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.7-dev"
+ "dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Config\\": ""
- }
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -2489,30 +3001,30 @@
],
"description": "Symfony Config Component",
"homepage": "https://symfony.com",
- "time": "2015-07-09 16:07:40"
+ "time": "2015-11-02 20:34:04"
},
{
"name": "symfony/console",
- "version": "v2.7.3",
+ "version": "v2.8.0",
"source": {
"type": "git",
- "url": "https://github.com/symfony/Console.git",
- "reference": "d6cf02fe73634c96677e428f840704bfbcaec29e"
+ "url": "https://github.com/symfony/console.git",
+ "reference": "d232bfc100dfd32b18ccbcab4bcc8f28697b7e41"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/Console/zipball/d6cf02fe73634c96677e428f840704bfbcaec29e",
- "reference": "d6cf02fe73634c96677e428f840704bfbcaec29e",
+ "url": "https://api.github.com/repos/symfony/console/zipball/d232bfc100dfd32b18ccbcab4bcc8f28697b7e41",
+ "reference": "d232bfc100dfd32b18ccbcab4bcc8f28697b7e41",
"shasum": ""
},
"require": {
- "php": ">=5.3.9"
+ "php": ">=5.3.9",
+ "symfony/polyfill-mbstring": "~1.0"
},
"require-dev": {
"psr/log": "~1.0",
- "symfony/event-dispatcher": "~2.1",
- "symfony/phpunit-bridge": "~2.7",
- "symfony/process": "~2.1"
+ "symfony/event-dispatcher": "~2.1|~3.0.0",
+ "symfony/process": "~2.1|~3.0.0"
},
"suggest": {
"psr/log": "For using the console logger",
@@ -2522,13 +3034,16 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.7-dev"
+ "dev-master": "2.8-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
- }
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -2546,20 +3061,20 @@
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
- "time": "2015-07-28 15:18:12"
+ "time": "2015-11-30 12:35:10"
},
{
"name": "symfony/event-dispatcher",
- "version": "v2.7.3",
+ "version": "v2.8.0",
"source": {
"type": "git",
- "url": "https://github.com/symfony/EventDispatcher.git",
- "reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3"
+ "url": "https://github.com/symfony/event-dispatcher.git",
+ "reference": "a5eb815363c0388e83247e7e9853e5dbc14999cc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
- "reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a5eb815363c0388e83247e7e9853e5dbc14999cc",
+ "reference": "a5eb815363c0388e83247e7e9853e5dbc14999cc",
"shasum": ""
},
"require": {
@@ -2567,11 +3082,10 @@
},
"require-dev": {
"psr/log": "~1.0",
- "symfony/config": "~2.0,>=2.0.5",
- "symfony/dependency-injection": "~2.6",
- "symfony/expression-language": "~2.6",
- "symfony/phpunit-bridge": "~2.7",
- "symfony/stopwatch": "~2.3"
+ "symfony/config": "~2.0,>=2.0.5|~3.0.0",
+ "symfony/dependency-injection": "~2.6|~3.0.0",
+ "symfony/expression-language": "~2.6|~3.0.0",
+ "symfony/stopwatch": "~2.3|~3.0.0"
},
"suggest": {
"symfony/dependency-injection": "",
@@ -2580,13 +3094,16 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.7-dev"
+ "dev-master": "2.8-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
- }
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -2604,38 +3121,38 @@
],
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
- "time": "2015-06-18 19:21:56"
+ "time": "2015-10-30 20:15:42"
},
{
"name": "symfony/filesystem",
- "version": "v2.7.3",
+ "version": "v3.0.0",
"source": {
"type": "git",
- "url": "https://github.com/symfony/Filesystem.git",
- "reference": "2d7b2ddaf3f548f4292df49a99d19c853d43f0b8"
+ "url": "https://github.com/symfony/filesystem.git",
+ "reference": "692d98d813e4ef314b9c22775c86ddbeb0f44884"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/Filesystem/zipball/2d7b2ddaf3f548f4292df49a99d19c853d43f0b8",
- "reference": "2d7b2ddaf3f548f4292df49a99d19c853d43f0b8",
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/692d98d813e4ef314b9c22775c86ddbeb0f44884",
+ "reference": "692d98d813e4ef314b9c22775c86ddbeb0f44884",
"shasum": ""
},
"require": {
- "php": ">=5.3.9"
- },
- "require-dev": {
- "symfony/phpunit-bridge": "~2.7"
+ "php": ">=5.5.9"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.7-dev"
+ "dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
- }
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -2653,24 +3170,25 @@
],
"description": "Symfony Filesystem Component",
"homepage": "https://symfony.com",
- "time": "2015-07-09 16:07:40"
+ "time": "2015-11-23 10:41:47"
},
{
- "name": "symfony/stopwatch",
- "version": "v2.7.3",
+ "name": "symfony/options-resolver",
+ "version": "v2.6.12",
+ "target-dir": "Symfony/Component/OptionsResolver",
"source": {
"type": "git",
- "url": "https://github.com/symfony/Stopwatch.git",
- "reference": "b07a866719bbac5294c67773340f97b871733310"
+ "url": "https://github.com/symfony/options-resolver.git",
+ "reference": "31e56594cee489e9a235b852228b0598b52101c1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/Stopwatch/zipball/b07a866719bbac5294c67773340f97b871733310",
- "reference": "b07a866719bbac5294c67773340f97b871733310",
+ "url": "https://api.github.com/repos/symfony/options-resolver/zipball/31e56594cee489e9a235b852228b0598b52101c1",
+ "reference": "31e56594cee489e9a235b852228b0598b52101c1",
"shasum": ""
},
"require": {
- "php": ">=5.3.9"
+ "php": ">=5.3.3"
},
"require-dev": {
"symfony/phpunit-bridge": "~2.7"
@@ -2678,13 +3196,123 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.7-dev"
+ "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.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-mbstring.git",
+ "reference": "0b6a8940385311a24e060ec1fe35680e17c74497"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0b6a8940385311a24e060ec1fe35680e17c74497",
+ "reference": "0b6a8940385311a24e060ec1fe35680e17c74497",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
- "Symfony\\Component\\Stopwatch\\": ""
+ "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": "2015-11-04 20:28:58"
+ },
+ {
+ "name": "symfony/stopwatch",
+ "version": "v3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/stopwatch.git",
+ "reference": "6aeac8907e3e1340a0033b0a9ec075f8e6524800"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/stopwatch/zipball/6aeac8907e3e1340a0033b0a9ec075f8e6524800",
+ "reference": "6aeac8907e3e1340a0033b0a9ec075f8e6524800",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.5.9"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.0-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Stopwatch\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -2702,38 +3330,38 @@
],
"description": "Symfony Stopwatch Component",
"homepage": "https://symfony.com",
- "time": "2015-07-01 18:23:16"
+ "time": "2015-10-30 23:35:59"
},
{
"name": "symfony/yaml",
- "version": "v2.7.3",
+ "version": "v2.8.0",
"source": {
"type": "git",
- "url": "https://github.com/symfony/Yaml.git",
- "reference": "71340e996171474a53f3d29111d046be4ad8a0ff"
+ "url": "https://github.com/symfony/yaml.git",
+ "reference": "f79824187de95064a2f5038904c4d7f0227fedb5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/Yaml/zipball/71340e996171474a53f3d29111d046be4ad8a0ff",
- "reference": "71340e996171474a53f3d29111d046be4ad8a0ff",
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/f79824187de95064a2f5038904c4d7f0227fedb5",
+ "reference": "f79824187de95064a2f5038904c4d7f0227fedb5",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
- "require-dev": {
- "symfony/phpunit-bridge": "~2.7"
- },
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.7-dev"
+ "dev-master": "2.8-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
- }
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -2751,20 +3379,20 @@
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
- "time": "2015-07-28 14:07:07"
+ "time": "2015-11-30 12:35:10"
},
{
"name": "tracy/tracy",
- "version": "v2.3.3",
+ "version": "v2.3.7",
"source": {
"type": "git",
"url": "https://github.com/nette/tracy.git",
- "reference": "17d15b8dc83cab3bc5022a45d32c681a76cc19e1"
+ "reference": "eddb369f320b86fe37838bbbfb12d79ddd21d134"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nette/tracy/zipball/17d15b8dc83cab3bc5022a45d32c681a76cc19e1",
- "reference": "17d15b8dc83cab3bc5022a45d32c681a76cc19e1",
+ "url": "https://api.github.com/repos/nette/tracy/zipball/eddb369f320b86fe37838bbbfb12d79ddd21d134",
+ "reference": "eddb369f320b86fe37838bbbfb12d79ddd21d134",
"shasum": ""
},
"require": {
@@ -2792,21 +3420,21 @@
"authors": [
{
"name": "David Grudl",
- "homepage": "http://davidgrudl.com"
+ "homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
- "homepage": "http://nette.org/contributors"
+ "homepage": "https://nette.org/contributors"
}
],
"description": "Tracy: useful PHP debugger",
- "homepage": "http://tracy.nette.org",
+ "homepage": "https://tracy.nette.org",
"keywords": [
"debug",
"debugger",
"nette"
],
- "time": "2015-07-03 12:52:35"
+ "time": "2015-11-30 00:50:47"
}
],
"aliases": [],