2015-04-14 11:25:42 +08:00
|
|
|
{
|
|
|
|
"_readme": [
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
2015-05-14 12:48:00 +08:00
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
2015-04-14 11:25:42 +08:00
|
|
|
"This file is @generated automatically"
|
|
|
|
],
|
2016-01-05 11:04:37 +08:00
|
|
|
"hash": "a957f7332dd1d221be96fb356cb9f03d",
|
|
|
|
"content-hash": "463a75022982e6a64bd9fc0513d9b44c",
|
2015-04-14 11:25:42 +08:00
|
|
|
"packages": [],
|
|
|
|
"packages-dev": [
|
|
|
|
{
|
|
|
|
"name": "behat/behat",
|
2015-10-05 10:52:12 +08:00
|
|
|
"version": "v2.5.5",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Behat/Behat.git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"reference": "c1e48826b84669c97a1efa78459aedfdcdcf2120"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://api.github.com/repos/Behat/Behat/zipball/c1e48826b84669c97a1efa78459aedfdcdcf2120",
|
|
|
|
"reference": "c1e48826b84669c97a1efa78459aedfdcdcf2120",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"behat/gherkin": "~2.3.0",
|
|
|
|
"php": ">=5.3.1",
|
2015-10-05 10:52:12 +08:00
|
|
|
"symfony/config": "~2.3",
|
2015-04-14 11:25:42 +08:00
|
|
|
"symfony/console": "~2.0",
|
|
|
|
"symfony/dependency-injection": "~2.0",
|
|
|
|
"symfony/event-dispatcher": "~2.0",
|
|
|
|
"symfony/finder": "~2.0",
|
2015-10-05 10:52:12 +08:00
|
|
|
"symfony/translation": "~2.3",
|
2015-04-14 11:25:42 +08:00
|
|
|
"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"
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"time": "2015-06-01 09:37:55"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"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"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "behat/mink",
|
|
|
|
"version": "v1.5.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/minkphp/Mink.git",
|
|
|
|
"reference": "0769e6d9726c140a54dbf827a438c0f9912749fe"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/minkphp/Mink/zipball/0769e6d9726c140a54dbf827a438c0f9912749fe",
|
|
|
|
"reference": "0769e6d9726c140a54dbf827a438c0f9912749fe",
|
|
|
|
"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": {
|
|
|
|
"dev-develop": "1.5.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Behat\\Mink": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Konstantin Kudryashov",
|
|
|
|
"email": "ever.zet@gmail.com",
|
|
|
|
"homepage": "http://everzet.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Web acceptance testing framework for PHP 5.3",
|
|
|
|
"homepage": "http://mink.behat.org/",
|
|
|
|
"keywords": [
|
|
|
|
"browser",
|
|
|
|
"testing",
|
|
|
|
"web"
|
|
|
|
],
|
|
|
|
"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",
|
2015-10-05 10:52:12 +08:00
|
|
|
"version": "v1.3.3",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Behat/MinkExtension.git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"reference": "b885b9407cba50a954f72c69ed1b2f8d3bc694f8"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://api.github.com/repos/Behat/MinkExtension/zipball/b885b9407cba50a954f72c69ed1b2f8d3bc694f8",
|
|
|
|
"reference": "b885b9407cba50a954f72c69ed1b2f8d3bc694f8",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"behat/behat": "~2.5.0",
|
2015-10-05 10:52:12 +08:00
|
|
|
"behat/mink": "~1.5",
|
|
|
|
"php": ">=5.3.2",
|
|
|
|
"symfony/config": "~2.2"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"behat/mink-goutte-driver": "~1.0",
|
|
|
|
"fabpot/goutte": "~1.0"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"time": "2014-05-15 19:27:39"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"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"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "behat/mink-selenium2-driver",
|
|
|
|
"version": "v1.1.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/minkphp/MinkSelenium2Driver.git",
|
|
|
|
"reference": "bcf1b537de37db6db0822d9e7bd97e600fd7a476"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/bcf1b537de37db6db0822d9e7bd97e600fd7a476",
|
|
|
|
"reference": "bcf1b537de37db6db0822d9e7bd97e600fd7a476",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"behat/mink": "~1.5.0",
|
|
|
|
"instaclick/php-webdriver": "~1.0.12",
|
|
|
|
"php": ">=5.3.1"
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Pete Otaqui",
|
|
|
|
"email": "pete@otaqui.com",
|
|
|
|
"homepage": "https://github.com/pete-otaqui"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Selenium2 (WebDriver) driver for Mink framework",
|
|
|
|
"homepage": "http://mink.behat.org/",
|
|
|
|
"keywords": [
|
|
|
|
"ajax",
|
|
|
|
"browser",
|
|
|
|
"javascript",
|
|
|
|
"selenium",
|
|
|
|
"testing",
|
|
|
|
"webdriver"
|
|
|
|
],
|
|
|
|
"time": "2013-06-02 19:09:45"
|
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "doctrine/instantiator",
|
|
|
|
"version": "1.0.5",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/doctrine/instantiator.git",
|
|
|
|
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
|
|
|
|
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"php": ">=5.3,<8.0-DEV"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"athletic/athletic": "~0.1.8",
|
|
|
|
"ext-pdo": "*",
|
|
|
|
"ext-phar": "*",
|
|
|
|
"phpunit/phpunit": "~4.0",
|
|
|
|
"squizlabs/php_codesniffer": "~2.0"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"dev-master": "1.0.x-dev"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"psr-4": {
|
|
|
|
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Marco Pivetta",
|
|
|
|
"email": "ocramius@gmail.com",
|
|
|
|
"homepage": "http://ocramius.github.com/"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
|
|
|
"homepage": "https://github.com/doctrine/instantiator",
|
2015-04-14 11:25:42 +08:00
|
|
|
"keywords": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"constructor",
|
|
|
|
"instantiate"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"time": "2015-06-14 21:17:01"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "fabpot/goutte",
|
|
|
|
"version": "v1.0.7",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/FriendsOfPHP/Goutte.git",
|
|
|
|
"reference": "794b196e76bdd37b5155cdecbad311f0a3b07625"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/794b196e76bdd37b5155cdecbad311f0a3b07625",
|
|
|
|
"reference": "794b196e76bdd37b5155cdecbad311f0a3b07625",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-05 10:52:12 +08: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-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"guzzle/plugin-history": "~3.1",
|
|
|
|
"guzzle/plugin-mock": "~3.1"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
2015-10-05 10:52:12 +08:00
|
|
|
"type": "application",
|
2015-04-14 11:25:42 +08:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"dev-master": "1.0-dev"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"Goutte": "."
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "A simple PHP Web Scraper",
|
|
|
|
"homepage": "https://github.com/fabpot/Goutte",
|
2015-04-14 11:25:42 +08:00
|
|
|
"keywords": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"scraper"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"time": "2014-10-09 15:52:51"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "guzzlehttp/guzzle",
|
|
|
|
"version": "v3.8.1",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
|
|
|
"reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
|
|
|
|
"reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"ext-curl": "*",
|
|
|
|
"php": ">=5.3.3",
|
|
|
|
"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-error-response": "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"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
2015-05-14 12:48:00 +08:00
|
|
|
"require-dev": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"doctrine/cache": "*",
|
|
|
|
"monolog/monolog": "1.*",
|
|
|
|
"phpunit/phpunit": "3.7.*",
|
|
|
|
"psr/log": "1.0.*",
|
|
|
|
"symfony/class-loader": "*",
|
|
|
|
"zendframework/zend-cache": "<2.3",
|
|
|
|
"zendframework/zend-log": "<2.3"
|
2015-05-14 12:48:00 +08:00
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"dev-master": "3.8-dev"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"Guzzle": "src/",
|
|
|
|
"Guzzle\\Tests": "tests/"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Michael Dowling",
|
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
|
"homepage": "https://github.com/mtdowling"
|
2015-05-14 12:48:00 +08:00
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Guzzle Community",
|
|
|
|
"homepage": "https://github.com/guzzle/guzzle/contributors"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
|
|
|
|
"homepage": "http://guzzlephp.org/",
|
2015-04-14 11:25:42 +08:00
|
|
|
"keywords": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"client",
|
|
|
|
"curl",
|
|
|
|
"framework",
|
|
|
|
"http",
|
|
|
|
"http client",
|
|
|
|
"rest",
|
|
|
|
"web service"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"time": "2014-01-28 22:29:15"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "instaclick/php-webdriver",
|
|
|
|
"version": "1.0.17",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/instaclick/php-webdriver.git",
|
|
|
|
"reference": "47a6019553a7a5b42d35493276ffc2c9252c53d5"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/47a6019553a7a5b42d35493276ffc2c9252c53d5",
|
|
|
|
"reference": "47a6019553a7a5b42d35493276ffc2c9252c53d5",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"ext-curl": "*",
|
2015-04-14 11:25:42 +08:00
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
2015-10-05 10:52:12 +08:00
|
|
|
"bin": [
|
|
|
|
"bin/webunit"
|
|
|
|
],
|
2015-04-14 11:25:42 +08:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"dev-master": "1.0.x-dev"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"WebDriver": "lib/"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"Apache-2.0"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Justin Bishop",
|
|
|
|
"email": "jubishop@gmail.com",
|
|
|
|
"role": "Developer"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Anthon Pang",
|
|
|
|
"email": "apang@softwaredevelopment.ca",
|
|
|
|
"role": "developer"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "PHP WebDriver for Selenium 2",
|
|
|
|
"homepage": "http://instaclick.com/",
|
2015-04-14 11:25:42 +08:00
|
|
|
"keywords": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"browser",
|
|
|
|
"selenium",
|
|
|
|
"webdriver",
|
|
|
|
"webtest"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"time": "2013-10-04 15:03:51"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "moodlehq/behat-extension",
|
2016-01-05 11:04:37 +08:00
|
|
|
"version": "v1.31.0",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/moodlehq/moodle-behat-extension.git",
|
2016-01-05 11:04:37 +08:00
|
|
|
"reference": "b4dd6f7d1ca1c89a44b8b010af8546d7a2808b7b"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-01-05 11:04:37 +08:00
|
|
|
"url": "https://api.github.com/repos/moodlehq/moodle-behat-extension/zipball/b4dd6f7d1ca1c89a44b8b010af8546d7a2808b7b",
|
|
|
|
"reference": "b4dd6f7d1ca1c89a44b8b010af8546d7a2808b7b",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"behat/behat": "2.5.5",
|
|
|
|
"behat/mink": "1.5.0",
|
|
|
|
"behat/mink-extension": "1.3.3",
|
|
|
|
"behat/mink-goutte-driver": "1.0.9",
|
|
|
|
"behat/mink-selenium2-driver": "1.1.1",
|
|
|
|
"guzzlehttp/guzzle": "~3.1",
|
|
|
|
"php": ">=5.4.4",
|
|
|
|
"symfony/browser-kit": "2.7.5",
|
|
|
|
"symfony/css-selector": "2.7.5",
|
|
|
|
"symfony/dom-crawler": "2.7.5",
|
2016-01-05 11:04:37 +08:00
|
|
|
"symfony/filesystem": "2.7.5",
|
2015-10-05 10:52:12 +08:00
|
|
|
"symfony/finder": "2.7.5"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"Moodle\\BehatExtension": "src/"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"GPLv3"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "David Monllaó",
|
|
|
|
"email": "david.monllao@gmail.com",
|
|
|
|
"homepage": "http://moodle.com",
|
|
|
|
"role": "Developer"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Moodle behat extension",
|
2015-04-14 11:25:42 +08:00
|
|
|
"keywords": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"BDD",
|
|
|
|
"Behat",
|
|
|
|
"moodle"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
2016-01-05 11:04:37 +08:00
|
|
|
"time": "2016-01-05 02:55:24"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
2015-07-27 00:30:00 +09:30
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "phpdocumentor/reflection-docblock",
|
|
|
|
"version": "2.0.4",
|
2015-07-27 00:30:00 +09:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
|
|
|
"reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
|
|
|
|
"reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
|
2015-07-27 00:30:00 +09:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"php": ">=5.3.3"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"phpunit/phpunit": "~4.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"dflydev/markdown": "~1.0",
|
|
|
|
"erusev/parsedown": "~1.0"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"dev-master": "2.0.x-dev"
|
2015-07-27 00:30:00 +09:30
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"psr-0": {
|
|
|
|
"phpDocumentor": [
|
|
|
|
"src/"
|
|
|
|
]
|
2015-07-27 00:30:00 +09:30
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Mike van Riel",
|
|
|
|
"email": "mike.vanriel@naenius.com"
|
2015-07-27 00:30:00 +09:30
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"time": "2015-02-03 12:10:50"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "phpspec/prophecy",
|
|
|
|
"version": "v1.5.0",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/phpspec/prophecy.git",
|
|
|
|
"reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
|
|
|
|
"reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"doctrine/instantiator": "^1.0.2",
|
|
|
|
"phpdocumentor/reflection-docblock": "~2.0",
|
|
|
|
"sebastian/comparator": "~1.1"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpspec/phpspec": "~2.0"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"dev-master": "1.4.x-dev"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"Prophecy\\": "src/"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Konstantin Kudryashov",
|
|
|
|
"email": "ever.zet@gmail.com",
|
|
|
|
"homepage": "http://everzet.com"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Marcello Duarte",
|
|
|
|
"email": "marcello.duarte@gmail.com"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Highly opinionated mocking framework for PHP 5.3+",
|
|
|
|
"homepage": "https://github.com/phpspec/prophecy",
|
2015-04-14 11:25:42 +08:00
|
|
|
"keywords": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"Double",
|
|
|
|
"Dummy",
|
|
|
|
"fake",
|
|
|
|
"mock",
|
|
|
|
"spy",
|
|
|
|
"stub"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"time": "2015-08-13 10:07:40"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "phpunit/dbunit",
|
|
|
|
"version": "1.4.1",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/sebastianbergmann/dbunit.git",
|
|
|
|
"reference": "9aaee6447663ff1b0cd50c23637e04af74c5e2ae"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/9aaee6447663ff1b0cd50c23637e04af74c5e2ae",
|
|
|
|
"reference": "9aaee6447663ff1b0cd50c23637e04af74c5e2ae",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"ext-pdo": "*",
|
|
|
|
"ext-simplexml": "*",
|
|
|
|
"php": ">=5.3.3",
|
|
|
|
"phpunit/phpunit": "~4|~5",
|
|
|
|
"symfony/yaml": "~2.1|~3.0"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
2015-10-05 10:52:12 +08:00
|
|
|
"bin": [
|
|
|
|
"composer/bin/dbunit"
|
|
|
|
],
|
|
|
|
"type": "library",
|
2015-04-14 11:25:42 +08:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"dev-master": "1.3.x-dev"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"classmap": [
|
|
|
|
"PHPUnit/"
|
|
|
|
]
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2015-10-05 10:52:12 +08:00
|
|
|
"include-path": [
|
|
|
|
"",
|
|
|
|
"../../symfony/yaml/"
|
|
|
|
],
|
2015-04-14 11:25:42 +08:00
|
|
|
"license": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"BSD-3-Clause"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sb@sebastian-bergmann.de",
|
|
|
|
"role": "lead"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "DbUnit port for PHP/PHPUnit to support database interaction testing.",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/dbunit/",
|
2015-04-14 11:25:42 +08:00
|
|
|
"keywords": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"database",
|
|
|
|
"testing",
|
|
|
|
"xunit"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"time": "2015-08-07 04:57:38"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "phpunit/php-code-coverage",
|
2016-01-05 11:04:37 +08:00
|
|
|
"version": "2.2.4",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
2016-01-05 11:04:37 +08:00
|
|
|
"reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-01-05 11:04:37 +08:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
|
|
|
|
"reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3",
|
2015-10-05 10:52:12 +08:00
|
|
|
"phpunit/php-file-iterator": "~1.3",
|
|
|
|
"phpunit/php-text-template": "~1.2",
|
|
|
|
"phpunit/php-token-stream": "~1.3",
|
|
|
|
"sebastian/environment": "^1.3.2",
|
|
|
|
"sebastian/version": "~1.0"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"ext-xdebug": ">=2.1.4",
|
|
|
|
"phpunit/phpunit": "~4"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-dom": "*",
|
|
|
|
"ext-xdebug": ">=2.2.1",
|
|
|
|
"ext-xmlwriter": "*"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"dev-master": "2.2.x-dev"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"BSD-3-Clause"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sb@sebastian-bergmann.de",
|
|
|
|
"role": "lead"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
2015-04-14 11:25:42 +08:00
|
|
|
"keywords": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"coverage",
|
|
|
|
"testing",
|
|
|
|
"xunit"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
2016-01-05 11:04:37 +08:00
|
|
|
"time": "2015-10-06 15:47:00"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "phpunit/php-file-iterator",
|
|
|
|
"version": "1.4.1",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
|
|
|
"reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
|
|
|
|
"reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"php": ">=5.3.3"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"dev-master": "1.4.x-dev"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"BSD-3-Clause"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sb@sebastian-bergmann.de",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
|
|
|
"keywords": [
|
|
|
|
"filesystem",
|
|
|
|
"iterator"
|
|
|
|
],
|
|
|
|
"time": "2015-06-21 13:08:43"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/php-text-template",
|
|
|
|
"version": "1.2.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
|
|
|
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
|
|
|
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
2015-04-14 11:25:42 +08:00
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "lead"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Simple template engine.",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
2015-04-14 11:25:42 +08:00
|
|
|
"keywords": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"template"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"time": "2015-06-21 13:50:34"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "phpunit/php-timer",
|
|
|
|
"version": "1.0.7",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
|
|
|
"reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
|
|
|
|
"reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sb@sebastian-bergmann.de",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Utility class for timing",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-timer/",
|
|
|
|
"keywords": [
|
|
|
|
"timer"
|
|
|
|
],
|
|
|
|
"time": "2015-06-21 08:01:12"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/php-token-stream",
|
|
|
|
"version": "1.4.8",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
|
|
|
"reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
|
|
|
|
"reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-tokenizer": "*",
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.2"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
2015-10-05 10:52:12 +08:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.4-dev"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
2015-10-05 10:52:12 +08:00
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
2015-06-30 13:58:53 -07:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2015-04-14 11:25:42 +08:00
|
|
|
"license": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"BSD-3-Clause"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Wrapper around PHP's tokenizer extension.",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
|
2015-04-14 11:25:42 +08:00
|
|
|
"keywords": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"tokenizer"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"time": "2015-09-15 10:49:45"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
2015-07-27 00:30:00 +09:30
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "phpunit/phpunit",
|
2016-01-05 11:04:37 +08:00
|
|
|
"version": "4.8.21",
|
2015-07-27 00:30:00 +09:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
2016-01-05 11:04:37 +08:00
|
|
|
"reference": "ea76b17bced0500a28098626b84eda12dbcf119c"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-01-05 11:04:37 +08:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ea76b17bced0500a28098626b84eda12dbcf119c",
|
|
|
|
"reference": "ea76b17bced0500a28098626b84eda12dbcf119c",
|
2015-07-27 00:30:00 +09:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"ext-dom": "*",
|
|
|
|
"ext-json": "*",
|
|
|
|
"ext-pcre": "*",
|
|
|
|
"ext-reflection": "*",
|
|
|
|
"ext-spl": "*",
|
|
|
|
"php": ">=5.3.3",
|
|
|
|
"phpspec/prophecy": "^1.3.1",
|
|
|
|
"phpunit/php-code-coverage": "~2.1",
|
|
|
|
"phpunit/php-file-iterator": "~1.4",
|
|
|
|
"phpunit/php-text-template": "~1.2",
|
|
|
|
"phpunit/php-timer": ">=1.0.6",
|
|
|
|
"phpunit/phpunit-mock-objects": "~2.3",
|
|
|
|
"sebastian/comparator": "~1.1",
|
|
|
|
"sebastian/diff": "~1.2",
|
|
|
|
"sebastian/environment": "~1.3",
|
|
|
|
"sebastian/exporter": "~1.2",
|
|
|
|
"sebastian/global-state": "~1.0",
|
|
|
|
"sebastian/version": "~1.0",
|
|
|
|
"symfony/yaml": "~2.1|~3.0"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"suggest": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"phpunit/php-invoker": "~1.1"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
2015-10-05 10:52:12 +08:00
|
|
|
"bin": [
|
|
|
|
"phpunit"
|
|
|
|
],
|
2015-07-27 00:30:00 +09:30
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"dev-master": "4.8.x-dev"
|
2015-07-27 00:30:00 +09:30
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"BSD-3-Clause"
|
2015-07-27 00:30:00 +09:30
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "lead"
|
2015-07-27 00:30:00 +09:30
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "The PHP Unit Testing framework.",
|
|
|
|
"homepage": "https://phpunit.de/",
|
|
|
|
"keywords": [
|
|
|
|
"phpunit",
|
|
|
|
"testing",
|
|
|
|
"xunit"
|
|
|
|
],
|
2016-01-05 11:04:37 +08:00
|
|
|
"time": "2015-12-12 07:45:58"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "phpunit/phpunit-mock-objects",
|
|
|
|
"version": "2.3.8",
|
2015-07-27 00:30:00 +09:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
|
|
|
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
|
|
|
|
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
|
2015-07-27 00:30:00 +09:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"doctrine/instantiator": "^1.0.2",
|
2015-10-05 10:52:12 +08:00
|
|
|
"php": ">=5.3.3",
|
|
|
|
"phpunit/php-text-template": "~1.2",
|
|
|
|
"sebastian/exporter": "~1.2"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"phpunit/phpunit": "~4.4"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-soap": "*"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"dev-master": "2.3.x-dev"
|
2015-07-27 00:30:00 +09:30
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"BSD-3-Clause"
|
2015-07-27 00:30:00 +09:30
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sb@sebastian-bergmann.de",
|
|
|
|
"role": "lead"
|
2015-07-27 00:30:00 +09:30
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Mock Object library for PHPUnit",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
|
2015-07-27 00:30:00 +09:30
|
|
|
"keywords": [
|
|
|
|
"mock",
|
2015-10-05 10:52:12 +08:00
|
|
|
"xunit"
|
2015-07-27 00:30:00 +09:30
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"time": "2015-10-02 06:51:40"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "sebastian/comparator",
|
|
|
|
"version": "1.2.0",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/sebastianbergmann/comparator.git",
|
|
|
|
"reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
|
|
|
|
"reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3",
|
2015-10-05 10:52:12 +08:00
|
|
|
"sebastian/diff": "~1.2",
|
|
|
|
"sebastian/exporter": "~1.2"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.4"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"dev-master": "1.2.x-dev"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"src/"
|
2015-04-14 11:25:42 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
2015-10-05 10:52:12 +08:00
|
|
|
{
|
|
|
|
"name": "Jeff Welch",
|
|
|
|
"email": "whatthejeff@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Volker Dusch",
|
|
|
|
"email": "github@wallbash.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Bernhard Schussek",
|
|
|
|
"email": "bschussek@2bepublished.at"
|
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
2015-10-05 10:52:12 +08:00
|
|
|
"email": "sebastian@phpunit.de"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Provides the functionality to compare PHP values for equality",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/comparator",
|
2015-04-14 11:25:42 +08:00
|
|
|
"keywords": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"comparator",
|
|
|
|
"compare",
|
|
|
|
"equality"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"time": "2015-07-26 15:48:44"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "sebastian/diff",
|
2016-01-05 11:04:37 +08:00
|
|
|
"version": "1.4.1",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/sebastianbergmann/diff.git",
|
2016-01-05 11:04:37 +08:00
|
|
|
"reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-01-05 11:04:37 +08:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
|
|
|
|
"reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"php": ">=5.3.3"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2016-01-05 11:04:37 +08:00
|
|
|
"phpunit/phpunit": "~4.8"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-01-05 11:04:37 +08:00
|
|
|
"dev-master": "1.4-dev"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
2015-07-27 00:30:00 +09:30
|
|
|
"src/"
|
2015-04-14 11:25:42 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
2015-10-05 10:52:12 +08:00
|
|
|
{
|
|
|
|
"name": "Kore Nordmann",
|
|
|
|
"email": "mail@kore-nordmann.de"
|
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
2015-10-05 10:52:12 +08:00
|
|
|
"email": "sebastian@phpunit.de"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Diff implementation",
|
2016-01-05 11:04:37 +08:00
|
|
|
"homepage": "https://github.com/sebastianbergmann/diff",
|
2015-04-14 11:25:42 +08:00
|
|
|
"keywords": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"diff"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
2016-01-05 11:04:37 +08:00
|
|
|
"time": "2015-12-08 07:14:41"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "sebastian/environment",
|
2016-01-05 11:04:37 +08:00
|
|
|
"version": "1.3.3",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/sebastianbergmann/environment.git",
|
2016-01-05 11:04:37 +08:00
|
|
|
"reference": "6e7133793a8e5a5714a551a8324337374be209df"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-01-05 11:04:37 +08:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e7133793a8e5a5714a551a8324337374be209df",
|
|
|
|
"reference": "6e7133793a8e5a5714a551a8324337374be209df",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
2015-10-05 10:52:12 +08:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.4"
|
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"dev-master": "1.3.x-dev"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
2015-10-05 10:52:12 +08:00
|
|
|
"email": "sebastian@phpunit.de"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Provides functionality to handle HHVM/PHP environments",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/environment",
|
2015-04-14 11:25:42 +08:00
|
|
|
"keywords": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"Xdebug",
|
|
|
|
"environment",
|
|
|
|
"hhvm"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
2016-01-05 11:04:37 +08:00
|
|
|
"time": "2015-12-02 08:37:27"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "sebastian/exporter",
|
2015-06-30 13:58:53 -07:00
|
|
|
"version": "1.2.1",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/sebastianbergmann/exporter.git",
|
|
|
|
"reference": "7ae5513327cb536431847bcc0c10edba2701064e"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
|
|
|
|
"reference": "7ae5513327cb536431847bcc0c10edba2701064e",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"php": ">=5.3.3",
|
|
|
|
"sebastian/recursion-context": "~1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.4"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
2015-10-05 10:52:12 +08:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.2.x-dev"
|
|
|
|
}
|
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
2015-06-30 13:58:53 -07:00
|
|
|
"src/"
|
2015-04-14 11:25:42 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
2015-10-05 10:52:12 +08:00
|
|
|
{
|
|
|
|
"name": "Jeff Welch",
|
|
|
|
"email": "whatthejeff@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Volker Dusch",
|
|
|
|
"email": "github@wallbash.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Bernhard Schussek",
|
|
|
|
"email": "bschussek@2bepublished.at"
|
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
2015-10-05 10:52:12 +08:00
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Adam Harvey",
|
|
|
|
"email": "aharvey@php.net"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Provides the functionality to export PHP variables for visualization",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/exporter",
|
2015-04-14 11:25:42 +08:00
|
|
|
"keywords": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"export",
|
|
|
|
"exporter"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"time": "2015-06-21 07:55:53"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "sebastian/global-state",
|
2016-01-05 11:04:37 +08:00
|
|
|
"version": "1.1.1",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/sebastianbergmann/global-state.git",
|
2016-01-05 11:04:37 +08:00
|
|
|
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-01-05 11:04:37 +08:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
|
|
|
|
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
2015-10-05 10:52:12 +08:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.2"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-uopz": "*"
|
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
"type": "library",
|
2015-10-05 10:52:12 +08:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0-dev"
|
|
|
|
}
|
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
2015-06-30 13:58:53 -07:00
|
|
|
"src/"
|
2015-04-14 11:25:42 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
2015-10-05 10:52:12 +08:00
|
|
|
"email": "sebastian@phpunit.de"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Snapshotting of global state",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/global-state",
|
2015-04-14 11:25:42 +08:00
|
|
|
"keywords": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"global state"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
2016-01-05 11:04:37 +08:00
|
|
|
"time": "2015-10-12 03:26:01"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "sebastian/recursion-context",
|
2016-01-05 11:04:37 +08:00
|
|
|
"version": "1.0.2",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
2016-01-05 11:04:37 +08:00
|
|
|
"reference": "913401df809e99e4f47b27cdd781f4a258d58791"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-01-05 11:04:37 +08:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
|
|
|
|
"reference": "913401df809e99e4f47b27cdd781f4a258d58791",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
2015-07-27 00:30:00 +09:30
|
|
|
"require-dev": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"phpunit/phpunit": "~4.4"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"dev-master": "1.0.x-dev"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
2015-07-27 00:30:00 +09:30
|
|
|
"src/"
|
2015-04-14 11:25:42 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
2015-10-05 10:52:12 +08:00
|
|
|
{
|
|
|
|
"name": "Jeff Welch",
|
|
|
|
"email": "whatthejeff@gmail.com"
|
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
2015-07-27 00:30:00 +09:30
|
|
|
"email": "sebastian@phpunit.de"
|
2015-10-05 10:52:12 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Adam Harvey",
|
|
|
|
"email": "aharvey@php.net"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Provides functionality to recursively process PHP variables",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
2016-01-05 11:04:37 +08:00
|
|
|
"time": "2015-11-11 19:50:13"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "sebastian/version",
|
|
|
|
"version": "1.0.6",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/sebastianbergmann/version.git",
|
|
|
|
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
|
|
|
|
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
2015-07-27 00:30:00 +09:30
|
|
|
"src/"
|
2015-04-14 11:25:42 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/version",
|
|
|
|
"time": "2015-06-21 13:59:46"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "symfony/browser-kit",
|
|
|
|
"version": "v2.7.5",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/symfony/browser-kit.git",
|
|
|
|
"reference": "277a2457776d4cc25706fbdd9d1e4ab2dac884e4"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/277a2457776d4cc25706fbdd9d1e4ab2dac884e4",
|
|
|
|
"reference": "277a2457776d4cc25706fbdd9d1e4ab2dac884e4",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"php": ">=5.3.9",
|
|
|
|
"symfony/dom-crawler": "~2.0,>=2.0.5"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"symfony/css-selector": "~2.0,>=2.0.5",
|
|
|
|
"symfony/phpunit-bridge": "~2.7",
|
|
|
|
"symfony/process": "~2.0,>=2.0.5"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"suggest": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"symfony/process": ""
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
2015-07-27 00:30:00 +09:30
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"dev-master": "2.7-dev"
|
2015-07-27 00:30:00 +09:30
|
|
|
}
|
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
"autoload": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\BrowserKit\\": ""
|
|
|
|
}
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"MIT"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Symfony BrowserKit Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"time": "2015-09-06 08:36:38"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "symfony/config",
|
2016-01-05 11:04:37 +08:00
|
|
|
"version": "v2.8.1",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/symfony/config.git",
|
2016-01-05 11:04:37 +08:00
|
|
|
"reference": "17d4b2e64ce1c6ba7caa040f14469b3c44d7f7d2"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-01-05 11:04:37 +08:00
|
|
|
"url": "https://api.github.com/repos/symfony/config/zipball/17d4b2e64ce1c6ba7caa040f14469b3c44d7f7d2",
|
|
|
|
"reference": "17d4b2e64ce1c6ba7caa040f14469b3c44d7f7d2",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
2015-10-05 10:52:12 +08:00
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.9",
|
2016-01-05 11:04:37 +08:00
|
|
|
"symfony/filesystem": "~2.3|~3.0.0"
|
2015-10-05 10:52:12 +08:00
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
"type": "library",
|
2015-10-05 10:52:12 +08:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-01-05 11:04:37 +08:00
|
|
|
"dev-master": "2.8-dev"
|
2015-10-05 10:52:12 +08:00
|
|
|
}
|
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
"autoload": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Config\\": ""
|
2016-01-05 11:04:37 +08:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Symfony Config Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2016-01-05 11:04:37 +08:00
|
|
|
"time": "2015-12-26 13:37:56"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
2015-07-27 00:30:00 +09:30
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "symfony/console",
|
2016-01-05 11:04:37 +08:00
|
|
|
"version": "v2.8.1",
|
2015-07-27 00:30:00 +09:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/symfony/console.git",
|
2016-01-05 11:04:37 +08:00
|
|
|
"reference": "2e06a5ccb19dcf9b89f1c6a677a39a8df773635a"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-01-05 11:04:37 +08:00
|
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/2e06a5ccb19dcf9b89f1c6a677a39a8df773635a",
|
|
|
|
"reference": "2e06a5ccb19dcf9b89f1c6a677a39a8df773635a",
|
2015-07-27 00:30:00 +09:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2016-01-05 11:04:37 +08:00
|
|
|
"php": ">=5.3.9",
|
|
|
|
"symfony/polyfill-mbstring": "~1.0"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"psr/log": "~1.0",
|
2016-01-05 11:04:37 +08:00
|
|
|
"symfony/event-dispatcher": "~2.1|~3.0.0",
|
|
|
|
"symfony/process": "~2.1|~3.0.0"
|
2015-10-05 10:52:12 +08:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"psr/log": "For using the console logger",
|
|
|
|
"symfony/event-dispatcher": "",
|
|
|
|
"symfony/process": ""
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-01-05 11:04:37 +08:00
|
|
|
"dev-master": "2.8-dev"
|
2015-07-27 00:30:00 +09:30
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Console\\": ""
|
2016-01-05 11:04:37 +08:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"MIT"
|
2015-07-27 00:30:00 +09:30
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
2015-07-27 00:30:00 +09:30
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Symfony Console Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2016-01-05 11:04:37 +08:00
|
|
|
"time": "2015-12-22 10:25:57"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "symfony/css-selector",
|
|
|
|
"version": "v2.7.5",
|
2015-07-27 00:30:00 +09:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/symfony/css-selector.git",
|
|
|
|
"reference": "abe19cc0429a06be0c133056d1f9859854860970"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://api.github.com/repos/symfony/css-selector/zipball/abe19cc0429a06be0c133056d1f9859854860970",
|
|
|
|
"reference": "abe19cc0429a06be0c133056d1f9859854860970",
|
2015-07-27 00:30:00 +09:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"php": ">=5.3.9"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"symfony/phpunit-bridge": "~2.7"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"dev-master": "2.7-dev"
|
2015-07-27 00:30:00 +09:30
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\CssSelector\\": ""
|
|
|
|
}
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"MIT"
|
2015-07-27 00:30:00 +09:30
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Jean-François Simon",
|
|
|
|
"email": "jeanfrancois.simon@sensiolabs.com"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-07-27 00:30:00 +09:30
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Symfony CssSelector Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"time": "2015-09-22 13:49:29"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "symfony/dependency-injection",
|
2016-01-05 11:04:37 +08:00
|
|
|
"version": "v2.8.1",
|
2015-07-27 00:30:00 +09:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/symfony/dependency-injection.git",
|
2016-01-05 11:04:37 +08:00
|
|
|
"reference": "c5086d186f538c2711b9af6f727be7b0446979cd"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-01-05 11:04:37 +08:00
|
|
|
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c5086d186f538c2711b9af6f727be7b0446979cd",
|
|
|
|
"reference": "c5086d186f538c2711b9af6f727be7b0446979cd",
|
2015-07-27 00:30:00 +09:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"php": ">=5.3.9"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/expression-language": "<2.6"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"require-dev": {
|
2016-01-05 11:04:37 +08:00
|
|
|
"symfony/config": "~2.2|~3.0.0",
|
|
|
|
"symfony/expression-language": "~2.6|~3.0.0",
|
|
|
|
"symfony/yaml": "~2.1|~3.0.0"
|
2015-10-05 10:52:12 +08:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/config": "",
|
|
|
|
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
|
|
|
|
"symfony/yaml": ""
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-01-05 11:04:37 +08:00
|
|
|
"dev-master": "2.8-dev"
|
2015-07-27 00:30:00 +09:30
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\DependencyInjection\\": ""
|
2016-01-05 11:04:37 +08:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"MIT"
|
2015-07-27 00:30:00 +09:30
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-07-27 00:30:00 +09:30
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Symfony DependencyInjection Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2016-01-05 11:04:37 +08:00
|
|
|
"time": "2015-12-26 13:37:56"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "symfony/dom-crawler",
|
|
|
|
"version": "v2.7.5",
|
2015-07-27 00:30:00 +09:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/symfony/dom-crawler.git",
|
|
|
|
"reference": "2e185ca136399f902b948694987e62c80099c052"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/2e185ca136399f902b948694987e62c80099c052",
|
|
|
|
"reference": "2e185ca136399f902b948694987e62c80099c052",
|
2015-07-27 00:30:00 +09:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"php": ">=5.3.9"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"symfony/css-selector": "~2.3",
|
|
|
|
"symfony/phpunit-bridge": "~2.7"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/css-selector": ""
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"dev-master": "2.7-dev"
|
2015-07-27 00:30:00 +09:30
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\DomCrawler\\": ""
|
|
|
|
}
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"MIT"
|
2015-07-27 00:30:00 +09:30
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-07-27 00:30:00 +09:30
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Symfony DomCrawler Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"time": "2015-09-20 21:13:58"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "symfony/event-dispatcher",
|
2016-01-05 11:04:37 +08:00
|
|
|
"version": "v2.8.1",
|
2015-07-27 00:30:00 +09:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
2016-01-05 11:04:37 +08:00
|
|
|
"reference": "a5eb815363c0388e83247e7e9853e5dbc14999cc"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-01-05 11:04:37 +08:00
|
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a5eb815363c0388e83247e7e9853e5dbc14999cc",
|
|
|
|
"reference": "a5eb815363c0388e83247e7e9853e5dbc14999cc",
|
2015-07-27 00:30:00 +09:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"php": ">=5.3.9"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"psr/log": "~1.0",
|
2016-01-05 11:04:37 +08:00
|
|
|
"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"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"suggest": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"symfony/dependency-injection": "",
|
|
|
|
"symfony/http-kernel": ""
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-01-05 11:04:37 +08:00
|
|
|
"dev-master": "2.8-dev"
|
2015-07-27 00:30:00 +09:30
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\EventDispatcher\\": ""
|
2016-01-05 11:04:37 +08:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"MIT"
|
2015-07-27 00:30:00 +09:30
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-07-27 00:30:00 +09:30
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Symfony EventDispatcher Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2016-01-05 11:04:37 +08:00
|
|
|
"time": "2015-10-30 20:15:42"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "symfony/filesystem",
|
|
|
|
"version": "v2.7.5",
|
2015-07-27 00:30:00 +09:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/symfony/filesystem.git",
|
|
|
|
"reference": "a17f8a17c20e8614c15b8e116e2f4bcde102cfab"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/a17f8a17c20e8614c15b8e116e2f4bcde102cfab",
|
|
|
|
"reference": "a17f8a17c20e8614c15b8e116e2f4bcde102cfab",
|
2015-07-27 00:30:00 +09:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"php": ">=5.3.9"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"symfony/phpunit-bridge": "~2.7"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"dev-master": "2.7-dev"
|
2015-07-27 00:30:00 +09:30
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Filesystem\\": ""
|
|
|
|
}
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"MIT"
|
2015-07-27 00:30:00 +09:30
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-07-27 00:30:00 +09:30
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Symfony Filesystem Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"time": "2015-09-09 17:42:36"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "symfony/finder",
|
|
|
|
"version": "v2.7.5",
|
2015-07-27 00:30:00 +09:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/symfony/finder.git",
|
|
|
|
"reference": "8262ab605973afbb3ef74b945daabf086f58366f"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://api.github.com/repos/symfony/finder/zipball/8262ab605973afbb3ef74b945daabf086f58366f",
|
|
|
|
"reference": "8262ab605973afbb3ef74b945daabf086f58366f",
|
2015-07-27 00:30:00 +09:30
|
|
|
"shasum": ""
|
|
|
|
},
|
2015-10-05 10:52:12 +08:00
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.9"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/phpunit-bridge": "~2.7"
|
|
|
|
},
|
2015-07-27 00:30:00 +09:30
|
|
|
"type": "library",
|
2015-10-05 10:52:12 +08:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.7-dev"
|
|
|
|
}
|
|
|
|
},
|
2015-07-27 00:30:00 +09:30
|
|
|
"autoload": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Finder\\": ""
|
|
|
|
}
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"MIT"
|
2015-07-27 00:30:00 +09:30
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-07-27 00:30:00 +09:30
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Symfony Finder Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"time": "2015-09-19 19:59:23"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
2016-01-05 11:04:37 +08:00
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-mbstring",
|
|
|
|
"version": "v1.0.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
|
|
"reference": "49ff736bd5d41f45240cec77b44967d76e0c3d25"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/49ff736bd5d41f45240cec77b44967d76e0c3d25",
|
|
|
|
"reference": "49ff736bd5d41f45240cec77b44967d76e0c3d25",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-mbstring": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill for the Mbstring extension",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"mbstring",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
|
|
|
"time": "2015-11-20 09:19:13"
|
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "symfony/process",
|
2016-01-05 11:04:37 +08:00
|
|
|
"version": "v2.8.1",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/symfony/process.git",
|
2016-01-05 11:04:37 +08:00
|
|
|
"reference": "62c254438b5040bc2217156e1570cf2206e8540c"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-01-05 11:04:37 +08:00
|
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/62c254438b5040bc2217156e1570cf2206e8540c",
|
|
|
|
"reference": "62c254438b5040bc2217156e1570cf2206e8540c",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"php": ">=5.3.9"
|
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
"type": "library",
|
2015-10-05 10:52:12 +08:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-01-05 11:04:37 +08:00
|
|
|
"dev-master": "2.8-dev"
|
2015-10-05 10:52:12 +08:00
|
|
|
}
|
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
"autoload": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Process\\": ""
|
2016-01-05 11:04:37 +08:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Symfony Process Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2016-01-05 11:04:37 +08:00
|
|
|
"time": "2015-12-23 11:03:46"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "symfony/translation",
|
2016-01-05 11:04:37 +08:00
|
|
|
"version": "v2.8.1",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/symfony/translation.git",
|
2016-01-05 11:04:37 +08:00
|
|
|
"reference": "c1db87c51251167dd91198b9d1edf897773adb4f"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-01-05 11:04:37 +08:00
|
|
|
"url": "https://api.github.com/repos/symfony/translation/zipball/c1db87c51251167dd91198b9d1edf897773adb4f",
|
|
|
|
"reference": "c1db87c51251167dd91198b9d1edf897773adb4f",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2016-01-05 11:04:37 +08:00
|
|
|
"php": ">=5.3.9",
|
|
|
|
"symfony/polyfill-mbstring": "~1.0"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
2015-10-05 10:52:12 +08:00
|
|
|
"conflict": {
|
|
|
|
"symfony/config": "<2.7"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"psr/log": "~1.0",
|
2016-01-05 11:04:37 +08:00
|
|
|
"symfony/config": "~2.8",
|
|
|
|
"symfony/intl": "~2.4|~3.0.0",
|
|
|
|
"symfony/yaml": "~2.2|~3.0.0"
|
2015-10-05 10:52:12 +08:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"psr/log": "To use logging capability in translator",
|
|
|
|
"symfony/config": "",
|
|
|
|
"symfony/yaml": ""
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-01-05 11:04:37 +08:00
|
|
|
"dev-master": "2.8-dev"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Translation\\": ""
|
2016-01-05 11:04:37 +08:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
2015-05-14 12:48:00 +08:00
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
2015-10-05 10:52:12 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Symfony Translation Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2014-12-16 09:02:17 +08:00
|
|
|
"time": "2016-01-03 15:33:41"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "symfony/yaml",
|
2016-01-05 11:04:37 +08:00
|
|
|
"version": "v2.8.1",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/symfony/yaml.git",
|
2016-01-05 11:04:37 +08:00
|
|
|
"reference": "ac84cbb98b68a6abbc9f5149eb96ccc7b07b8966"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-01-05 11:04:37 +08:00
|
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/ac84cbb98b68a6abbc9f5149eb96ccc7b07b8966",
|
|
|
|
"reference": "ac84cbb98b68a6abbc9f5149eb96ccc7b07b8966",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"php": ">=5.3.9"
|
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-01-05 11:04:37 +08:00
|
|
|
"dev-master": "2.8-dev"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Yaml\\": ""
|
2016-01-05 11:04:37 +08:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"MIT"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
2015-10-05 10:52:12 +08:00
|
|
|
"email": "fabien@symfony.com"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Symfony Yaml Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2016-01-05 11:04:37 +08:00
|
|
|
"time": "2015-12-26 13:37:56"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"stability-flags": [],
|
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": [],
|
|
|
|
"platform-dev": []
|
|
|
|
}
|