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"
|
|
|
|
],
|
2015-08-24 22:18:10 +00:00
|
|
|
"hash": "518bbdd88561502c3bf846ff1ec582a8",
|
2015-08-08 16:51:10 +00:00
|
|
|
"packages": [
|
2015-08-23 17:25:31 +00:00
|
|
|
{
|
|
|
|
"name": "behat/behat",
|
|
|
|
"version": "v2.5.5",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Behat/Behat.git",
|
|
|
|
"reference": "c1e48826b84669c97a1efa78459aedfdcdcf2120"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/Behat/Behat/zipball/c1e48826b84669c97a1efa78459aedfdcdcf2120",
|
|
|
|
"reference": "c1e48826b84669c97a1efa78459aedfdcdcf2120",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"behat/gherkin": "~2.3.0",
|
|
|
|
"php": ">=5.3.1",
|
|
|
|
"symfony/config": "~2.3",
|
|
|
|
"symfony/console": "~2.0",
|
|
|
|
"symfony/dependency-injection": "~2.0",
|
|
|
|
"symfony/event-dispatcher": "~2.0",
|
|
|
|
"symfony/finder": "~2.0",
|
|
|
|
"symfony/translation": "~2.3",
|
|
|
|
"symfony/yaml": "~2.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~3.7.19"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"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"
|
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"bin/behat"
|
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Behat\\Behat": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Konstantin Kudryashov",
|
|
|
|
"email": "ever.zet@gmail.com",
|
|
|
|
"homepage": "http://everzet.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Scenario-oriented BDD framework for PHP 5.3",
|
|
|
|
"homepage": "http://behat.org/",
|
|
|
|
"keywords": [
|
|
|
|
"BDD",
|
|
|
|
"Behat",
|
|
|
|
"Symfony2"
|
|
|
|
],
|
|
|
|
"time": "2015-06-01 09:37:55"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "behat/gherkin",
|
|
|
|
"version": "v2.3.5",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Behat/Gherkin.git",
|
|
|
|
"reference": "2b33963da5525400573560c173ab5c9c057e1852"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/2b33963da5525400573560c173ab5c9c057e1852",
|
|
|
|
"reference": "2b33963da5525400573560c173ab5c9c057e1852",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.1",
|
|
|
|
"symfony/finder": "~2.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/config": "~2.0",
|
|
|
|
"symfony/translation": "~2.0",
|
|
|
|
"symfony/yaml": "~2.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/config": "If you want to use Config component to manage resources",
|
|
|
|
"symfony/translation": "If you want to use Symfony2 translations adapter",
|
|
|
|
"symfony/yaml": "If you want to parse features, represented in YAML files"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-develop": "2.2-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Behat\\Gherkin": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Konstantin Kudryashov",
|
|
|
|
"email": "ever.zet@gmail.com",
|
|
|
|
"homepage": "http://everzet.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Gherkin DSL parser for PHP 5.3",
|
|
|
|
"homepage": "http://behat.org/",
|
|
|
|
"keywords": [
|
|
|
|
"BDD",
|
|
|
|
"Behat",
|
|
|
|
"DSL",
|
|
|
|
"Symfony2",
|
|
|
|
"parser"
|
|
|
|
],
|
|
|
|
"time": "2013-10-15 11:22:17"
|
|
|
|
},
|
2015-08-22 21:41:00 +00:00
|
|
|
{
|
|
|
|
"name": "behat/mink",
|
2015-08-23 17:25:31 +00:00
|
|
|
"version": "v1.5.0",
|
2015-08-22 21:41:00 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/minkphp/Mink.git",
|
2015-08-23 17:25:31 +00:00
|
|
|
"reference": "0769e6d9726c140a54dbf827a438c0f9912749fe"
|
2015-08-22 21:41:00 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-08-23 17:25:31 +00:00
|
|
|
"url": "https://api.github.com/repos/minkphp/Mink/zipball/0769e6d9726c140a54dbf827a438c0f9912749fe",
|
|
|
|
"reference": "0769e6d9726c140a54dbf827a438c0f9912749fe",
|
2015-08-22 21:41:00 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.1",
|
|
|
|
"symfony/css-selector": "~2.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)"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-08-23 17:25:31 +00:00
|
|
|
"dev-develop": "1.5.x-dev"
|
2015-08-22 21:41:00 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-08-23 17:25:31 +00:00
|
|
|
"psr-0": {
|
|
|
|
"Behat\\Mink": "src/"
|
2015-08-22 21:41:00 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Konstantin Kudryashov",
|
|
|
|
"email": "ever.zet@gmail.com",
|
|
|
|
"homepage": "http://everzet.com"
|
|
|
|
}
|
|
|
|
],
|
2015-08-23 17:25:31 +00:00
|
|
|
"description": "Web acceptance testing framework for PHP 5.3",
|
2015-08-22 21:41:00 +00:00
|
|
|
"homepage": "http://mink.behat.org/",
|
|
|
|
"keywords": [
|
|
|
|
"browser",
|
|
|
|
"testing",
|
|
|
|
"web"
|
|
|
|
],
|
2015-08-23 17:25:31 +00:00
|
|
|
"time": "2013-04-13 23:39:27"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "behat/mink-browserkit-driver",
|
|
|
|
"version": "v1.1.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
|
|
|
|
"reference": "63960c8fcad4529faad1ff33e950217980baa64c"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/63960c8fcad4529faad1ff33e950217980baa64c",
|
|
|
|
"reference": "63960c8fcad4529faad1ff33e950217980baa64c",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"behat/mink": "~1.5.0",
|
|
|
|
"php": ">=5.3.1",
|
|
|
|
"symfony/browser-kit": "~2.0",
|
|
|
|
"symfony/dom-crawler": "~2.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"silex/silex": "@dev"
|
|
|
|
},
|
|
|
|
"type": "mink-driver",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.1.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Behat\\Mink\\Driver": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Konstantin Kudryashov",
|
|
|
|
"email": "ever.zet@gmail.com",
|
|
|
|
"homepage": "http://everzet.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony2 BrowserKit driver for Mink framework",
|
|
|
|
"homepage": "http://mink.behat.org/",
|
|
|
|
"keywords": [
|
|
|
|
"Mink",
|
|
|
|
"Symfony2",
|
|
|
|
"browser",
|
|
|
|
"testing"
|
|
|
|
],
|
|
|
|
"time": "2013-04-13 23:46:30"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "behat/mink-extension",
|
|
|
|
"version": "v1.3.3",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Behat/MinkExtension.git",
|
|
|
|
"reference": "b885b9407cba50a954f72c69ed1b2f8d3bc694f8"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/Behat/MinkExtension/zipball/b885b9407cba50a954f72c69ed1b2f8d3bc694f8",
|
|
|
|
"reference": "b885b9407cba50a954f72c69ed1b2f8d3bc694f8",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"behat/behat": "~2.5.0",
|
|
|
|
"behat/mink": "~1.5",
|
|
|
|
"php": ">=5.3.2",
|
|
|
|
"symfony/config": "~2.2"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"behat/mink-goutte-driver": "~1.0",
|
|
|
|
"fabpot/goutte": "~1.0"
|
|
|
|
},
|
|
|
|
"type": "behat-extension",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Behat\\MinkExtension": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Konstantin Kudryashov",
|
|
|
|
"email": "ever.zet@gmail.com",
|
|
|
|
"homepage": "http://everzet.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Mink extension for Behat",
|
|
|
|
"homepage": "http://mink.behat.org",
|
|
|
|
"keywords": [
|
|
|
|
"browser",
|
|
|
|
"gui",
|
|
|
|
"test",
|
|
|
|
"web"
|
|
|
|
],
|
|
|
|
"time": "2014-05-15 19:27:39"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "behat/mink-goutte-driver",
|
|
|
|
"version": "v1.0.9",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/minkphp/MinkGoutteDriver.git",
|
|
|
|
"reference": "fa1b073b48761464feb0b05e6825da44b20118d8"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/fa1b073b48761464feb0b05e6825da44b20118d8",
|
|
|
|
"reference": "fa1b073b48761464feb0b05e6825da44b20118d8",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"behat/mink-browserkit-driver": ">=1.0.5,<1.2.0",
|
|
|
|
"fabpot/goutte": "~1.0.1",
|
|
|
|
"php": ">=5.3.1"
|
|
|
|
},
|
|
|
|
"type": "mink-driver",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Behat\\Mink\\Driver": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Konstantin Kudryashov",
|
|
|
|
"email": "ever.zet@gmail.com",
|
|
|
|
"homepage": "http://everzet.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Goutte driver for Mink framework",
|
|
|
|
"homepage": "http://mink.behat.org/",
|
|
|
|
"keywords": [
|
|
|
|
"browser",
|
|
|
|
"goutte",
|
|
|
|
"headless",
|
|
|
|
"testing"
|
|
|
|
],
|
|
|
|
"time": "2013-07-03 18:43:54"
|
2015-08-22 21:41:00 +00:00
|
|
|
},
|
2015-08-08 16:51:10 +00:00
|
|
|
{
|
2015-08-24 22:18:10 +00:00
|
|
|
"name": "fabpot/goutte",
|
|
|
|
"version": "v1.0.7",
|
2015-08-08 16:51:10 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-08-24 22:18:10 +00:00
|
|
|
"url": "https://github.com/FriendsOfPHP/Goutte.git",
|
|
|
|
"reference": "794b196e76bdd37b5155cdecbad311f0a3b07625"
|
2015-08-08 16:51:10 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-08-24 22:18:10 +00:00
|
|
|
"url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/794b196e76bdd37b5155cdecbad311f0a3b07625",
|
|
|
|
"reference": "794b196e76bdd37b5155cdecbad311f0a3b07625",
|
2015-08-08 16:51:10 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-08-24 22:18:10 +00:00
|
|
|
"ext-curl": "*",
|
|
|
|
"guzzle/http": "~3.1",
|
|
|
|
"php": ">=5.3.0",
|
|
|
|
"symfony/browser-kit": "~2.1",
|
|
|
|
"symfony/css-selector": "~2.1",
|
|
|
|
"symfony/dom-crawler": "~2.1",
|
|
|
|
"symfony/finder": "~2.1",
|
|
|
|
"symfony/process": "~2.1"
|
2015-08-08 16:51:10 +00:00
|
|
|
},
|
2015-08-24 22:18:10 +00:00
|
|
|
"require-dev": {
|
|
|
|
"guzzle/plugin-history": "~3.1",
|
|
|
|
"guzzle/plugin-mock": "~3.1"
|
2015-08-08 16:51:10 +00:00
|
|
|
},
|
2015-08-24 22:18:10 +00:00
|
|
|
"type": "application",
|
2015-08-08 16:51:10 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-08-24 22:18:10 +00:00
|
|
|
"dev-master": "1.0-dev"
|
2015-08-08 16:51:10 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2015-08-24 22:18:10 +00:00
|
|
|
"Goutte": "."
|
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": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
2015-08-08 16:51:10 +00:00
|
|
|
}
|
|
|
|
],
|
2015-08-24 22:18:10 +00:00
|
|
|
"description": "A simple PHP Web Scraper",
|
|
|
|
"homepage": "https://github.com/fabpot/Goutte",
|
2015-08-08 16:51:10 +00:00
|
|
|
"keywords": [
|
2015-08-24 22:18:10 +00:00
|
|
|
"scraper"
|
2015-08-08 16:51:10 +00:00
|
|
|
],
|
2015-08-24 22:18:10 +00:00
|
|
|
"time": "2014-10-09 15:52:51"
|
2015-08-08 16:51:10 +00:00
|
|
|
},
|
|
|
|
{
|
2015-08-24 22:18:10 +00:00
|
|
|
"name": "guzzle/common",
|
|
|
|
"version": "v3.9.2",
|
|
|
|
"target-dir": "Guzzle/Common",
|
2015-08-08 16:51:10 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-08-24 22:18:10 +00:00
|
|
|
"url": "https://github.com/Guzzle3/common.git",
|
|
|
|
"reference": "2e36af7cf2ce3ea1f2d7c2831843b883a8e7b7dc"
|
2015-08-08 16:51:10 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-08-24 22:18:10 +00:00
|
|
|
"url": "https://api.github.com/repos/Guzzle3/common/zipball/2e36af7cf2ce3ea1f2d7c2831843b883a8e7b7dc",
|
|
|
|
"reference": "2e36af7cf2ce3ea1f2d7c2831843b883a8e7b7dc",
|
2015-08-08 16:51:10 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-08-24 22:18:10 +00:00
|
|
|
"php": ">=5.3.2",
|
|
|
|
"symfony/event-dispatcher": ">=2.1"
|
2015-08-08 16:51:10 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-08-24 22:18:10 +00:00
|
|
|
"dev-master": "3.7-dev"
|
2015-08-08 16:51:10 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2015-08-24 22:18:10 +00:00
|
|
|
"Guzzle\\Common": ""
|
2015-08-08 16:51:10 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
2015-08-24 22:18:10 +00:00
|
|
|
"description": "Common libraries used by Guzzle",
|
|
|
|
"homepage": "http://guzzlephp.org/",
|
2015-08-08 16:51:10 +00:00
|
|
|
"keywords": [
|
2015-08-24 22:18:10 +00:00
|
|
|
"collection",
|
|
|
|
"common",
|
|
|
|
"event",
|
|
|
|
"exception"
|
2015-08-08 16:51:10 +00:00
|
|
|
],
|
2015-08-24 22:18:10 +00:00
|
|
|
"abandoned": "guzzle/guzzle",
|
|
|
|
"time": "2014-08-11 04:32:36"
|
2015-08-08 16:51:10 +00:00
|
|
|
},
|
|
|
|
{
|
2015-08-24 22:18:10 +00:00
|
|
|
"name": "guzzle/http",
|
|
|
|
"version": "v3.9.2",
|
|
|
|
"target-dir": "Guzzle/Http",
|
2015-08-08 16:51:10 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-08-24 22:18:10 +00:00
|
|
|
"url": "https://github.com/Guzzle3/http.git",
|
|
|
|
"reference": "1e8dd1e2ba9dc42332396f39fbfab950b2301dc5"
|
2015-08-08 16:51:10 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-08-24 22:18:10 +00:00
|
|
|
"url": "https://api.github.com/repos/Guzzle3/http/zipball/1e8dd1e2ba9dc42332396f39fbfab950b2301dc5",
|
|
|
|
"reference": "1e8dd1e2ba9dc42332396f39fbfab950b2301dc5",
|
2015-08-08 16:51:10 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-08-24 22:18:10 +00:00
|
|
|
"guzzle/common": "self.version",
|
|
|
|
"guzzle/parser": "self.version",
|
|
|
|
"guzzle/stream": "self.version",
|
|
|
|
"php": ">=5.3.2"
|
2015-08-08 16:51:10 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2015-08-24 22:18:10 +00:00
|
|
|
"ext-curl": "*"
|
2015-08-08 16:51:10 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-08-24 22:18:10 +00:00
|
|
|
"dev-master": "3.7-dev"
|
2015-08-08 16:51:10 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2015-08-24 22:18:10 +00:00
|
|
|
"Guzzle\\Http": ""
|
2015-08-08 16:51:10 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-08-24 22:18:10 +00:00
|
|
|
"name": "Michael Dowling",
|
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
|
"homepage": "https://github.com/mtdowling"
|
2015-08-08 16:51:10 +00:00
|
|
|
}
|
|
|
|
],
|
2015-08-24 22:18:10 +00:00
|
|
|
"description": "HTTP libraries used by Guzzle",
|
|
|
|
"homepage": "http://guzzlephp.org/",
|
2015-08-08 16:51:10 +00:00
|
|
|
"keywords": [
|
2015-08-24 22:18:10 +00:00
|
|
|
"Guzzle",
|
|
|
|
"client",
|
|
|
|
"curl",
|
|
|
|
"http",
|
|
|
|
"http client"
|
2015-08-08 16:51:10 +00:00
|
|
|
],
|
2015-08-24 22:18:10 +00:00
|
|
|
"abandoned": "guzzle/guzzle",
|
|
|
|
"time": "2014-08-11 04:32:36"
|
2015-08-08 16:51:10 +00:00
|
|
|
},
|
|
|
|
{
|
2015-08-24 22:18:10 +00:00
|
|
|
"name": "guzzle/parser",
|
|
|
|
"version": "v3.9.2",
|
|
|
|
"target-dir": "Guzzle/Parser",
|
2015-08-08 16:51:10 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-08-24 22:18:10 +00:00
|
|
|
"url": "https://github.com/Guzzle3/parser.git",
|
|
|
|
"reference": "6874d171318a8e93eb6d224cf85e4678490b625c"
|
2015-08-08 16:51:10 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-08-24 22:18:10 +00:00
|
|
|
"url": "https://api.github.com/repos/Guzzle3/parser/zipball/6874d171318a8e93eb6d224cf85e4678490b625c",
|
|
|
|
"reference": "6874d171318a8e93eb6d224cf85e4678490b625c",
|
2015-08-08 16:51:10 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-08-24 22:18:10 +00:00
|
|
|
"php": ">=5.3.2"
|
2015-08-08 16:51:10 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-08-24 22:18:10 +00:00
|
|
|
"dev-master": "3.7-dev"
|
2015-08-08 16:51:10 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-08-24 22:18:10 +00:00
|
|
|
"psr-0": {
|
|
|
|
"Guzzle\\Parser": ""
|
2015-08-08 16:51:10 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
2015-08-24 22:18:10 +00:00
|
|
|
"description": "Interchangeable parsers used by Guzzle",
|
|
|
|
"homepage": "http://guzzlephp.org/",
|
2015-08-08 16:51:10 +00:00
|
|
|
"keywords": [
|
2015-08-24 22:18:10 +00:00
|
|
|
"URI Template",
|
|
|
|
"cookie",
|
|
|
|
"http",
|
|
|
|
"message",
|
|
|
|
"url"
|
2015-08-08 16:51:10 +00:00
|
|
|
],
|
2015-08-24 22:18:10 +00:00
|
|
|
"abandoned": "guzzle/guzzle",
|
|
|
|
"time": "2014-02-05 18:29:46"
|
2015-08-08 16:51:10 +00:00
|
|
|
},
|
|
|
|
{
|
2015-08-24 22:18:10 +00:00
|
|
|
"name": "guzzle/stream",
|
|
|
|
"version": "v3.9.2",
|
|
|
|
"target-dir": "Guzzle/Stream",
|
2015-08-08 16:51:10 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-08-24 22:18:10 +00:00
|
|
|
"url": "https://github.com/Guzzle3/stream.git",
|
|
|
|
"reference": "60c7fed02e98d2c518dae8f97874c8f4622100f0"
|
2015-08-08 16:51:10 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-08-24 22:18:10 +00:00
|
|
|
"url": "https://api.github.com/repos/Guzzle3/stream/zipball/60c7fed02e98d2c518dae8f97874c8f4622100f0",
|
|
|
|
"reference": "60c7fed02e98d2c518dae8f97874c8f4622100f0",
|
2015-08-08 16:51:10 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-08-24 22:18:10 +00:00
|
|
|
"guzzle/common": "self.version",
|
|
|
|
"php": ">=5.3.2"
|
2015-08-08 16:51:10 +00:00
|
|
|
},
|
2015-08-24 22:18:10 +00:00
|
|
|
"suggest": {
|
|
|
|
"guzzle/http": "To convert Guzzle request objects to PHP streams"
|
2015-08-08 16:51:10 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-08-24 22:18:10 +00:00
|
|
|
"dev-master": "3.7-dev"
|
2015-08-08 16:51:10 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-08-24 22:18:10 +00:00
|
|
|
"psr-0": {
|
|
|
|
"Guzzle\\Stream": ""
|
2015-08-08 16:51:10 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-08-24 22:18:10 +00:00
|
|
|
"name": "Michael Dowling",
|
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
|
"homepage": "https://github.com/mtdowling"
|
2015-08-08 16:51:10 +00:00
|
|
|
}
|
|
|
|
],
|
2015-08-24 22:18:10 +00:00
|
|
|
"description": "Guzzle stream wrapper component",
|
|
|
|
"homepage": "http://guzzlephp.org/",
|
2015-08-08 16:51:10 +00:00
|
|
|
"keywords": [
|
2015-08-24 22:18:10 +00:00
|
|
|
"Guzzle",
|
|
|
|
"component",
|
|
|
|
"stream"
|
2015-08-08 16:51:10 +00:00
|
|
|
],
|
2015-08-24 22:18:10 +00:00
|
|
|
"abandoned": "guzzle/guzzle",
|
|
|
|
"time": "2014-05-01 21:36:02"
|
2015-08-08 16:51:10 +00:00
|
|
|
},
|
2015-08-23 17:25:31 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/browser-kit",
|
|
|
|
"version": "v2.7.3",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/BrowserKit.git",
|
|
|
|
"reference": "176905d3d74c2f99e6ab70f4f5a89460532495ae"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/BrowserKit/zipball/176905d3d74c2f99e6ab70f4f5a89460532495ae",
|
|
|
|
"reference": "176905d3d74c2f99e6ab70f4f5a89460532495ae",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.9",
|
|
|
|
"symfony/dom-crawler": "~2.0,>=2.0.5"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/css-selector": "~2.0,>=2.0.5",
|
|
|
|
"symfony/phpunit-bridge": "~2.7",
|
|
|
|
"symfony/process": "~2.0,>=2.0.5"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/process": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.7-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\BrowserKit\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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 BrowserKit Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"time": "2015-07-09 16:07:40"
|
|
|
|
},
|
2015-08-08 16:51:10 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/config",
|
|
|
|
"version": "v2.7.3",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/Config.git",
|
|
|
|
"reference": "6c905bbed1e728226de656e4c07d620dfe9e80d9"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/Config/zipball/6c905bbed1e728226de656e4c07d620dfe9e80d9",
|
|
|
|
"reference": "6c905bbed1e728226de656e4c07d620dfe9e80d9",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.9",
|
|
|
|
"symfony/filesystem": "~2.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/phpunit-bridge": "~2.7"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.7-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Config\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Config Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"time": "2015-07-09 16:07:40"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/console",
|
|
|
|
"version": "v2.7.3",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/Console.git",
|
|
|
|
"reference": "d6cf02fe73634c96677e428f840704bfbcaec29e"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/Console/zipball/d6cf02fe73634c96677e428f840704bfbcaec29e",
|
|
|
|
"reference": "d6cf02fe73634c96677e428f840704bfbcaec29e",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.9"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"psr/log": "~1.0",
|
|
|
|
"symfony/event-dispatcher": "~2.1",
|
|
|
|
"symfony/phpunit-bridge": "~2.7",
|
|
|
|
"symfony/process": "~2.1"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"psr/log": "For using the console logger",
|
|
|
|
"symfony/event-dispatcher": "",
|
|
|
|
"symfony/process": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.7-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Console\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Console Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"time": "2015-07-28 15:18:12"
|
|
|
|
},
|
2015-08-22 21:41:00 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/css-selector",
|
|
|
|
"version": "v2.7.3",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/CssSelector.git",
|
|
|
|
"reference": "0b5c07b516226b7dd32afbbc82fe547a469c5092"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/CssSelector/zipball/0b5c07b516226b7dd32afbbc82fe547a469c5092",
|
|
|
|
"reference": "0b5c07b516226b7dd32afbbc82fe547a469c5092",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
2015-08-24 22:18:10 +00:00
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.9"
|
2015-08-08 16:51:10 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/phpunit-bridge": "~2.7"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.7-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2015-08-24 22:18:10 +00:00
|
|
|
"Symfony\\Component\\CssSelector\\": ""
|
2015-08-08 16:51:10 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
2015-08-24 22:18:10 +00:00
|
|
|
{
|
|
|
|
"name": "Jean-François Simon",
|
|
|
|
"email": "jeanfrancois.simon@sensiolabs.com"
|
|
|
|
},
|
2015-08-08 16:51:10 +00:00
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2015-08-24 22:18:10 +00:00
|
|
|
"description": "Symfony CssSelector Component",
|
2015-08-08 16:51:10 +00:00
|
|
|
"homepage": "https://symfony.com",
|
2015-08-24 22:18:10 +00:00
|
|
|
"time": "2015-05-15 13:33:16"
|
2015-08-08 16:51:10 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/dependency-injection",
|
|
|
|
"version": "v2.7.3",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/DependencyInjection.git",
|
|
|
|
"reference": "851e3ffe8a366b1590bdaf3df2c1395f2d27d8a6"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/851e3ffe8a366b1590bdaf3df2c1395f2d27d8a6",
|
|
|
|
"reference": "851e3ffe8a366b1590bdaf3df2c1395f2d27d8a6",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.9"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/expression-language": "<2.6"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/config": "~2.2",
|
|
|
|
"symfony/expression-language": "~2.6",
|
|
|
|
"symfony/phpunit-bridge": "~2.7",
|
|
|
|
"symfony/yaml": "~2.1"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/config": "",
|
|
|
|
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
|
|
|
|
"symfony/yaml": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.7-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\DependencyInjection\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"time": "2015-07-28 14:07:07"
|
|
|
|
},
|
2015-08-23 17:25:31 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/dom-crawler",
|
|
|
|
"version": "v2.7.3",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/DomCrawler.git",
|
|
|
|
"reference": "9dabece63182e95c42b06967a0d929a5df78bc35"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/DomCrawler/zipball/9dabece63182e95c42b06967a0d929a5df78bc35",
|
|
|
|
"reference": "9dabece63182e95c42b06967a0d929a5df78bc35",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.9"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/css-selector": "~2.3",
|
|
|
|
"symfony/phpunit-bridge": "~2.7"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/css-selector": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.7-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\DomCrawler\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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 DomCrawler Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"time": "2015-07-09 16:07:40"
|
|
|
|
},
|
2015-08-08 16:51:10 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/event-dispatcher",
|
|
|
|
"version": "v2.7.3",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/EventDispatcher.git",
|
|
|
|
"reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
|
|
|
|
"reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.9"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"psr/log": "~1.0",
|
|
|
|
"symfony/config": "~2.0,>=2.0.5",
|
|
|
|
"symfony/dependency-injection": "~2.6",
|
|
|
|
"symfony/expression-language": "~2.6",
|
|
|
|
"symfony/phpunit-bridge": "~2.7",
|
|
|
|
"symfony/stopwatch": "~2.3"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/dependency-injection": "",
|
|
|
|
"symfony/http-kernel": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.7-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\EventDispatcher\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"time": "2015-06-18 19:21:56"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/filesystem",
|
|
|
|
"version": "v2.7.3",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/Filesystem.git",
|
|
|
|
"reference": "2d7b2ddaf3f548f4292df49a99d19c853d43f0b8"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/Filesystem/zipball/2d7b2ddaf3f548f4292df49a99d19c853d43f0b8",
|
|
|
|
"reference": "2d7b2ddaf3f548f4292df49a99d19c853d43f0b8",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.9"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/phpunit-bridge": "~2.7"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.7-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Filesystem\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Filesystem Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"time": "2015-07-09 16:07:40"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/finder",
|
|
|
|
"version": "v2.7.3",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/Finder.git",
|
|
|
|
"reference": "ae0f363277485094edc04c9f3cbe595b183b78e4"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/Finder/zipball/ae0f363277485094edc04c9f3cbe595b183b78e4",
|
|
|
|
"reference": "ae0f363277485094edc04c9f3cbe595b183b78e4",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.9"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/phpunit-bridge": "~2.7"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.7-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Finder\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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 Finder Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"time": "2015-07-09 16:07:40"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/process",
|
|
|
|
"version": "v2.7.3",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/Process.git",
|
|
|
|
"reference": "48aeb0e48600321c272955132d7606ab0a49adb3"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/Process/zipball/48aeb0e48600321c272955132d7606ab0a49adb3",
|
|
|
|
"reference": "48aeb0e48600321c272955132d7606ab0a49adb3",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.9"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/phpunit-bridge": "~2.7"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.7-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Process\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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 Process Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"time": "2015-07-01 11:25:50"
|
|
|
|
},
|
2015-08-23 17:25:31 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/translation",
|
|
|
|
"version": "v2.7.3",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/Translation.git",
|
|
|
|
"reference": "c8dc34cc936152c609cdd722af317e4239d10dd6"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/Translation/zipball/c8dc34cc936152c609cdd722af317e4239d10dd6",
|
|
|
|
"reference": "c8dc34cc936152c609cdd722af317e4239d10dd6",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.9"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/config": "<2.7"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"psr/log": "~1.0",
|
|
|
|
"symfony/config": "~2.7",
|
|
|
|
"symfony/intl": "~2.3",
|
|
|
|
"symfony/phpunit-bridge": "~2.7",
|
|
|
|
"symfony/yaml": "~2.2"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"psr/log": "To use logging capability in translator",
|
|
|
|
"symfony/config": "",
|
|
|
|
"symfony/yaml": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.7-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Translation\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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 Translation Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"time": "2015-07-09 16:07:40"
|
|
|
|
},
|
2015-08-08 16:51:10 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/yaml",
|
|
|
|
"version": "v2.7.3",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/Yaml.git",
|
|
|
|
"reference": "71340e996171474a53f3d29111d046be4ad8a0ff"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/Yaml/zipball/71340e996171474a53f3d29111d046be4ad8a0ff",
|
|
|
|
"reference": "71340e996171474a53f3d29111d046be4ad8a0ff",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.9"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/phpunit-bridge": "~2.7"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.7-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Yaml\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Yaml Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"time": "2015-07-28 14:07:07"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"packages-dev": [],
|
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"stability-flags": {
|
2015-08-23 17:25:31 +00:00
|
|
|
"behat/behat": 0,
|
|
|
|
"behat/mink": 0
|
2015-08-08 16:51:10 +00:00
|
|
|
},
|
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": [],
|
|
|
|
"platform-dev": []
|
|
|
|
}
|