2015-08-08 16:51:10 +00:00
{
"_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"
],
2016-10-08 08:12:15 +00:00
"hash": "5e30cc558060688649540ceb733270b2",
"content-hash": "aed2c9fa91ef1e3f65996527ec243fc5",
2015-08-08 16:51:10 +00:00
"packages": [
2015-08-23 17:25:31 +00:00
{
2016-06-14 09:03:23 +00:00
"name": "composer/ca-bundle",
2016-10-08 07:24:42 +00:00
"version": "1.0.4",
2015-08-23 17:25:31 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/composer/ca-bundle.git",
2016-10-08 07:24:42 +00:00
"reference": "ec21a59414b99501e723b63fd664aa8ead9c5680"
2015-08-23 17:25:31 +00:00
},
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/ec21a59414b99501e723b63fd664aa8ead9c5680",
"reference": "ec21a59414b99501e723b63fd664aa8ead9c5680",
2015-08-23 17:25:31 +00:00
"shasum": ""
},
"require": {
2016-10-08 07:24:42 +00:00
"ext-openssl": "*",
"ext-pcre": "*",
2016-06-14 09:03:23 +00:00
"php": "^5.3.2 || ^7.0"
2015-08-23 17:25:31 +00:00
},
"require-dev": {
2016-10-08 07:24:42 +00:00
"psr/log": "^1.0",
2016-06-14 09:03:23 +00:00
"symfony/process": "^2.5 || ^3.0"
2015-08-23 17:25:31 +00:00
},
"suggest": {
2016-06-14 09:03:23 +00:00
"symfony/process": "This is necessary to reliably check whether openssl_x509_parse is vulnerable on older php versions, but can be ignored on PHP 5.5.6+"
2015-08-23 17:25:31 +00:00
},
"type": "library",
2016-06-14 09:03:23 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
2015-08-23 17:25:31 +00:00
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-4": {
"Composer\\CaBundle\\": "src"
2015-08-23 17:25:31 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
2015-08-23 17:25:31 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
2015-08-23 17:25:31 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"cabundle",
"cacert",
"certificate",
"ssl",
"tls"
2015-08-23 17:25:31 +00:00
],
2016-10-08 07:24:42 +00:00
"time": "2016-09-04 19:00:06"
2015-08-23 17:25:31 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "composer/composer",
2016-10-08 07:24:42 +00:00
"version": "1.2.1",
2015-08-23 17:25:31 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/composer/composer.git",
2016-10-08 07:24:42 +00:00
"reference": "16422c4b1ac4286f7caecf5211136dc073191672"
2015-08-23 17:25:31 +00:00
},
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/composer/composer/zipball/16422c4b1ac4286f7caecf5211136dc073191672",
"reference": "16422c4b1ac4286f7caecf5211136dc073191672",
2015-08-23 17:25:31 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"composer/ca-bundle": "^1.0",
"composer/semver": "^1.0",
"composer/spdx-licenses": "^1.0",
2016-10-08 07:24:42 +00:00
"justinrainbow/json-schema": "^1.6 || ^2.0",
2016-06-14 09:03:23 +00:00
"php": "^5.3.2 || ^7.0",
"psr/log": "^1.0",
"seld/cli-prompt": "^1.0",
"seld/jsonlint": "^1.4",
"seld/phar-utils": "^1.0",
"symfony/console": "^2.5 || ^3.0",
"symfony/filesystem": "^2.5 || ^3.0",
"symfony/finder": "^2.2 || ^3.0",
"symfony/process": "^2.1 || ^3.0"
2015-08-23 17:25:31 +00:00
},
"require-dev": {
2016-06-14 09:03:23 +00:00
"phpunit/phpunit": "^4.5 || ^5.0.5",
2016-10-08 07:24:42 +00:00
"phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
2015-08-23 17:25:31 +00:00
},
"suggest": {
2016-06-14 09:03:23 +00:00
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
"ext-zip": "Enabling the zip extension allows you to unzip archives",
"ext-zlib": "Allow gzip compression of HTTP requests"
2015-08-23 17:25:31 +00:00
},
2016-06-14 09:03:23 +00:00
"bin": [
"bin/composer"
],
2015-08-23 17:25:31 +00:00
"type": "library",
"extra": {
"branch-alias": {
2016-10-08 07:24:42 +00:00
"dev-master": "1.2-dev"
2015-08-23 17:25:31 +00:00
}
},
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-4": {
"Composer\\": "src/Composer"
2015-08-23 17:25:31 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
2015-08-23 17:25:31 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
"homepage": "https://getcomposer.org/",
2015-08-23 17:25:31 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"autoload",
"dependency",
"package"
2015-08-23 17:25:31 +00:00
],
2016-10-08 07:24:42 +00:00
"time": "2016-09-12 09:27:20"
2015-08-23 17:25:31 +00:00
},
2015-08-22 21:41:00 +00:00
{
2016-06-14 09:03:23 +00:00
"name": "composer/semver",
2016-10-08 07:24:42 +00:00
"version": "1.4.2",
2015-08-22 21:41:00 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/composer/semver.git",
2016-10-08 07:24:42 +00:00
"reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
2015-08-22 21:41:00 +00:00
},
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
"reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
2015-08-22 21:41:00 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": "^5.3.2 || ^7.0"
2015-08-22 21:41:00 +00:00
},
2016-06-14 09:03:23 +00:00
"require-dev": {
"phpunit/phpunit": "^4.5 || ^5.0.5",
"phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
2015-08-22 21:41:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "1.x-dev"
2015-08-22 21:41:00 +00:00
}
},
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-4": {
"Composer\\Semver\\": "src"
2015-08-22 21:41:00 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
2015-08-22 21:41:00 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Semver library that offers utilities, version constraint parsing and validation.",
2015-08-22 21:41:00 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"semantic",
"semver",
"validation",
"versioning"
2015-08-22 21:41:00 +00:00
],
2016-10-08 07:24:42 +00:00
"time": "2016-08-30 16:08:34"
2015-08-23 17:25:31 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "composer/spdx-licenses",
2016-10-08 07:24:42 +00:00
"version": "1.1.5",
2015-08-23 17:25:31 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/composer/spdx-licenses.git",
2016-10-08 07:24:42 +00:00
"reference": "96c6a07b05b716e89a44529d060bc7f5c263cb13"
2015-08-23 17:25:31 +00:00
},
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/composer/spdx-licenses/zipball/96c6a07b05b716e89a44529d060bc7f5c263cb13",
"reference": "96c6a07b05b716e89a44529d060bc7f5c263cb13",
2015-08-23 17:25:31 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": "^5.3.2 || ^7.0"
2015-08-23 17:25:31 +00:00
},
"require-dev": {
2016-06-14 09:03:23 +00:00
"phpunit/phpunit": "^4.5 || ^5.0.5",
"phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
2015-08-23 17:25:31 +00:00
},
2016-06-14 09:03:23 +00:00
"type": "library",
2015-08-23 17:25:31 +00:00
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "1.x-dev"
2015-08-23 17:25:31 +00:00
}
},
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-4": {
"Composer\\Spdx\\": "src"
2015-08-23 17:25:31 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
2015-08-23 17:25:31 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "SPDX licenses list and validation library.",
2015-08-23 17:25:31 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"license",
"spdx",
"validator"
2015-08-23 17:25:31 +00:00
],
2016-10-08 07:24:42 +00:00
"time": "2016-09-28 07:17:45"
2015-08-23 17:25:31 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "dflydev/ant-path-matcher",
"version": "v1.0.3",
2015-08-23 17:25:31 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/dflydev/dflydev-util-antPathMatcher.git",
"reference": "66e0ed7cd07e1d989b170472d000b99ab8c9e33e"
2015-08-23 17:25:31 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/dflydev/dflydev-util-antPathMatcher/zipball/66e0ed7cd07e1d989b170472d000b99ab8c9e33e",
"reference": "66e0ed7cd07e1d989b170472d000b99ab8c9e33e",
2015-08-23 17:25:31 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.3"
2015-08-23 17:25:31 +00:00
},
2016-06-14 09:03:23 +00:00
"type": "library",
2015-08-23 17:25:31 +00:00
"autoload": {
"psr-0": {
2016-06-14 09:03:23 +00:00
"dflydev\\util\\antPathMatcher": "src"
2015-08-23 17:25:31 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Dragonfly Development Inc.",
"email": "info@dflydev.com",
"homepage": "http://dflydev.com"
},
{
"name": "Beau Simensen",
"email": "beau@dflydev.com",
"homepage": "http://beausimensen.com"
2015-08-23 17:25:31 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Ant Path Matcher Utility",
"homepage": "http://github.com/dflydev/dflydev-util-antPathMatcher",
2015-08-23 17:25:31 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"ant",
"matcher",
"path",
"pattern"
2015-08-23 17:25:31 +00:00
],
2016-06-14 09:03:23 +00:00
"time": "2012-12-03 05:03:00"
2015-08-23 17:25:31 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "dflydev/apache-mime-types",
"version": "v1.0.1",
2015-08-23 17:25:31 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/dflydev/dflydev-apache-mime-types.git",
"reference": "f30a57e59b7476e4c5270b6a0727d79c9c0eb861"
2015-08-23 17:25:31 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/dflydev/dflydev-apache-mime-types/zipball/f30a57e59b7476e4c5270b6a0727d79c9c0eb861",
"reference": "f30a57e59b7476e4c5270b6a0727d79c9c0eb861",
2015-08-23 17:25:31 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.3"
2015-08-23 17:25:31 +00:00
},
2016-06-14 09:03:23 +00:00
"require-dev": {
"twig/twig": "1.*"
},
"type": "library",
2015-08-23 17:25:31 +00:00
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "1.0-dev"
2015-08-23 17:25:31 +00:00
}
},
"autoload": {
"psr-0": {
2016-06-14 09:03:23 +00:00
"Dflydev\\ApacheMimeTypes": "src"
2015-08-23 17:25:31 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Dragonfly Development Inc.",
"email": "info@dflydev.com",
"homepage": "http://dflydev.com"
},
{
"name": "Beau Simensen",
"email": "beau@dflydev.com",
"homepage": "http://beausimensen.com"
}
2015-08-23 17:25:31 +00:00
],
2016-06-14 09:03:23 +00:00
"description": "Apache MIME Types",
2015-08-23 17:25:31 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"apache",
"mime",
"mimetypes"
2015-08-23 17:25:31 +00:00
],
2016-06-14 09:03:23 +00:00
"time": "2013-05-14 02:02:01"
2015-08-22 21:41:00 +00:00
},
2016-06-01 11:08:26 +00:00
{
2016-06-14 09:03:23 +00:00
"name": "dflydev/canal",
"version": "v1.0.0",
2016-06-01 11:08:26 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/dflydev/dflydev-canal.git",
"reference": "668af213d86f0f378f5dcce6799b974044fa6a51"
2016-06-01 11:08:26 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/dflydev/dflydev-canal/zipball/668af213d86f0f378f5dcce6799b974044fa6a51",
"reference": "668af213d86f0f378f5dcce6799b974044fa6a51",
2016-06-01 11:08:26 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"dflydev/apache-mime-types": "1.0.*",
"php": ">=5.3.3",
"webignition/internet-media-type": "0.*"
2016-06-01 11:08:26 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "1.0-dev"
2016-06-01 11:08:26 +00:00
}
},
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-0": {
"Dflydev\\Canal": "src"
2016-06-01 11:08:26 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Dragonfly Development Inc.",
"email": "info@dflydev.com",
"homepage": "http://dflydev.com"
},
{
"name": "Beau Simensen",
"email": "beau@dflydev.com",
"homepage": "http://beausimensen.com"
2016-06-01 11:08:26 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Content analysis for the purpose of determining Internet media types.",
2016-06-01 11:08:26 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"content",
"detection",
"mime",
"type"
2016-06-01 11:08:26 +00:00
],
2016-06-14 09:03:23 +00:00
"time": "2013-05-14 05:22:25"
2016-06-01 11:08:26 +00:00
},
2015-11-16 21:29:06 +00:00
{
2016-06-14 09:03:23 +00:00
"name": "dflydev/dot-access-configuration",
"version": "v1.0.1",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/dflydev/dflydev-dot-access-configuration.git",
"reference": "9b65c83159c9003e00284ea1144ad96b69d9c8b9"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/9b65c83159c9003e00284ea1144ad96b69d9c8b9",
"reference": "9b65c83159c9003e00284ea1144ad96b69d9c8b9",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"dflydev/dot-access-data": "1.*",
"dflydev/placeholder-resolver": "1.*",
"php": ">=5.3.2"
2015-08-08 16:51:10 +00:00
},
2015-08-24 22:18:10 +00:00
"require-dev": {
2016-06-14 09:03:23 +00:00
"symfony/yaml": "~2.1"
2015-08-08 16:51:10 +00:00
},
2015-11-16 21:29:06 +00:00
"suggest": {
2016-06-14 09:03:23 +00:00
"symfony/yaml": "Required for using the YAML Configuration Builders"
2015-11-16 21:29:06 +00:00
},
"type": "library",
2015-08-08 16:51:10 +00:00
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "1.0-dev"
2015-08-08 16:51:10 +00:00
}
},
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-0": {
"Dflydev\\DotAccessConfiguration": "src"
2015-08-08 16:51:10 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2015-08-24 22:18:10 +00:00
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Dragonfly Development Inc.",
"email": "info@dflydev.com",
"homepage": "http://dflydev.com"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "Beau Simensen",
"email": "beau@dflydev.com",
"homepage": "http://beausimensen.com"
2015-08-08 16:51:10 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Given a deep data structure representing a configuration, access configuration by dot notation.",
"homepage": "https://github.com/dflydev/dflydev-dot-access-configuration",
2015-08-08 16:51:10 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"config",
"configuration"
2015-08-08 16:51:10 +00:00
],
2016-06-14 09:03:23 +00:00
"time": "2014-11-14 03:26:12"
2015-08-08 16:51:10 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "dflydev/dot-access-data",
"version": "v1.0.1",
2015-08-08 16:51:10 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/dflydev/dflydev-dot-access-data.git",
"reference": "7a0960d088119818ce7687d200c363b01d183cbe"
2015-08-08 16:51:10 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/7a0960d088119818ce7687d200c363b01d183cbe",
"reference": "7a0960d088119818ce7687d200c363b01d183cbe",
2015-08-08 16:51:10 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.3.2"
2015-08-08 16:51:10 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "1.0-dev"
2015-08-08 16:51:10 +00:00
}
},
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-0": {
"Dflydev\\DotAccessData": "src"
2015-08-08 16:51:10 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2015-11-16 21:29:06 +00:00
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Dragonfly Development Inc.",
"email": "info@dflydev.com",
"homepage": "http://dflydev.com"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "Beau Simensen",
"email": "beau@dflydev.com",
"homepage": "http://beausimensen.com"
2015-11-16 21:29:06 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Given a deep data structure, access data by dot notation.",
"homepage": "https://github.com/dflydev/dflydev-dot-access-data",
2015-08-08 16:51:10 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"access",
"data",
"dot",
"notation"
2015-08-08 16:51:10 +00:00
],
2016-06-14 09:03:23 +00:00
"time": "2015-08-13 03:51:18"
2015-08-08 16:51:10 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "dflydev/embedded-composer",
"version": "dev-master",
2015-08-08 16:51:10 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/dflydev/dflydev-embedded-composer.git",
"reference": "c9ca20fd3ccfbfb7bfcc3c65c33191f458c8a3a7"
2015-08-08 16:51:10 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/dflydev/dflydev-embedded-composer/zipball/c9ca20fd3ccfbfb7bfcc3c65c33191f458c8a3a7",
"reference": "c9ca20fd3ccfbfb7bfcc3c65c33191f458c8a3a7",
2015-08-08 16:51:10 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"composer/composer": "^1.0",
"php": ">=5.3.2"
},
"replace": {
"dflydev/embedded-composer-bundle": "self.version",
"dflydev/embedded-composer-console": "self.version",
"dflydev/embedded-composer-core": "self.version"
2015-08-08 16:51:10 +00:00
},
2015-11-16 21:29:06 +00:00
"require-dev": {
2016-06-14 09:03:23 +00:00
"phpunit/phpunit": "~3.7.10",
"symfony/console": "~2.3@dev",
"symfony/http-kernel": "~2.1"
},
"suggest": {
"symfony/console": "~2.3",
"symfony/http-kernel": "~2.1"
2015-08-08 16:51:10 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "1.0-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-0": {
"Dflydev\\EmbeddedComposer": "src"
2015-11-16 21:29:06 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Dragonfly Development Inc.",
"email": "info@dflydev.com",
"homepage": "http://dflydev.com"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "Beau Simensen",
"email": "beau@dflydev.com",
"homepage": "http://beausimensen.com"
2015-08-08 16:51:10 +00:00
}
2015-11-16 21:29:06 +00:00
],
2016-06-14 09:03:23 +00:00
"description": "Embed Composer into another application",
2015-11-16 21:29:06 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"composer",
"embedded",
"extensibility"
2015-11-16 21:29:06 +00:00
],
2016-06-14 09:03:23 +00:00
"time": "2016-05-21 00:49:42"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "dflydev/placeholder-resolver",
"version": "v1.0.2",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/dflydev/dflydev-placeholder-resolver.git",
"reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
"reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
2015-11-16 21:29:06 +00:00
"shasum": ""
2015-08-08 16:51:10 +00:00
},
2015-11-16 21:29:06 +00:00
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.3.2"
2015-11-16 21:29:06 +00:00
},
"type": "library",
2016-06-14 09:03:23 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
2015-08-08 16:51:10 +00:00
"autoload": {
"psr-0": {
2016-06-14 09:03:23 +00:00
"Dflydev\\PlaceholderResolver": "src"
2015-08-08 16:51:10 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-11-16 21:29:06 +00:00
"name": "Dragonfly Development Inc.",
"email": "info@dflydev.com",
"homepage": "http://dflydev.com"
},
{
"name": "Beau Simensen",
"email": "beau@dflydev.com",
"homepage": "http://beausimensen.com"
2015-08-08 16:51:10 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Given a data source representing key => value pairs, resolve placeholders like ${foo.bar} to the value associated with the 'foo.bar' key in the data source.",
"homepage": "https://github.com/dflydev/dflydev-placeholder-resolver",
2015-08-08 16:51:10 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"placeholder",
"resolver"
2015-08-08 16:51:10 +00:00
],
2016-06-14 09:03:23 +00:00
"time": "2012-10-28 21:08:28"
2015-08-08 16:51:10 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "dflydev/symfony-finder-factory",
"version": "v1.0.0",
2015-08-08 16:51:10 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/dflydev/dflydev-symfony-finder-factory.git",
"reference": "101b2decf308bfac9c9bbc52be1738e1fa863a8a"
2015-08-08 16:51:10 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/dflydev/dflydev-symfony-finder-factory/zipball/101b2decf308bfac9c9bbc52be1738e1fa863a8a",
"reference": "101b2decf308bfac9c9bbc52be1738e1fa863a8a",
2015-08-08 16:51:10 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.3.2",
"symfony/finder": "~2.0"
2015-08-08 16:51:10 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2015-11-16 21:29:06 +00:00
"dev-master": "1.0-dev"
2015-08-08 16:51:10 +00:00
}
},
"autoload": {
2015-08-24 22:18:10 +00:00
"psr-0": {
2016-06-14 09:03:23 +00:00
"Dflydev\\Symfony\\FinderFactory": "src"
2015-08-08 16:51:10 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2015-11-16 21:29:06 +00:00
"authors": [
{
"name": "Dragonfly Development Inc.",
"email": "info@dflydev.com",
"homepage": "http://dflydev.com"
},
{
"name": "Beau Simensen",
"email": "beau@dflydev.com",
"homepage": "http://beausimensen.com"
}
],
2016-06-14 09:03:23 +00:00
"description": "Symfony Finder Factory",
2015-08-08 16:51:10 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"factory",
"finder",
"syfony"
2015-08-08 16:51:10 +00:00
],
2016-06-14 09:03:23 +00:00
"time": "2012-11-09 16:45:28"
2015-08-08 16:51:10 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "doctrine/inflector",
"version": "v1.0.1",
2015-08-08 16:51:10 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/doctrine/inflector.git",
"reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
2015-08-08 16:51:10 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
"reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
2015-08-08 16:51:10 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "4.*"
2015-11-16 21:29:06 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "1.0.x-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
"psr-0": {
2016-06-14 09:03:23 +00:00
"Doctrine\\Common\\Inflector\\": "lib/"
2015-11-16 21:29:06 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Roman Borschel",
"email": "roman@code-factory.org"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2015-11-16 21:29:06 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
"homepage": "http://www.doctrine-project.org",
2015-11-16 21:29:06 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"inflection",
"pluralize",
"singularize",
"string"
2015-11-16 21:29:06 +00:00
],
2016-06-14 09:03:23 +00:00
"time": "2014-12-20 21:24:13"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "evenement/evenement",
"version": "v1.0.0",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/igorw/evenement.git",
"reference": "fa966683e7df3e5dd5929d984a44abfbd6bafe8d"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/igorw/evenement/zipball/fa966683e7df3e5dd5929d984a44abfbd6bafe8d",
"reference": "fa966683e7df3e5dd5929d984a44abfbd6bafe8d",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.3.0"
2015-08-08 16:51:10 +00:00
},
"type": "library",
"autoload": {
2015-08-24 22:18:10 +00:00
"psr-0": {
2016-06-14 09:03:23 +00:00
"Evenement": "src"
2015-08-08 16:51:10 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Igor Wiedler",
"email": "igor@wiedler.ch",
"homepage": "http://wiedler.ch/igor/"
2015-08-08 16:51:10 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Événement is a very simple event dispatching library for PHP 5.3",
2015-08-08 16:51:10 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"event-dispatcher"
2015-11-16 21:29:06 +00:00
],
2016-06-14 09:03:23 +00:00
"time": "2012-05-30 15:01:08"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "guzzle/guzzle",
"version": "v3.0.7",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/guzzle/guzzle.git",
"reference": "f31f35d1669382936861533bd0217fcf830dc9a9"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/f31f35d1669382936861533bd0217fcf830dc9a9",
"reference": "f31f35d1669382936861533bd0217fcf830dc9a9",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"ext-curl": "*",
"php": ">=5.3.2",
"symfony/event-dispatcher": ">=2.1"
},
"replace": {
"guzzle/batch": "self.version",
"guzzle/cache": "self.version",
"guzzle/common": "self.version",
"guzzle/http": "self.version",
"guzzle/inflection": "self.version",
"guzzle/iterator": "self.version",
"guzzle/log": "self.version",
"guzzle/parser": "self.version",
"guzzle/plugin": "self.version",
"guzzle/plugin-async": "self.version",
"guzzle/plugin-backoff": "self.version",
"guzzle/plugin-cache": "self.version",
"guzzle/plugin-cookie": "self.version",
"guzzle/plugin-curlauth": "self.version",
"guzzle/plugin-history": "self.version",
"guzzle/plugin-log": "self.version",
"guzzle/plugin-md5": "self.version",
"guzzle/plugin-mock": "self.version",
"guzzle/plugin-oauth": "self.version",
"guzzle/service": "self.version",
"guzzle/stream": "self.version"
},
"require-dev": {
"doctrine/common": "*",
"monolog/monolog": "1.*",
"phpunit/phpunit": "3.7.*",
"symfony/class-loader": "*",
"zend/zend-cache1": "1.12",
"zend/zend-log1": "1.12",
"zendframework/zend-cache": "2.0.*",
"zendframework/zend-log": "2.0.*"
2015-11-16 21:29:06 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "3.0-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
"psr-0": {
2016-06-14 09:03:23 +00:00
"Guzzle\\Tests": "tests/",
"Guzzle": "src/"
2015-11-16 21:29:06 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2015-08-08 16:51:10 +00:00
],
2015-11-16 21:29:06 +00:00
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "Guzzle Community",
"homepage": "https://github.com/guzzle/guzzle/contributors"
2015-11-16 21:29:06 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
"homepage": "http://guzzlephp.org/",
2015-11-16 21:29:06 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
2015-11-16 21:29:06 +00:00
],
2016-10-08 07:24:42 +00:00
"abandoned": "guzzlehttp/guzzle",
2016-06-14 09:03:23 +00:00
"time": "2012-12-19 23:06:35"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "justinrainbow/json-schema",
2016-10-08 07:24:42 +00:00
"version": "2.0.5",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/justinrainbow/json-schema.git",
2016-10-08 07:24:42 +00:00
"reference": "6b2a33e6a768f96bdc2ead5600af0822eed17d67"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/6b2a33e6a768f96bdc2ead5600af0822eed17d67",
"reference": "6b2a33e6a768f96bdc2ead5600af0822eed17d67",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2016-10-08 07:24:42 +00:00
"php": ">=5.3.3"
2015-11-16 21:29:06 +00:00
},
2016-06-01 11:08:26 +00:00
"require-dev": {
2016-10-08 07:24:42 +00:00
"json-schema/json-schema-test-suite": "1.2.0",
2016-06-14 09:03:23 +00:00
"phpdocumentor/phpdocumentor": "~2",
2016-10-08 07:24:42 +00:00
"phpunit/phpunit": "^4.8.22"
2015-11-16 21:29:06 +00:00
},
2016-06-14 09:03:23 +00:00
"bin": [
"bin/validate-json"
],
2015-11-16 21:29:06 +00:00
"type": "library",
"extra": {
"branch-alias": {
2016-10-08 07:24:42 +00:00
"dev-master": "2.0.x-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-4": {
"JsonSchema\\": "src/JsonSchema/"
2015-11-16 21:29:06 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2016-10-08 07:24:42 +00:00
"MIT"
2015-11-16 21:29:06 +00:00
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Bruno Prieto Reis",
"email": "bruno.p.reis@gmail.com"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "Justin Rainbow",
"email": "justin.rainbow@gmail.com"
},
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
},
{
"name": "Robert Schönthal",
"email": "seroscho@googlemail.com"
2015-11-16 21:29:06 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "A library to validate a json schema.",
"homepage": "https://github.com/justinrainbow/json-schema",
2015-11-16 21:29:06 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"json",
"schema"
2015-11-16 21:29:06 +00:00
],
2016-10-08 07:24:42 +00:00
"time": "2016-06-02 10:59:52"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "michelf/php-markdown",
2016-10-08 07:24:42 +00:00
"version": "1.5.1",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/michelf/php-markdown.git",
2016-10-08 07:24:42 +00:00
"reference": "155287e4222d2dd69b6a21221617b50668d5892e"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/michelf/php-markdown/zipball/155287e4222d2dd69b6a21221617b50668d5892e",
"reference": "155287e4222d2dd69b6a21221617b50668d5892e",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.3.0"
2015-11-16 21:29:06 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-lib": "1.4.x-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
"psr-0": {
2016-06-14 09:03:23 +00:00
"Michelf": ""
2015-11-16 21:29:06 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2016-06-14 09:03:23 +00:00
"BSD-3-Clause"
2015-11-16 21:29:06 +00:00
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Michel Fortin",
"email": "michel.fortin@michelf.ca",
"homepage": "https://michelf.ca/",
"role": "Developer"
2016-10-08 07:24:42 +00:00
},
{
"name": "John Gruber",
"homepage": "https://daringfireball.net/"
2015-11-16 21:29:06 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "PHP Markdown",
"homepage": "https://michelf.ca/projects/php-markdown/",
2015-11-16 21:29:06 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"markdown"
2015-11-16 21:29:06 +00:00
],
2016-10-08 07:24:42 +00:00
"time": "2015-12-22 18:18:12"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "netcarver/textile",
"version": "v3.5.5",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/textile/php-textile.git",
"reference": "1b95af533775316d09bd36a38bee2c0b804add12"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/textile/php-textile/zipball/1b95af533775316d09bd36a38bee2c0b804add12",
"reference": "1b95af533775316d09bd36a38bee2c0b804add12",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"satooshi/php-coveralls": "0.6.*",
"squizlabs/php_codesniffer": "1.5.*",
"symfony/yaml": "2.3.*"
2015-11-16 21:29:06 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "3.5-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
"psr-0": {
2016-06-14 09:03:23 +00:00
"Netcarver\\Textile": "src/"
2015-11-16 21:29:06 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2016-06-14 09:03:23 +00:00
"BSD-3-Clause"
2015-11-16 21:29:06 +00:00
],
2016-06-14 09:03:23 +00:00
"description": "Textile markup language parser",
"homepage": "https://github.com/textile/php-textile",
2015-11-16 21:29:06 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"document",
"format",
"html",
"language",
"markup",
"parser",
"php-textile",
"plaintext",
"textile"
2015-11-16 21:29:06 +00:00
],
2016-06-14 09:03:23 +00:00
"time": "2014-01-02 09:39:06"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "opdavies/sculpin-content-generator-bundle",
2016-10-08 07:24:42 +00:00
"version": "1.1.0",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/opdavies/sculpin-content-generator-bundle.git",
2016-10-08 07:24:42 +00:00
"reference": "6306a8ecf5f3e6014c7c7388f1541a39b63ecd51"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/opdavies/sculpin-content-generator-bundle/zipball/6306a8ecf5f3e6014c7c7388f1541a39b63ecd51",
"reference": "6306a8ecf5f3e6014c7c7388f1541a39b63ecd51",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.3.3"
2015-11-16 21:29:06 +00:00
},
2016-06-14 09:03:23 +00:00
"suggest": {
"sculpin/sculpin": "@stable"
2015-11-16 21:29:06 +00:00
},
"type": "library",
2016-10-08 07:24:42 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
2015-11-16 21:29:06 +00:00
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-4": {
"Opdavies\\Sculpin\\Bundle\\ContentGeneratorBundle\\": ""
2015-11-16 21:29:06 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Oliver Davies",
"email": "oliver@oliverdavies.uk",
"homepage": "https://www.oliverdavies.uk"
2015-11-16 21:29:06 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Provides new Sculpin commands for generating new content",
2015-11-16 21:29:06 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"sculpin"
2015-11-16 21:29:06 +00:00
],
2016-10-08 07:24:42 +00:00
"time": "2016-09-11 11:57:47"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "opdavies/sculpin-gist-embed-bundle",
"version": "dev-master",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/opdavies/sculpin-gist-embed-bundle.git",
"reference": "1e7246d52638a7c80ace2272d93d9cffd6fcc3b8"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/opdavies/sculpin-gist-embed-bundle/zipball/1e7246d52638a7c80ace2272d93d9cffd6fcc3b8",
"reference": "1e7246d52638a7c80ace2272d93d9cffd6fcc3b8",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.3.3"
},
"suggest": {
"sculpin/sculpin": "@stable"
2015-11-16 21:29:06 +00:00
},
"type": "library",
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-4": {
"Opdavies\\Sculpin\\Bundle\\GistEmbedBundle\\": ""
2015-11-16 21:29:06 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Oliver Davies",
"email": "oliver@oliverdavies.uk",
"homepage": "https://www.oliverdavies.uk"
2015-11-16 21:29:06 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Allows for embedding GitHub Gists into a Sculpin site.",
2015-11-16 21:29:06 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"sculpin"
2015-11-16 21:29:06 +00:00
],
2016-06-14 09:03:23 +00:00
"time": "2016-04-05 19:57:22"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "psr/log",
2016-10-08 07:24:42 +00:00
"version": "1.0.1",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/php-fig/log.git",
2016-10-08 07:24:42 +00:00
"reference": "5277094ed527a1c4477177d102fe4c53551953e0"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/php-fig/log/zipball/5277094ed527a1c4477177d102fe4c53551953e0",
"reference": "5277094ed527a1c4477177d102fe4c53551953e0",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
2016-10-08 07:24:42 +00:00
"require": {
"php": ">=5.3.0"
},
2016-06-14 09:03:23 +00:00
"type": "library",
2016-10-08 07:24:42 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
2015-11-16 21:29:06 +00:00
"autoload": {
2016-10-08 07:24:42 +00:00
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
2015-11-16 21:29:06 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2015-11-16 21:29:06 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Common interface for logging libraries",
2016-10-08 07:24:42 +00:00
"homepage": "https://github.com/php-fig/log",
2015-11-16 21:29:06 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"log",
"psr",
"psr-3"
2015-11-16 21:29:06 +00:00
],
2016-10-08 07:24:42 +00:00
"time": "2016-09-19 16:02:08"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "react/event-loop",
"version": "v0.2.7",
"target-dir": "React/EventLoop",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/reactphp/event-loop.git",
"reference": "134b94dc555d320bd31253a215c8a65ef151a79a"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/reactphp/event-loop/zipball/134b94dc555d320bd31253a215c8a65ef151a79a",
"reference": "134b94dc555d320bd31253a215c8a65ef151a79a",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.3.3"
2015-11-16 21:29:06 +00:00
},
2016-06-14 09:03:23 +00:00
"suggest": {
"ext-libev": "*",
"ext-libevent": ">=0.0.5"
2015-11-16 21:29:06 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "0.2-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
"psr-0": {
2016-06-14 09:03:23 +00:00
"React\\EventLoop": ""
2015-11-16 21:29:06 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2016-06-14 09:03:23 +00:00
"description": "Event loop abstraction layer that libraries can use for evented I/O.",
2015-11-16 21:29:06 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"event-loop"
2015-11-16 21:29:06 +00:00
],
2016-06-14 09:03:23 +00:00
"time": "2013-01-05 11:41:26"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "react/http",
"version": "v0.2.6",
"target-dir": "React/Http",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/reactphp/http.git",
"reference": "5e920f734f4065de1582c125b4bf35128279972f"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/reactphp/http/zipball/5e920f734f4065de1582c125b4bf35128279972f",
"reference": "5e920f734f4065de1582c125b4bf35128279972f",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"guzzle/http": "3.0.*",
"guzzle/parser": "3.0.*",
"php": ">=5.3.3",
"react/socket": "0.2.*"
2015-11-16 21:29:06 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "0.2-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-0": {
"React\\Http": ""
2015-11-16 21:29:06 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2016-06-14 09:03:23 +00:00
"MIT"
2015-11-16 21:29:06 +00:00
],
2016-06-14 09:03:23 +00:00
"description": "Library for building an evented http server.",
2015-11-16 21:29:06 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"http"
2015-11-16 21:29:06 +00:00
],
2016-06-14 09:03:23 +00:00
"time": "2012-12-26 16:33:04"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "react/socket",
"version": "v0.2.6",
"target-dir": "React/Socket",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/reactphp/socket.git",
"reference": "21e3fe670b2f18e3c6b2cb73f14e1c58fe7bca84"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/reactphp/socket/zipball/21e3fe670b2f18e3c6b2cb73f14e1c58fe7bca84",
"reference": "21e3fe670b2f18e3c6b2cb73f14e1c58fe7bca84",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"evenement/evenement": "1.0.*",
"php": ">=5.3.3",
"react/event-loop": "0.2.*",
"react/stream": "0.2.*"
2015-11-16 21:29:06 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "0.2-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
"psr-0": {
2016-06-14 09:03:23 +00:00
"React\\Socket": ""
2015-11-16 21:29:06 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2016-06-14 09:03:23 +00:00
"MIT"
2015-11-16 21:29:06 +00:00
],
2016-06-14 09:03:23 +00:00
"description": "Library for building an evented socket server.",
2015-11-16 21:29:06 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"Socket"
2015-11-16 21:29:06 +00:00
],
2016-06-14 09:03:23 +00:00
"time": "2012-12-14 00:58:14"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "react/stream",
"version": "v0.2.6",
"target-dir": "React/Stream",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/reactphp/stream.git",
"reference": "34c1059cffb44873440135e9a86fe9ae9caf5acd"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/reactphp/stream/zipball/34c1059cffb44873440135e9a86fe9ae9caf5acd",
"reference": "34c1059cffb44873440135e9a86fe9ae9caf5acd",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"evenement/evenement": "1.0.*",
"php": ">=5.3.3"
2015-11-16 21:29:06 +00:00
},
2016-06-14 09:03:23 +00:00
"suggest": {
"react/event-loop": "0.2.*",
"react/promise": "1.0.*"
2015-11-16 21:29:06 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "0.2-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
"psr-0": {
2016-06-14 09:03:23 +00:00
"React\\Stream": ""
2015-11-16 21:29:06 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2016-06-14 09:03:23 +00:00
"MIT"
2015-11-16 21:29:06 +00:00
],
2016-06-14 09:03:23 +00:00
"description": "Basic readable and writable stream interfaces that support piping.",
2015-11-16 21:29:06 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"pipe",
"stream"
2015-11-16 21:29:06 +00:00
],
2016-06-14 09:03:23 +00:00
"time": "2012-12-14 00:58:14"
2015-11-16 21:29:06 +00:00
},
2016-02-11 20:29:41 +00:00
{
2016-06-14 09:03:23 +00:00
"name": "sculpin/sculpin",
"version": "dev-master",
2016-02-11 20:29:41 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/sculpin/sculpin.git",
2016-10-08 07:24:42 +00:00
"reference": "d0ac0a92c8b864351bf1295a6f5ded98c17e815e"
2016-02-11 20:29:41 +00:00
},
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/sculpin/sculpin/zipball/d0ac0a92c8b864351bf1295a6f5ded98c17e815e",
"reference": "d0ac0a92c8b864351bf1295a6f5ded98c17e815e",
2016-02-11 20:29:41 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"dflydev/ant-path-matcher": "1.*",
"dflydev/apache-mime-types": "~1.0,>=1.0.1",
"dflydev/canal": "1.*",
"dflydev/dot-access-configuration": "1.*",
"dflydev/embedded-composer": "^1.0@dev",
"dflydev/symfony-finder-factory": "1.*",
"doctrine/inflector": "1.0.*",
"guzzle/guzzle": "~3.0",
"michelf/php-markdown": "~1.5.0",
"netcarver/textile": "3.5.*",
"php": "^5.4|^7.0",
"react/http": "0.2.*",
"sculpin/sculpin-theme-composer-plugin": "1.0.*@dev",
"seld/jsonlint": "^1.4",
"symfony/class-loader": "~2.3",
"symfony/config": "~2.3",
"symfony/console": "~2.3",
"symfony/dependency-injection": "~2.3",
"symfony/event-dispatcher": "~2.3",
"symfony/filesystem": "~2.3",
"symfony/finder": "~2.3",
"symfony/http-kernel": "~2.3",
"symfony/process": "~2.3",
"symfony/yaml": "~2.3",
"twig/extensions": "~1.0",
"twig/twig": "~1.9"
2016-02-11 20:29:41 +00:00
},
2016-06-14 09:03:23 +00:00
"replace": {
"sculpin/core": "self.version",
"sculpin/markdown-bundle": "self.version",
"sculpin/markdown-twig-compat-bundle": "self.version",
"sculpin/posts-bundle": "self.version",
"sculpin/proxy-source-collection-contrib": "self.version",
"sculpin/sculpin-bundle": "self.version",
"sculpin/standalone-bundle": "self.version",
"sculpin/taxonomy-contrib": "self.version",
"sculpin/textile-bundle": "self.version",
"sculpin/twig-bundle": "self.version"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"symfony/css-selector": "~2.6",
"symfony/dom-crawler": "~2.6"
2016-02-14 00:54:05 +00:00
},
2016-06-14 09:03:23 +00:00
"bin": [
"bin/sculpin",
"bin/sculpin.php"
],
2016-02-11 20:29:41 +00:00
"type": "library",
2016-06-14 09:03:23 +00:00
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev"
}
},
2016-02-11 20:29:41 +00:00
"autoload": {
"psr-4": {
2016-06-14 09:03:23 +00:00
"Sculpin\\": "src/Sculpin/"
2016-02-11 20:29:41 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
2016-02-14 00:54:05 +00:00
"license": [
"MIT"
],
2016-02-11 20:29:41 +00:00
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Dragonfly Development Inc.",
"email": "info@dflydev.com",
"homepage": "http://dflydev.com"
},
{
"name": "Beau Simensen",
"email": "beau@dflydev.com",
"homepage": "http://beausimensen.com"
2016-02-11 20:29:41 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Static Site Generator",
"homepage": "https://sculpin.io",
2016-02-11 20:29:41 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"generator",
"site",
"static"
2016-02-11 20:29:41 +00:00
],
2016-10-08 07:24:42 +00:00
"time": "2016-09-20 17:50:24"
2016-02-11 20:29:41 +00:00
},
2016-04-05 20:08:58 +00:00
{
2016-06-14 09:03:23 +00:00
"name": "sculpin/sculpin-theme-composer-plugin",
"version": "v1.0.1",
2016-04-05 20:08:58 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/sculpin/sculpin-theme-composer-plugin.git",
"reference": "8b5bb152bd7d4516edb3493a9cf3204ed99e9ef5"
2016-04-05 20:08:58 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/sculpin/sculpin-theme-composer-plugin/zipball/8b5bb152bd7d4516edb3493a9cf3204ed99e9ef5",
"reference": "8b5bb152bd7d4516edb3493a9cf3204ed99e9ef5",
2016-04-05 20:08:58 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"composer-plugin-api": "^1.0"
2016-04-05 20:08:58 +00:00
},
2016-06-14 09:03:23 +00:00
"type": "composer-plugin",
"extra": {
"class": "Sculpin\\Composer\\SculpinThemePlugin\\SculpinThemePlugin",
"branch-alias": {
"dev-master": "1.0.x-dev"
}
2016-04-05 20:08:58 +00:00
},
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-0": {
"Sculpin\\Composer\\SculpinThemePlugin\\": "src"
2016-04-05 20:08:58 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2016-06-14 09:03:23 +00:00
"time": "2016-05-24 19:51:53"
2016-04-05 20:08:58 +00:00
},
2015-11-16 21:29:06 +00:00
{
2016-06-14 09:03:23 +00:00
"name": "seld/cli-prompt",
"version": "1.0.2",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/Seldaek/cli-prompt.git",
"reference": "8cbe10923cae5bcd7c5a713f6703fc4727c8c1b4"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/8cbe10923cae5bcd7c5a713f6703fc4727c8c1b4",
"reference": "8cbe10923cae5bcd7c5a713f6703fc4727c8c1b4",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
2016-06-14 09:03:23 +00:00
"require": {
"php": ">=5.3"
},
2015-11-16 21:29:06 +00:00
"type": "library",
2016-06-14 09:03:23 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
2015-11-16 21:29:06 +00:00
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-4": {
"Seld\\CliPrompt\\": "src/"
2015-11-16 21:29:06 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
2015-11-16 21:29:06 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
2015-11-16 21:29:06 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"cli",
"console",
"hidden",
"input",
"prompt"
2015-11-16 21:29:06 +00:00
],
2016-06-14 09:03:23 +00:00
"time": "2016-04-18 09:31:41"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "seld/jsonlint",
2016-10-08 07:24:42 +00:00
"version": "1.4.1",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/Seldaek/jsonlint.git",
2016-10-08 07:24:42 +00:00
"reference": "e827b5254d3e58c736ea2c5616710983d80b0b70"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/e827b5254d3e58c736ea2c5616710983d80b0b70",
"reference": "e827b5254d3e58c736ea2c5616710983d80b0b70",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": "^5.3 || ^7.0"
2015-11-16 21:29:06 +00:00
},
2016-06-14 09:03:23 +00:00
"bin": [
"bin/jsonlint"
],
2015-11-16 21:29:06 +00:00
"type": "library",
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-4": {
"Seld\\JsonLint\\": "src/Seld/JsonLint/"
2015-11-16 21:29:06 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2016-06-14 09:03:23 +00:00
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "JSON Linter",
2015-11-16 21:29:06 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"json",
"linter",
"parser",
"validator"
2015-11-16 21:29:06 +00:00
],
2016-10-08 07:24:42 +00:00
"time": "2016-09-14 15:17:56"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "seld/phar-utils",
"version": "1.0.1",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/Seldaek/phar-utils.git",
"reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
"reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.3"
2015-11-16 21:29:06 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "1.x-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-4": {
"Seld\\PharUtils\\": "src/"
2015-11-16 21:29:06 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2016-06-14 09:03:23 +00:00
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
}
],
"description": "PHAR file format utilities, for when PHP phars you up",
2015-11-16 21:29:06 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"phra"
2015-11-16 21:29:06 +00:00
],
2016-06-14 09:03:23 +00:00
"time": "2015-10-13 18:44:15"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "symfony/class-loader",
2016-10-08 07:24:42 +00:00
"version": "v2.8.12",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/symfony/class-loader.git",
2016-10-08 07:24:42 +00:00
"reference": "fb50892408036f9f431b563aac51a3f2f0087e81"
2016-06-14 09:03:23 +00:00
},
2015-11-16 21:29:06 +00:00
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/symfony/class-loader/zipball/fb50892408036f9f431b563aac51a3f2f0087e81",
"reference": "fb50892408036f9f431b563aac51a3f2f0087e81",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.3.9",
"symfony/polyfill-apcu": "~1.1"
},
"require-dev": {
"symfony/finder": "~2.0,>=2.0.5|~3.0.0"
2015-11-16 21:29:06 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "2.8-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-4": {
"Symfony\\Component\\ClassLoader\\": ""
},
"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"
2015-11-16 21:29:06 +00:00
}
2016-06-14 09:03:23 +00:00
],
"description": "Symfony ClassLoader Component",
"homepage": "https://symfony.com",
2016-10-08 07:24:42 +00:00
"time": "2016-09-06 23:19:39"
2016-06-14 09:03:23 +00:00
},
{
"name": "symfony/config",
2016-10-08 07:24:42 +00:00
"version": "v2.8.12",
2016-06-14 09:03:23 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
2016-10-08 07:24:42 +00:00
"reference": "f8b1922bbda9d2ac86aecd649399040bce849fde"
2016-06-14 09:03:23 +00:00
},
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/symfony/config/zipball/f8b1922bbda9d2ac86aecd649399040bce849fde",
"reference": "f8b1922bbda9d2ac86aecd649399040bce849fde",
2016-06-14 09:03:23 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.9",
"symfony/filesystem": "~2.3|~3.0.0"
},
"suggest": {
"symfony/yaml": "To use the yaml reference dumper"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Config\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2015-11-16 21:29:06 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2016-06-14 09:03:23 +00:00
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
2015-11-16 21:29:06 +00:00
],
2016-06-14 09:03:23 +00:00
"description": "Symfony Config Component",
"homepage": "https://symfony.com",
2016-10-08 07:24:42 +00:00
"time": "2016-09-14 20:31:12"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "symfony/console",
2016-10-08 07:24:42 +00:00
"version": "v2.8.12",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/symfony/console.git",
2016-10-08 07:24:42 +00:00
"reference": "d7a5a88178f94dcc29531ea4028ea614e35452d4"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/symfony/console/zipball/d7a5a88178f94dcc29531ea4028ea614e35452d4",
"reference": "d7a5a88178f94dcc29531ea4028ea614e35452d4",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.3.9",
2016-10-08 07:24:42 +00:00
"symfony/debug": "~2.7,>=2.7.2|~3.0.0",
2016-06-14 09:03:23 +00:00
"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"
2015-11-16 21:29:06 +00:00
},
"suggest": {
2016-06-14 09:03:23 +00:00
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/process": ""
2015-11-16 21:29:06 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "2.8-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
2016-06-14 09:03:23 +00:00
"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"
2015-11-16 21:29:06 +00:00
}
2016-06-14 09:03:23 +00:00
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
2016-10-08 07:24:42 +00:00
"time": "2016-09-28 00:10:16"
2016-06-14 09:03:23 +00:00
},
{
"name": "symfony/debug",
2016-10-08 07:24:42 +00:00
"version": "v2.8.12",
2016-06-14 09:03:23 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
2016-10-08 07:24:42 +00:00
"reference": "8c29235936a47473af16fb91c7c4b7b193c5693c"
2016-06-14 09:03:23 +00:00
},
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/symfony/debug/zipball/8c29235936a47473af16fb91c7c4b7b193c5693c",
"reference": "8c29235936a47473af16fb91c7c4b7b193c5693c",
2016-06-14 09:03:23 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.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.2|~3.0.0",
"symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2|~3.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Debug\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2015-11-16 21:29:06 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2016-06-14 09:03:23 +00:00
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
2015-11-16 21:29:06 +00:00
],
2016-06-14 09:03:23 +00:00
"description": "Symfony Debug Component",
"homepage": "https://symfony.com",
2016-10-08 07:24:42 +00:00
"time": "2016-09-06 10:55:00"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "symfony/dependency-injection",
2016-10-08 07:24:42 +00:00
"version": "v2.8.12",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/symfony/dependency-injection.git",
2016-10-08 07:24:42 +00:00
"reference": "ee9ec9ac2b046462d341e9de7c4346142d335e75"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/ee9ec9ac2b046462d341e9de7c4346142d335e75",
"reference": "ee9ec9ac2b046462d341e9de7c4346142d335e75",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.3.9"
2015-11-16 21:29:06 +00:00
},
2016-06-14 09:03:23 +00:00
"conflict": {
"symfony/expression-language": "<2.6"
},
"require-dev": {
"symfony/config": "~2.2|~3.0.0",
"symfony/expression-language": "~2.6|~3.0.0",
2016-10-08 07:24:42 +00:00
"symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7"
2016-06-14 09:03:23 +00:00
},
"suggest": {
"symfony/config": "",
"symfony/expression-language": "For using expressions in service container configuration",
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
"symfony/yaml": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\DependencyInjection\\": ""
},
"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 DependencyInjection Component",
"homepage": "https://symfony.com",
2016-10-08 07:24:42 +00:00
"time": "2016-09-24 09:47:20"
2016-06-14 09:03:23 +00:00
},
{
"name": "symfony/event-dispatcher",
2016-10-08 07:24:42 +00:00
"version": "v2.8.12",
2016-06-14 09:03:23 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
2016-10-08 07:24:42 +00:00
"reference": "889983a79a043dfda68f38c38b6dba092dd49cd8"
2016-06-14 09:03:23 +00:00
},
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/889983a79a043dfda68f38c38b6dba092dd49cd8",
"reference": "889983a79a043dfda68f38c38b6dba092dd49cd8",
2016-06-14 09:03:23 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"require-dev": {
"psr/log": "~1.0",
"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": "",
"symfony/http-kernel": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
},
"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 EventDispatcher Component",
"homepage": "https://symfony.com",
2016-10-08 07:24:42 +00:00
"time": "2016-07-28 16:56:28"
2016-06-14 09:03:23 +00:00
},
{
"name": "symfony/filesystem",
2016-10-08 07:24:42 +00:00
"version": "v2.8.12",
2016-06-14 09:03:23 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
2016-10-08 07:24:42 +00:00
"reference": "44b499521defddf2eae17a18c811bbdae4f98bdf"
2016-06-14 09:03:23 +00:00
},
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/44b499521defddf2eae17a18c811bbdae4f98bdf",
"reference": "44b499521defddf2eae17a18c811bbdae4f98bdf",
2016-06-14 09:03:23 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
},
"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 Filesystem Component",
"homepage": "https://symfony.com",
2016-10-08 07:24:42 +00:00
"time": "2016-09-06 10:55:00"
2016-06-14 09:03:23 +00:00
},
{
"name": "symfony/finder",
2016-10-08 07:24:42 +00:00
"version": "v2.8.12",
2016-06-14 09:03:23 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2016-10-08 07:24:42 +00:00
"reference": "bc24c8f5674c6f6841f2856b70e5d60784be5691"
2015-11-16 21:29:06 +00:00
},
2016-06-14 09:03:23 +00:00
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/symfony/finder/zipball/bc24c8f5674c6f6841f2856b70e5d60784be5691",
"reference": "bc24c8f5674c6f6841f2856b70e5d60784be5691",
2016-06-14 09:03:23 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.9"
2015-11-16 21:29:06 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "2.8-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
2016-06-01 11:08:26 +00:00
"psr-4": {
2016-06-14 09:03:23 +00:00
"Symfony\\Component\\Finder\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2015-11-16 21:29:06 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-11-16 21:29:06 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Symfony Finder Component",
"homepage": "https://symfony.com",
2016-10-08 07:24:42 +00:00
"time": "2016-09-28 00:10:16"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "symfony/http-foundation",
2016-10-08 07:24:42 +00:00
"version": "v3.0.9",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/symfony/http-foundation.git",
2016-10-08 07:24:42 +00:00
"reference": "49ba00f8ede742169cb6b70abe33243f4d673f82"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/49ba00f8ede742169cb6b70abe33243f4d673f82",
"reference": "49ba00f8ede742169cb6b70abe33243f4d673f82",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.5.9",
"symfony/polyfill-mbstring": "~1.1"
2015-11-16 21:29:06 +00:00
},
2016-06-14 09:03:23 +00:00
"require-dev": {
"symfony/expression-language": "~2.8|~3.0"
},
"type": "library",
2015-11-16 21:29:06 +00:00
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "3.0-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-4": {
"Symfony\\Component\\HttpFoundation\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2015-11-16 21:29:06 +00:00
},
"notification-url": "https://packagist.org/downloads/",
2016-05-26 16:40:58 +00:00
"license": [
"MIT"
],
2016-06-14 09:03:23 +00:00
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com",
2016-10-08 07:24:42 +00:00
"time": "2016-07-17 13:54:30"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "symfony/http-kernel",
2016-10-08 07:24:42 +00:00
"version": "v2.8.12",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/symfony/http-kernel.git",
2016-10-08 07:24:42 +00:00
"reference": "0e39ed020c6a4bfb888974414fbfe2779637a487"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/0e39ed020c6a4bfb888974414fbfe2779637a487",
"reference": "0e39ed020c6a4bfb888974414fbfe2779637a487",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.3.9",
"psr/log": "~1.0",
"symfony/debug": "~2.6,>=2.6.2",
"symfony/event-dispatcher": "~2.6,>=2.6.7|~3.0.0",
2016-10-08 07:24:42 +00:00
"symfony/http-foundation": "~2.7.15|~2.8.8|~3.0.8"
2016-06-14 09:03:23 +00:00
},
"conflict": {
"symfony/config": "<2.7"
},
"require-dev": {
"symfony/browser-kit": "~2.3|~3.0.0",
"symfony/class-loader": "~2.1|~3.0.0",
"symfony/config": "~2.8",
"symfony/console": "~2.3|~3.0.0",
"symfony/css-selector": "~2.0,>=2.0.5|~3.0.0",
"symfony/dependency-injection": "~2.8|~3.0.0",
"symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0",
"symfony/expression-language": "~2.4|~3.0.0",
"symfony/finder": "~2.0,>=2.0.5|~3.0.0",
"symfony/process": "~2.0,>=2.0.5|~3.0.0",
"symfony/routing": "~2.8|~3.0.0",
"symfony/stopwatch": "~2.3|~3.0.0",
"symfony/templating": "~2.2|~3.0.0",
"symfony/translation": "~2.0,>=2.0.5|~3.0.0",
"symfony/var-dumper": "~2.6|~3.0.0"
},
"suggest": {
"symfony/browser-kit": "",
"symfony/class-loader": "",
"symfony/config": "",
"symfony/console": "",
"symfony/dependency-injection": "",
"symfony/finder": "",
"symfony/var-dumper": ""
2015-11-16 21:29:06 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "2.8-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
"psr-4": {
2016-06-14 09:03:23 +00:00
"Symfony\\Component\\HttpKernel\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2015-11-16 21:29:06 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-11-16 21:29:06 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com",
2016-10-08 07:24:42 +00:00
"time": "2016-10-03 18:44:05"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "symfony/polyfill-apcu",
"version": "v1.2.0",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/symfony/polyfill-apcu.git",
"reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/6d58bceaeea2c2d3eb62503839b18646e161cd6b",
"reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.3.3"
2015-11-16 21:29:06 +00:00
},
"type": "library",
2016-06-14 09:03:23 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
2015-11-16 21:29:06 +00:00
}
},
2016-06-14 09:03:23 +00:00
"autoload": {
"files": [
"bootstrap.php"
]
},
2015-11-16 21:29:06 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-11-16 21:29:06 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
"homepage": "https://symfony.com",
2015-11-16 21:29:06 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"apcu",
"compatibility",
"polyfill",
"portable",
"shim"
2015-11-16 21:29:06 +00:00
],
2016-06-14 09:03:23 +00:00
"time": "2016-05-18 14:26:46"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "symfony/polyfill-mbstring",
"version": "v1.2.0",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "dff51f72b0706335131b00a7f49606168c582594"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
"reference": "dff51f72b0706335131b00a7f49606168c582594",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
2015-11-16 21:29:06 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "1.2-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
"psr-4": {
2016-06-14 09:03:23 +00:00
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
]
2015-11-16 21:29:06 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-11-16 21:29:06 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
2015-11-16 21:29:06 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
2015-11-16 21:29:06 +00:00
],
2016-06-14 09:03:23 +00:00
"time": "2016-05-18 14:26:46"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "symfony/process",
2016-10-08 07:24:42 +00:00
"version": "v2.8.12",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/symfony/process.git",
2016-10-08 07:24:42 +00:00
"reference": "024de37f8a6b9e5e8244d9eb3fcf3e467dd2a93f"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/symfony/process/zipball/024de37f8a6b9e5e8244d9eb3fcf3e467dd2a93f",
"reference": "024de37f8a6b9e5e8244d9eb3fcf3e467dd2a93f",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.3.9"
2015-11-16 21:29:06 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2015-12-17 23:13:46 +00:00
"dev-master": "2.8-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
"psr-4": {
2016-06-14 09:03:23 +00:00
"Symfony\\Component\\Process\\": ""
2015-12-17 23:13:46 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-11-16 21:29:06 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2016-06-14 09:03:23 +00:00
"description": "Symfony Process Component",
2015-11-16 21:29:06 +00:00
"homepage": "https://symfony.com",
2016-10-08 07:24:42 +00:00
"time": "2016-09-29 14:03:54"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "symfony/yaml",
2016-10-08 07:24:42 +00:00
"version": "v2.8.12",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/symfony/yaml.git",
2016-10-08 07:24:42 +00:00
"reference": "e7540734bad981fe59f8ef14b6fc194ae9df8d9c"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/e7540734bad981fe59f8ef14b6fc194ae9df8d9c",
"reference": "e7540734bad981fe59f8ef14b6fc194ae9df8d9c",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.3.9"
2015-11-16 21:29:06 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2015-12-17 23:13:46 +00:00
"dev-master": "2.8-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
"psr-4": {
2016-06-14 09:03:23 +00:00
"Symfony\\Component\\Yaml\\": ""
2015-12-17 23:13:46 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-11-16 21:29:06 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2016-06-14 09:03:23 +00:00
"description": "Symfony Yaml Component",
2015-11-16 21:29:06 +00:00
"homepage": "https://symfony.com",
2016-10-08 07:24:42 +00:00
"time": "2016-09-02 01:57:56"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "tsphethean/sculpin-related-posts-bundle",
"version": "0.1.0",
"target-dir": "Tsphethean/Sculpin/Bundle/RelatedPostsBundle",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/tsphethean/sculpin-related-posts-bundle.git",
"reference": "7398139c3a5c5d407436d385e58b1cf2fe7ac84b"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/tsphethean/sculpin-related-posts-bundle/zipball/7398139c3a5c5d407436d385e58b1cf2fe7ac84b",
"reference": "7398139c3a5c5d407436d385e58b1cf2fe7ac84b",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.3.2"
2016-05-19 07:48:36 +00:00
},
2015-11-16 21:29:06 +00:00
"type": "library",
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-0": {
"Tsphethean\\Sculpin\\Bundle\\RelatedPostsBundle": ""
}
2015-11-16 21:29:06 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Tom Phethean",
"homepage": "http://www.tsphethean.co.uk"
2015-11-16 21:29:06 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Sculpin Related Posts Bundle",
"homepage": "https://sculpin.io",
"keywords": [
"blog",
"blogging",
"related posts",
"site",
"static"
],
"time": "2014-03-21 14:38:52"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "twig/extensions",
2016-10-08 07:24:42 +00:00
"version": "v1.4.0",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/twigphp/Twig-extensions.git",
2016-10-08 07:24:42 +00:00
"reference": "531eaf4b9ab778b1d7cdd10d40fc6aa74729dfee"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/531eaf4b9ab778b1d7cdd10d40fc6aa74729dfee",
"reference": "531eaf4b9ab778b1d7cdd10d40fc6aa74729dfee",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"twig/twig": "~1.20|~2.0"
2015-11-16 21:29:06 +00:00
},
"require-dev": {
2016-06-14 09:03:23 +00:00
"symfony/translation": "~2.3"
2015-11-16 21:29:06 +00:00
},
"suggest": {
2016-06-14 09:03:23 +00:00
"symfony/translation": "Allow the time_diff output to be translated"
2015-11-16 21:29:06 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-10-08 07:24:42 +00:00
"dev-master": "1.4-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-0": {
"Twig_Extensions_": "lib/"
}
2015-11-16 21:29:06 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
2016-06-14 09:03:23 +00:00
"description": "Common additional features for Twig that do not directly belong in core",
"homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
"keywords": [
"i18n",
"text"
],
2016-10-08 07:24:42 +00:00
"time": "2016-09-22 16:50:57"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "twig/twig",
2016-10-08 07:24:42 +00:00
"version": "v1.26.1",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/twigphp/Twig.git",
2016-10-08 07:24:42 +00:00
"reference": "a09d8ee17ac1cfea29ed60c83960ad685c6a898d"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/twigphp/Twig/zipball/a09d8ee17ac1cfea29ed60c83960ad685c6a898d",
"reference": "a09d8ee17ac1cfea29ed60c83960ad685c6a898d",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.2.7"
},
"require-dev": {
"symfony/debug": "~2.7",
"symfony/phpunit-bridge": "~2.7"
2015-11-16 21:29:06 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-10-08 07:24:42 +00:00
"dev-master": "1.26-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-0": {
"Twig_": "lib/"
}
2015-11-16 21:29:06 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2016-06-14 09:03:23 +00:00
"BSD-3-Clause"
2015-11-16 21:29:06 +00:00
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com",
"role": "Project Founder"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "Twig Team",
"homepage": "http://twig.sensiolabs.org/contributors",
"role": "Contributors"
2015-11-16 21:29:06 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Twig, the flexible, fast, and secure template language for PHP",
"homepage": "http://twig.sensiolabs.org",
"keywords": [
"templating"
],
2016-10-08 07:24:42 +00:00
"time": "2016-10-05 18:57:41"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "webignition/internet-media-type",
"version": "0.4.7",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/webignition/internet-media-type.git",
"reference": "968b95796bc682c7f554c2ec671b6a97a9d5a5b0"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/webignition/internet-media-type/zipball/968b95796bc682c7f554c2ec671b6a97a9d5a5b0",
"reference": "968b95796bc682c7f554c2ec671b6a97a9d5a5b0",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.3.0",
"webignition/quoted-string": ">=0.1,<1.0",
"webignition/string-parser": ">=0.2.2,<1.0"
2015-11-16 21:29:06 +00:00
},
"require-dev": {
2016-06-14 09:03:23 +00:00
"phpunit/phpunit": "~4.0"
2015-11-16 21:29:06 +00:00
},
"type": "library",
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-0": {
"webignition\\Tests": "tests/",
"": "src/"
}
2015-11-16 21:29:06 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Jon Cram",
"email": "jon@webignition.net"
2015-11-16 21:29:06 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "PHP model of an http://en.wikipedia.org/wiki/Internet_media_type",
"homepage": "https://github.com/webignition/internet-media-type",
"keywords": [
"content type",
"content-type",
"internet media type",
"media type",
"media-type"
],
"time": "2015-02-20 16:52:30"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "webignition/quoted-string",
"version": "0.1",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/webignition/quoted-string.git",
"reference": "43fa25f8c81eaa5aef4c2376703fe90d1449fdf8"
2015-11-16 21:29:06 +00:00
},
2016-06-14 09:03:23 +00:00
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webignition/quoted-string/zipball/43fa25f8c81eaa5aef4c2376703fe90d1449fdf8",
"reference": "43fa25f8c81eaa5aef4c2376703fe90d1449fdf8",
"shasum": ""
2015-11-16 21:29:06 +00:00
},
2016-06-14 09:03:23 +00:00
"require": {
"php": ">=5.3.0"
2015-11-16 21:29:06 +00:00
},
2016-06-14 09:03:23 +00:00
"type": "library",
2015-11-16 21:29:06 +00:00
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-0": {
"": "src/"
}
2015-11-16 21:29:06 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Jon Cram",
"email": "jon@webignition.net"
2015-11-16 21:29:06 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "A parser for string values that are encapsulated in double quotes (ASCII 34)",
"homepage": "https://github.com/webignition/quoted-string",
"keywords": [
"parser",
"quoted-string"
],
"time": "2012-08-15 16:52:06"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "webignition/string-parser",
"version": "0.2.2",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/webignition/string-parser.git",
"reference": "eaa5a393ef3585783f6ef28558ef5183af00dcf7"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/webignition/string-parser/zipball/eaa5a393ef3585783f6ef28558ef5183af00dcf7",
"reference": "eaa5a393ef3585783f6ef28558ef5183af00dcf7",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.3.0"
2015-11-16 21:29:06 +00:00
},
"type": "library",
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-0": {
"": "src/"
}
2015-11-16 21:29:06 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Jon Cram",
"email": "jon@webignition.net"
2015-11-16 21:29:06 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Abstract state-based string parser",
"homepage": "https://github.com/webignition/string-parser",
"keywords": [
"parser",
"string"
],
"time": "2014-04-23 09:31:03"
}
],
"packages-dev": [
2015-08-23 17:25:31 +00:00
{
2016-06-14 09:03:23 +00:00
"name": "behat/behat",
2016-10-08 07:24:42 +00:00
"version": "v3.2.1",
2015-08-23 17:25:31 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/Behat/Behat.git",
2016-10-08 07:24:42 +00:00
"reference": "df7d9225e9ee37fdaa54273e3e0aecf2515bbe76"
2015-08-23 17:25:31 +00:00
},
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/Behat/Behat/zipball/df7d9225e9ee37fdaa54273e3e0aecf2515bbe76",
"reference": "df7d9225e9ee37fdaa54273e3e0aecf2515bbe76",
2015-08-23 17:25:31 +00:00
"shasum": ""
},
"require": {
2016-10-08 07:24:42 +00:00
"behat/gherkin": "^4.4.4",
2016-06-14 09:03:23 +00:00
"behat/transliterator": "~1.0",
"ext-mbstring": "*",
"php": ">=5.3.3",
2016-10-08 07:24:42 +00:00
"symfony/class-loader": "~2.1||~3.0",
"symfony/config": "~2.3||~3.0",
"symfony/console": "~2.5||~3.0",
"symfony/dependency-injection": "~2.1||~3.0",
"symfony/event-dispatcher": "~2.1||~3.0",
"symfony/translation": "~2.3||~3.0",
"symfony/yaml": "~2.1||~3.0"
2015-08-23 17:25:31 +00:00
},
"require-dev": {
2016-10-08 07:24:42 +00:00
"herrera-io/box": "~1.6.1",
2016-06-14 09:03:23 +00:00
"phpunit/phpunit": "~4.5",
2016-10-08 07:24:42 +00:00
"symfony/process": "~2.5|~3.0"
2015-08-23 17:25:31 +00:00
},
"suggest": {
2016-06-14 09:03:23 +00:00
"behat/mink-extension": "for integration with Mink testing framework",
"behat/symfony2-extension": "for integration with Symfony2 web framework",
"behat/yii-extension": "for integration with Yii web framework"
2015-08-23 17:25:31 +00:00
},
2016-06-14 09:03:23 +00:00
"bin": [
"bin/behat"
],
2015-08-23 17:25:31 +00:00
"type": "library",
"extra": {
"branch-alias": {
2016-10-08 07:24:42 +00:00
"dev-master": "3.2.x-dev"
2015-08-23 17:25:31 +00:00
}
},
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-0": {
"Behat\\Behat": "src/",
"Behat\\Testwork": "src/"
}
2015-08-23 17:25:31 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
2015-08-23 17:25:31 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Scenario-oriented BDD framework for PHP 5.3",
"homepage": "http://behat.org/",
"keywords": [
"Agile",
"BDD",
"ScenarioBDD",
"Scrum",
"StoryBDD",
"User story",
"business",
"development",
"documentation",
"examples",
"symfony",
"testing"
],
2016-10-08 07:24:42 +00:00
"time": "2016-09-25 09:40:39"
2015-08-23 17:25:31 +00:00
},
2015-08-08 16:51:10 +00:00
{
2016-06-14 09:03:23 +00:00
"name": "behat/gherkin",
2016-10-08 07:24:42 +00:00
"version": "v4.4.4",
2015-08-08 16:51:10 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/Behat/Gherkin.git",
2016-10-08 07:24:42 +00:00
"reference": "cf8cc94647101e02a33d690245896d83d880aea1"
2015-08-08 16:51:10 +00:00
},
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/cf8cc94647101e02a33d690245896d83d880aea1",
"reference": "cf8cc94647101e02a33d690245896d83d880aea1",
2015-08-08 16:51:10 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.3.1"
},
"require-dev": {
2016-10-08 07:24:42 +00:00
"phpunit/phpunit": "~4.5|~5",
"symfony/phpunit-bridge": "~2.7|~3",
"symfony/yaml": "~2.3|~3"
2016-06-14 09:03:23 +00:00
},
"suggest": {
"symfony/yaml": "If you want to parse features, represented in YAML files"
2015-08-08 16:51:10 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "4.4-dev"
2015-08-08 16:51:10 +00:00
}
},
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-0": {
"Behat\\Gherkin": "src/"
}
2015-08-08 16:51:10 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
2015-08-08 16:51:10 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Gherkin DSL parser for PHP 5.3",
"homepage": "http://behat.org/",
"keywords": [
"BDD",
"Behat",
"Cucumber",
"DSL",
"gherkin",
"parser"
],
2016-10-08 07:24:42 +00:00
"time": "2016-09-18 12:16:14"
2015-08-08 16:51:10 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "behat/mink",
"version": "v1.7.1",
2015-08-08 16:51:10 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/minkphp/Mink.git",
"reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
2015-08-08 16:51:10 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
"reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
2015-08-08 16:51:10 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.3.1",
"symfony/css-selector": "~2.1|~3.0"
},
"require-dev": {
"symfony/phpunit-bridge": "~2.7|~3.0"
},
"suggest": {
"behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
"behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
"behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
"behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
2015-08-08 16:51:10 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "1.7.x-dev"
2015-08-08 16:51:10 +00:00
}
},
"autoload": {
"psr-4": {
2016-06-14 09:03:23 +00:00
"Behat\\Mink\\": "src/"
}
2015-08-08 16:51:10 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
2015-08-08 16:51:10 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Browser controller/emulator abstraction for PHP",
"homepage": "http://mink.behat.org/",
"keywords": [
"browser",
"testing",
"web"
],
"time": "2016-03-05 08:26:18"
2015-08-08 16:51:10 +00:00
},
2015-08-22 21:41:00 +00:00
{
2016-06-14 09:03:23 +00:00
"name": "behat/mink-browserkit-driver",
"version": "v1.3.2",
2015-08-22 21:41:00 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
"reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
2015-08-22 21:41:00 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
"reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
2015-08-22 21:41:00 +00:00
"shasum": ""
},
2015-08-24 22:18:10 +00:00
"require": {
2016-06-14 09:03:23 +00:00
"behat/mink": "^1.7.1@dev",
"php": ">=5.3.6",
"symfony/browser-kit": "~2.3|~3.0",
"symfony/dom-crawler": "~2.3|~3.0"
2015-08-08 16:51:10 +00:00
},
"require-dev": {
2016-06-14 09:03:23 +00:00
"silex/silex": "~1.2",
"symfony/phpunit-bridge": "~2.7|~3.0"
2015-08-08 16:51:10 +00:00
},
2016-06-14 09:03:23 +00:00
"type": "mink-driver",
2015-08-08 16:51:10 +00:00
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "1.3.x-dev"
2015-08-08 16:51:10 +00:00
}
},
"autoload": {
"psr-4": {
2016-06-14 09:03:23 +00:00
"Behat\\Mink\\Driver\\": "src/"
}
2015-08-08 16:51:10 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
2015-08-08 16:51:10 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Symfony2 BrowserKit driver for Mink framework",
"homepage": "http://mink.behat.org/",
"keywords": [
"Mink",
"Symfony2",
"browser",
"testing"
],
"time": "2016-03-05 08:59:47"
2015-08-08 16:51:10 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "behat/mink-extension",
"version": "v2.2",
2015-08-08 16:51:10 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/Behat/MinkExtension.git",
"reference": "5b4bda64ff456104564317e212c823e45cad9d59"
2015-08-08 16:51:10 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/Behat/MinkExtension/zipball/5b4bda64ff456104564317e212c823e45cad9d59",
"reference": "5b4bda64ff456104564317e212c823e45cad9d59",
2015-08-08 16:51:10 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"behat/behat": "~3.0,>=3.0.5",
"behat/mink": "~1.5",
"php": ">=5.3.2",
"symfony/config": "~2.2|~3.0"
2015-08-08 16:51:10 +00:00
},
"require-dev": {
2016-06-14 09:03:23 +00:00
"behat/mink-goutte-driver": "~1.1",
"phpspec/phpspec": "~2.0"
2015-08-08 16:51:10 +00:00
},
2016-06-14 09:03:23 +00:00
"type": "behat-extension",
2015-08-08 16:51:10 +00:00
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "2.1.x-dev"
2015-08-08 16:51:10 +00:00
}
},
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-0": {
"Behat\\MinkExtension": "src/"
}
2015-08-08 16:51:10 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Christophe Coevoet",
"email": "stof@notk.org"
2015-08-08 16:51:10 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com"
2015-08-08 16:51:10 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Mink extension for Behat",
"homepage": "http://extensions.behat.org/mink",
"keywords": [
"browser",
"gui",
"test",
"web"
],
"time": "2016-02-15 07:55:18"
2016-05-19 07:48:36 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "behat/mink-goutte-driver",
"version": "v1.2.1",
2016-05-19 07:48:36 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/minkphp/MinkGoutteDriver.git",
"reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
2016-05-19 07:48:36 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
"reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
2016-05-19 07:48:36 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"behat/mink": "~1.6@dev",
"behat/mink-browserkit-driver": "~1.2@dev",
"fabpot/goutte": "~1.0.4|~2.0|~3.1",
"php": ">=5.3.1"
2016-05-19 07:48:36 +00:00
},
2016-06-14 09:03:23 +00:00
"require-dev": {
"symfony/phpunit-bridge": "~2.7|~3.0"
},
"type": "mink-driver",
2016-05-19 07:48:36 +00:00
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "1.2.x-dev"
2016-05-19 07:48:36 +00:00
}
},
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-4": {
"Behat\\Mink\\Driver\\": "src/"
}
2016-05-19 07:48:36 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
2016-05-19 07:48:36 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Goutte driver for Mink framework",
"homepage": "http://mink.behat.org/",
2016-05-19 07:48:36 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"browser",
"goutte",
"headless",
"testing"
2016-05-19 07:48:36 +00:00
],
2016-06-14 09:03:23 +00:00
"time": "2016-03-05 09:04:22"
2015-12-17 23:13:46 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "behat/transliterator",
"version": "v1.1.0",
2015-12-17 23:13:46 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/Behat/Transliterator.git",
"reference": "868e05be3a9f25ba6424c2dd4849567f50715003"
2015-12-17 23:13:46 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/Behat/Transliterator/zipball/868e05be3a9f25ba6424c2dd4849567f50715003",
"reference": "868e05be3a9f25ba6424c2dd4849567f50715003",
2015-12-17 23:13:46 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "1.1-dev"
2015-12-17 23:13:46 +00:00
}
},
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-0": {
"Behat\\Transliterator": "src/"
}
2015-12-17 23:13:46 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2016-06-14 09:03:23 +00:00
"Artistic-1.0"
2015-12-17 23:13:46 +00:00
],
2016-06-14 09:03:23 +00:00
"description": "String transliterator",
2015-12-17 23:13:46 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"i18n",
"slug",
"transliterator"
2015-12-17 23:13:46 +00:00
],
2016-06-14 09:03:23 +00:00
"time": "2015-09-28 16:26:35"
2015-08-08 16:51:10 +00:00
},
2015-08-23 17:25:31 +00:00
{
2016-06-14 09:03:23 +00:00
"name": "fabpot/goutte",
"version": "v3.1.2",
2015-08-23 17:25:31 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/FriendsOfPHP/Goutte.git",
"reference": "3cbc6ed222422a28400e470050f14928a153207e"
2015-08-23 17:25:31 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/3cbc6ed222422a28400e470050f14928a153207e",
"reference": "3cbc6ed222422a28400e470050f14928a153207e",
2015-08-23 17:25:31 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"guzzlehttp/guzzle": "^6.0",
"php": ">=5.5.0",
"symfony/browser-kit": "~2.1|~3.0",
"symfony/css-selector": "~2.1|~3.0",
"symfony/dom-crawler": "~2.1|~3.0"
2015-08-23 17:25:31 +00:00
},
2016-06-14 09:03:23 +00:00
"type": "application",
2015-08-23 17:25:31 +00:00
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "3.1-dev"
2015-08-23 17:25:31 +00:00
}
},
"autoload": {
"psr-4": {
2016-06-14 09:03:23 +00:00
"Goutte\\": "Goutte"
}
2015-08-23 17:25:31 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
2016-06-14 09:03:23 +00:00
"description": "A simple PHP Web Scraper",
"homepage": "https://github.com/FriendsOfPHP/Goutte",
"keywords": [
"scraper"
],
"time": "2015-11-05 12:58:44"
2015-08-23 17:25:31 +00:00
},
2015-08-08 16:51:10 +00:00
{
2016-06-14 09:03:23 +00:00
"name": "guzzlehttp/guzzle",
2016-10-08 07:24:42 +00:00
"version": "6.2.1",
2015-08-08 16:51:10 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/guzzle/guzzle.git",
2016-10-08 07:24:42 +00:00
"reference": "3f808fba627f2c5b69e2501217bf31af349c1427"
2015-08-08 16:51:10 +00:00
},
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/3f808fba627f2c5b69e2501217bf31af349c1427",
"reference": "3f808fba627f2c5b69e2501217bf31af349c1427",
2015-08-08 16:51:10 +00:00
"shasum": ""
},
"require": {
2016-10-08 07:24:42 +00:00
"guzzlehttp/promises": "^1.0",
"guzzlehttp/psr7": "^1.3.1",
"php": ">=5.5"
2015-11-16 21:29:06 +00:00
},
2015-08-08 16:51:10 +00:00
"require-dev": {
2016-06-14 09:03:23 +00:00
"ext-curl": "*",
2016-10-08 07:24:42 +00:00
"phpunit/phpunit": "^4.0",
"psr/log": "^1.0"
2015-08-08 16:51:10 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "6.2-dev"
2015-08-08 16:51:10 +00:00
}
},
"autoload": {
2016-06-14 09:03:23 +00:00
"files": [
"src/functions_include.php"
],
2015-08-08 16:51:10 +00:00
"psr-4": {
2016-06-14 09:03:23 +00:00
"GuzzleHttp\\": "src/"
}
2015-08-08 16:51:10 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2015-08-08 16:51:10 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Guzzle is a PHP HTTP client library",
"homepage": "http://guzzlephp.org/",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
],
2016-10-08 07:24:42 +00:00
"time": "2016-07-15 17:22:37"
2015-08-08 16:51:10 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "guzzlehttp/promises",
"version": "1.2.0",
2015-08-08 16:51:10 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/guzzle/promises.git",
"reference": "c10d860e2a9595f8883527fa0021c7da9e65f579"
2015-08-08 16:51:10 +00:00
},
"dist": {
"type": "zip",
2016-06-14 09:03:23 +00:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579",
"reference": "c10d860e2a9595f8883527fa0021c7da9e65f579",
2015-08-08 16:51:10 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.5.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
2015-08-08 16:51:10 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "1.0-dev"
2015-08-08 16:51:10 +00:00
}
},
"autoload": {
"psr-4": {
2016-06-14 09:03:23 +00:00
"GuzzleHttp\\Promise\\": "src/"
2015-12-17 23:13:46 +00:00
},
2016-06-14 09:03:23 +00:00
"files": [
"src/functions_include.php"
2015-12-17 23:13:46 +00:00
]
2015-08-08 16:51:10 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2015-08-08 16:51:10 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Guzzle promises library",
"keywords": [
"promise"
],
"time": "2016-05-18 16:56:05"
2015-08-08 16:51:10 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "guzzlehttp/psr7",
2016-10-08 07:24:42 +00:00
"version": "1.3.1",
2015-08-08 16:51:10 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/guzzle/psr7.git",
2016-10-08 07:24:42 +00:00
"reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b"
2015-08-08 16:51:10 +00:00
},
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
"reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
2015-08-08 16:51:10 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.4.0",
"psr/http-message": "~1.0"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
2015-08-08 16:51:10 +00:00
},
"type": "library",
2016-06-14 09:03:23 +00:00
"extra": {
"branch-alias": {
2016-10-08 07:24:42 +00:00
"dev-master": "1.4-dev"
2015-08-08 16:51:10 +00:00
}
},
2016-06-14 09:03:23 +00:00
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
2015-08-08 16:51:10 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2015-08-08 16:51:10 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "PSR-7 message implementation",
2015-11-16 21:29:06 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"http",
"message",
"stream",
"uri"
2015-11-16 21:29:06 +00:00
],
2016-10-08 07:24:42 +00:00
"time": "2016-06-24 23:00:38"
2015-08-08 16:51:10 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "psr/http-message",
2016-10-08 07:24:42 +00:00
"version": "1.0.1",
2015-08-08 16:51:10 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/php-fig/http-message.git",
2016-10-08 07:24:42 +00:00
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2015-08-08 16:51:10 +00:00
},
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2015-08-08 16:51:10 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.3.0"
2015-08-08 16:51:10 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "1.0.x-dev"
2015-08-08 16:51:10 +00:00
}
},
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-4": {
"Psr\\Http\\Message\\": "src/"
2015-08-08 16:51:10 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2015-08-08 16:51:10 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Common interface for HTTP messages",
2016-10-08 07:24:42 +00:00
"homepage": "https://github.com/php-fig/http-message",
2015-11-16 21:29:06 +00:00
"keywords": [
2016-06-14 09:03:23 +00:00
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
2015-11-16 21:29:06 +00:00
],
2016-10-08 07:24:42 +00:00
"time": "2016-08-06 14:39:51"
2015-08-08 16:51:10 +00:00
},
2015-08-23 17:25:31 +00:00
{
2016-06-14 09:03:23 +00:00
"name": "symfony/browser-kit",
2016-10-08 07:24:42 +00:00
"version": "v3.1.5",
2015-08-23 17:25:31 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/symfony/browser-kit.git",
2016-10-08 07:24:42 +00:00
"reference": "901319a31c9b3cee7857b4aeeb81b5d64dfa34fc"
2015-08-23 17:25:31 +00:00
},
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/901319a31c9b3cee7857b4aeeb81b5d64dfa34fc",
"reference": "901319a31c9b3cee7857b4aeeb81b5d64dfa34fc",
2015-08-23 17:25:31 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.5.9",
"symfony/dom-crawler": "~2.8|~3.0"
2015-08-23 17:25:31 +00:00
},
"require-dev": {
2016-06-14 09:03:23 +00:00
"symfony/css-selector": "~2.8|~3.0",
"symfony/process": "~2.8|~3.0"
},
"suggest": {
"symfony/process": ""
2015-08-23 17:25:31 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-14 09:03:23 +00:00
"dev-master": "3.1-dev"
2015-08-23 17:25:31 +00:00
}
},
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-4": {
"Symfony\\Component\\BrowserKit\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2015-08-23 17:25:31 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2016-06-14 09:03:23 +00:00
"MIT"
2015-08-23 17:25:31 +00:00
],
"authors": [
{
"name": "Fabien Potencier",
2016-06-14 09:03:23 +00:00
"email": "fabien@symfony.com"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-08-23 17:25:31 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Symfony BrowserKit Component",
"homepage": "https://symfony.com",
2016-10-08 07:24:42 +00:00
"time": "2016-09-06 11:02:40"
2015-08-23 17:25:31 +00:00
},
2015-08-08 16:51:10 +00:00
{
2016-06-14 09:03:23 +00:00
"name": "symfony/css-selector",
2016-10-08 07:24:42 +00:00
"version": "v3.1.5",
2015-08-08 16:51:10 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/symfony/css-selector.git",
2016-10-08 07:24:42 +00:00
"reference": "ca809c64072e0fe61c1c7fb3c76cdc32265042ac"
2015-08-08 16:51:10 +00:00
},
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/symfony/css-selector/zipball/ca809c64072e0fe61c1c7fb3c76cdc32265042ac",
"reference": "ca809c64072e0fe61c1c7fb3c76cdc32265042ac",
2015-08-08 16:51:10 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.5.9"
2015-08-08 16:51:10 +00:00
},
"type": "library",
2016-06-14 09:03:23 +00:00
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
2015-11-16 21:29:06 +00:00
}
},
2016-06-14 09:03:23 +00:00
"autoload": {
"psr-4": {
"Symfony\\Component\\CssSelector\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
2015-11-16 21:29:06 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-08-08 16:51:10 +00:00
}
2015-11-16 21:29:06 +00:00
],
2016-06-14 09:03:23 +00:00
"description": "Symfony CssSelector Component",
"homepage": "https://symfony.com",
2016-10-08 07:24:42 +00:00
"time": "2016-09-06 11:02:40"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "symfony/dom-crawler",
2016-10-08 07:24:42 +00:00
"version": "v3.1.5",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/symfony/dom-crawler.git",
2016-10-08 07:24:42 +00:00
"reference": "bb7395e8b1db3654de82b9f35d019958276de4d7"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/bb7395e8b1db3654de82b9f35d019958276de4d7",
"reference": "bb7395e8b1db3654de82b9f35d019958276de4d7",
2015-11-16 21:29:06 +00:00
"shasum": ""
2015-08-08 16:51:10 +00:00
},
2015-11-16 21:29:06 +00:00
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.5.9",
"symfony/polyfill-mbstring": "~1.0"
},
"require-dev": {
"symfony/css-selector": "~2.8|~3.0"
},
"suggest": {
"symfony/css-selector": ""
2015-11-16 21:29:06 +00:00
},
"type": "library",
2016-06-14 09:03:23 +00:00
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
2015-08-08 16:51:10 +00:00
}
},
2016-06-14 09:03:23 +00:00
"autoload": {
"psr-4": {
"Symfony\\Component\\DomCrawler\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
2015-08-08 16:51:10 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-06-14 09:03:23 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-11-16 21:29:06 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Symfony DomCrawler Component",
"homepage": "https://symfony.com",
2016-10-08 07:24:42 +00:00
"time": "2016-08-05 08:37:39"
2015-11-16 21:29:06 +00:00
},
{
2016-06-14 09:03:23 +00:00
"name": "symfony/translation",
2016-10-08 07:24:42 +00:00
"version": "v3.1.5",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2016-06-14 09:03:23 +00:00
"url": "https://github.com/symfony/translation.git",
2016-10-08 07:24:42 +00:00
"reference": "93013a18d272e59dab8e67f583155b78c68947eb"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2016-10-08 07:24:42 +00:00
"url": "https://api.github.com/repos/symfony/translation/zipball/93013a18d272e59dab8e67f583155b78c68947eb",
"reference": "93013a18d272e59dab8e67f583155b78c68947eb",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2016-06-14 09:03:23 +00:00
"php": ">=5.5.9",
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/config": "<2.8"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~2.8|~3.0",
"symfony/intl": "~2.8|~3.0",
"symfony/yaml": "~2.8|~3.0"
},
"suggest": {
"psr/log": "To use logging capability in translator",
"symfony/config": "",
"symfony/yaml": ""
2015-11-16 21:29:06 +00:00
},
"type": "library",
2016-06-14 09:03:23 +00:00
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
2015-11-16 21:29:06 +00:00
}
},
2016-06-14 09:03:23 +00:00
"autoload": {
"psr-4": {
"Symfony\\Component\\Translation\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
2015-11-16 21:29:06 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2015-08-08 16:51:10 +00:00
{
2016-06-14 09:03:23 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-08-08 16:51:10 +00:00
}
],
2016-06-14 09:03:23 +00:00
"description": "Symfony Translation Component",
"homepage": "https://symfony.com",
2016-10-08 07:24:42 +00:00
"time": "2016-09-06 11:02:40"
2015-08-08 16:51:10 +00:00
}
],
"aliases": [],
2016-05-22 09:25:25 +00:00
"minimum-stability": "stable",
2015-08-08 16:51:10 +00:00
"stability-flags": {
2016-06-01 11:08:26 +00:00
"dflydev/embedded-composer": 20,
2016-04-05 20:08:58 +00:00
"opdavies/sculpin-content-generator-bundle": 0,
2016-06-14 09:03:23 +00:00
"opdavies/sculpin-gist-embed-bundle": 20,
2016-10-08 07:24:42 +00:00
"sculpin/sculpin": 20,
2016-06-14 09:03:23 +00:00
"behat/mink-extension": 0,
"behat/mink-goutte-driver": 0
2015-08-08 16:51:10 +00:00
},
2016-05-22 09:25:25 +00:00
"prefer-stable": false,
2015-08-08 16:51:10 +00:00
"prefer-lowest": false,
2016-10-08 08:12:15 +00:00
"platform": {
"php": "^5.5"
},
2015-08-08 16:51:10 +00:00
"platform-dev": []
}