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"
|
|
|
|
],
|
2015-07-27 00:30:00 +09:30
|
|
|
"hash": "a85d8c9e61ccba5e235093157021f7b5",
|
2015-04-14 11:25:42 +08:00
|
|
|
"packages": [],
|
|
|
|
"packages-dev": [
|
|
|
|
{
|
|
|
|
"name": "behat/behat",
|
|
|
|
"version": "v2.5.3",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Behat/Behat.git",
|
|
|
|
"reference": "c3a105a3c0457df919879c72b63b910e63739e51"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/Behat/Behat/zipball/c3a105a3c0457df919879c72b63b910e63739e51",
|
|
|
|
"reference": "c3a105a3c0457df919879c72b63b910e63739e51",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"behat/gherkin": "~2.3.0",
|
|
|
|
"php": ">=5.3.1",
|
|
|
|
"symfony/config": "~2.0",
|
|
|
|
"symfony/console": "~2.0",
|
|
|
|
"symfony/dependency-injection": "~2.0",
|
|
|
|
"symfony/event-dispatcher": "~2.0",
|
|
|
|
"symfony/finder": "~2.0",
|
|
|
|
"symfony/translation": "~2.0",
|
|
|
|
"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": "2014-04-26 16:55:16"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"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",
|
|
|
|
"version": "v1.2.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Behat/MinkExtension.git",
|
|
|
|
"reference": "0b7223826341fad69b4600afe27722d2a2f9a306"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/Behat/MinkExtension/zipball/0b7223826341fad69b4600afe27722d2a2f9a306",
|
|
|
|
"reference": "0b7223826341fad69b4600afe27722d2a2f9a306",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"behat/behat": "~2.5.0",
|
|
|
|
"behat/mink": ">=1.4.3,<1.6-dev",
|
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"behat/mink-goutte-driver": "~1.0"
|
|
|
|
},
|
|
|
|
"type": "behat-extension",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.1.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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": "2013-08-17 19:01:06"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"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"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "doctrine/annotations",
|
2015-06-30 13:58:53 -07:00
|
|
|
"version": "v1.2.6",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/annotations.git",
|
2015-06-30 13:58:53 -07:00
|
|
|
"reference": "f4a91702ca3cd2e568c3736aa031ed00c3752af4"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-06-30 13:58:53 -07:00
|
|
|
"url": "https://api.github.com/repos/doctrine/annotations/zipball/f4a91702ca3cd2e568c3736aa031ed00c3752af4",
|
|
|
|
"reference": "f4a91702ca3cd2e568c3736aa031ed00c3752af4",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"doctrine/lexer": "1.*",
|
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"doctrine/cache": "1.*",
|
|
|
|
"phpunit/phpunit": "4.*"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.3.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Doctrine\\Common\\Annotations\\": "lib/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Roman Borschel",
|
|
|
|
"email": "roman@code-factory.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Benjamin Eberlei",
|
|
|
|
"email": "kontakt@beberlei.de"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Guilherme Blanco",
|
|
|
|
"email": "guilhermeblanco@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jonathan Wage",
|
|
|
|
"email": "jonwage@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Johannes Schmitt",
|
|
|
|
"email": "schmittjoh@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Docblock Annotations Parser",
|
|
|
|
"homepage": "http://www.doctrine-project.org",
|
|
|
|
"keywords": [
|
|
|
|
"annotations",
|
|
|
|
"docblock",
|
|
|
|
"parser"
|
|
|
|
],
|
2015-06-30 13:58:53 -07:00
|
|
|
"time": "2015-06-17 12:21:22"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "doctrine/cache",
|
2015-05-14 12:48:00 +08:00
|
|
|
"version": "v1.4.1",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/cache.git",
|
2015-05-14 12:48:00 +08:00
|
|
|
"reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-05-14 12:48:00 +08:00
|
|
|
"url": "https://api.github.com/repos/doctrine/cache/zipball/c9eadeb743ac6199f7eec423cb9426bc518b7b03",
|
|
|
|
"reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"doctrine/common": ">2.2,<2.4"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": ">=3.7",
|
2015-05-14 12:48:00 +08:00
|
|
|
"predis/predis": "~1.0",
|
2015-04-14 11:25:42 +08:00
|
|
|
"satooshi/php-coveralls": "~0.6"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-05-14 12:48:00 +08:00
|
|
|
"dev-master": "1.5.x-dev"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Doctrine\\Common\\Cache\\": "lib/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Roman Borschel",
|
|
|
|
"email": "roman@code-factory.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Benjamin Eberlei",
|
|
|
|
"email": "kontakt@beberlei.de"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Guilherme Blanco",
|
|
|
|
"email": "guilhermeblanco@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jonathan Wage",
|
|
|
|
"email": "jonwage@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Johannes Schmitt",
|
|
|
|
"email": "schmittjoh@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Caching library offering an object-oriented API for many cache backends",
|
|
|
|
"homepage": "http://www.doctrine-project.org",
|
|
|
|
"keywords": [
|
|
|
|
"cache",
|
|
|
|
"caching"
|
|
|
|
],
|
2015-05-14 12:48:00 +08:00
|
|
|
"time": "2015-04-15 00:11:59"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "doctrine/collections",
|
2015-05-14 12:48:00 +08:00
|
|
|
"version": "v1.3.0",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/collections.git",
|
2015-05-14 12:48:00 +08:00
|
|
|
"reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-05-14 12:48:00 +08:00
|
|
|
"url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
|
|
|
|
"reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
2015-05-14 12:48:00 +08:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.0"
|
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.2.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Doctrine\\Common\\Collections\\": "lib/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Roman Borschel",
|
|
|
|
"email": "roman@code-factory.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Benjamin Eberlei",
|
|
|
|
"email": "kontakt@beberlei.de"
|
|
|
|
},
|
2015-05-14 12:48:00 +08:00
|
|
|
{
|
|
|
|
"name": "Guilherme Blanco",
|
|
|
|
"email": "guilhermeblanco@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jonathan Wage",
|
|
|
|
"email": "jonwage@gmail.com"
|
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
{
|
|
|
|
"name": "Johannes Schmitt",
|
2015-05-14 12:48:00 +08:00
|
|
|
"email": "schmittjoh@gmail.com"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Collections Abstraction library",
|
|
|
|
"homepage": "http://www.doctrine-project.org",
|
|
|
|
"keywords": [
|
|
|
|
"array",
|
|
|
|
"collections",
|
|
|
|
"iterator"
|
|
|
|
],
|
2015-05-14 12:48:00 +08:00
|
|
|
"time": "2015-04-14 22:21:58"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "doctrine/common",
|
|
|
|
"version": "v2.5.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/common.git",
|
|
|
|
"reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/doctrine/common/zipball/cd8daf2501e10c63dced7b8b9b905844316ae9d3",
|
|
|
|
"reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"doctrine/annotations": "1.*",
|
|
|
|
"doctrine/cache": "1.*",
|
|
|
|
"doctrine/collections": "1.*",
|
|
|
|
"doctrine/inflector": "1.*",
|
|
|
|
"doctrine/lexer": "1.*",
|
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~3.7"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.6.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Doctrine\\Common\\": "lib/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Roman Borschel",
|
|
|
|
"email": "roman@code-factory.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Benjamin Eberlei",
|
|
|
|
"email": "kontakt@beberlei.de"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Guilherme Blanco",
|
|
|
|
"email": "guilhermeblanco@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jonathan Wage",
|
|
|
|
"email": "jonwage@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Johannes Schmitt",
|
|
|
|
"email": "schmittjoh@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common Library for Doctrine projects",
|
|
|
|
"homepage": "http://www.doctrine-project.org",
|
|
|
|
"keywords": [
|
|
|
|
"annotations",
|
|
|
|
"collections",
|
|
|
|
"eventmanager",
|
|
|
|
"persistence",
|
|
|
|
"spl"
|
|
|
|
],
|
|
|
|
"time": "2015-04-02 19:55:44"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "doctrine/inflector",
|
|
|
|
"version": "v1.0.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/inflector.git",
|
|
|
|
"reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
|
|
|
|
"reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "4.*"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Doctrine\\Common\\Inflector\\": "lib/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Roman Borschel",
|
|
|
|
"email": "roman@code-factory.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Benjamin Eberlei",
|
|
|
|
"email": "kontakt@beberlei.de"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Guilherme Blanco",
|
|
|
|
"email": "guilhermeblanco@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jonathan Wage",
|
|
|
|
"email": "jonwage@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Johannes Schmitt",
|
|
|
|
"email": "schmittjoh@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
|
|
|
|
"homepage": "http://www.doctrine-project.org",
|
|
|
|
"keywords": [
|
|
|
|
"inflection",
|
|
|
|
"pluralize",
|
|
|
|
"singularize",
|
|
|
|
"string"
|
|
|
|
],
|
|
|
|
"time": "2014-12-20 21:24:13"
|
|
|
|
},
|
2015-07-27 00:30:00 +09:30
|
|
|
{
|
|
|
|
"name": "doctrine/instantiator",
|
|
|
|
"version": "1.0.5",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/instantiator.git",
|
|
|
|
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
|
|
|
|
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3,<8.0-DEV"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"athletic/athletic": "~0.1.8",
|
|
|
|
"ext-pdo": "*",
|
|
|
|
"ext-phar": "*",
|
|
|
|
"phpunit/phpunit": "~4.0",
|
|
|
|
"squizlabs/php_codesniffer": "~2.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Marco Pivetta",
|
|
|
|
"email": "ocramius@gmail.com",
|
|
|
|
"homepage": "http://ocramius.github.com/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
|
|
|
"homepage": "https://github.com/doctrine/instantiator",
|
|
|
|
"keywords": [
|
|
|
|
"constructor",
|
|
|
|
"instantiate"
|
|
|
|
],
|
|
|
|
"time": "2015-06-14 21:17:01"
|
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
{
|
|
|
|
"name": "doctrine/lexer",
|
|
|
|
"version": "v1.0.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/lexer.git",
|
|
|
|
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
|
|
|
|
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Doctrine\\Common\\Lexer\\": "lib/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Roman Borschel",
|
|
|
|
"email": "roman@code-factory.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Guilherme Blanco",
|
|
|
|
"email": "guilhermeblanco@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Johannes Schmitt",
|
|
|
|
"email": "schmittjoh@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
|
|
|
|
"homepage": "http://www.doctrine-project.org",
|
|
|
|
"keywords": [
|
|
|
|
"lexer",
|
|
|
|
"parser"
|
|
|
|
],
|
|
|
|
"time": "2014-09-09 13:34:57"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "fabpot/goutte",
|
|
|
|
"version": "v1.0.7",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/FriendsOfPHP/Goutte.git",
|
|
|
|
"reference": "794b196e76bdd37b5155cdecbad311f0a3b07625"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/794b196e76bdd37b5155cdecbad311f0a3b07625",
|
|
|
|
"reference": "794b196e76bdd37b5155cdecbad311f0a3b07625",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"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"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"guzzle/plugin-history": "~3.1",
|
|
|
|
"guzzle/plugin-mock": "~3.1"
|
|
|
|
},
|
|
|
|
"type": "application",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Goutte": "."
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A simple PHP Web Scraper",
|
|
|
|
"homepage": "https://github.com/fabpot/Goutte",
|
|
|
|
"keywords": [
|
|
|
|
"scraper"
|
|
|
|
],
|
|
|
|
"time": "2014-10-09 15:52:51"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "guzzlehttp/guzzle",
|
|
|
|
"version": "v3.8.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
|
|
|
"reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
|
|
|
|
"reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"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"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"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"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "3.8-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Guzzle": "src/",
|
|
|
|
"Guzzle\\Tests": "tests/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Michael Dowling",
|
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
|
"homepage": "https://github.com/mtdowling"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Guzzle Community",
|
|
|
|
"homepage": "https://github.com/guzzle/guzzle/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
|
|
|
|
"homepage": "http://guzzlephp.org/",
|
|
|
|
"keywords": [
|
|
|
|
"client",
|
|
|
|
"curl",
|
|
|
|
"framework",
|
|
|
|
"http",
|
|
|
|
"http client",
|
|
|
|
"rest",
|
|
|
|
"web service"
|
|
|
|
],
|
|
|
|
"time": "2014-01-28 22:29:15"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "instaclick/php-webdriver",
|
|
|
|
"version": "1.0.17",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/instaclick/php-webdriver.git",
|
|
|
|
"reference": "47a6019553a7a5b42d35493276ffc2c9252c53d5"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/47a6019553a7a5b42d35493276ffc2c9252c53d5",
|
|
|
|
"reference": "47a6019553a7a5b42d35493276ffc2c9252c53d5",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-curl": "*",
|
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"bin/webunit"
|
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"WebDriver": "lib/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"Apache-2.0"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Justin Bishop",
|
|
|
|
"email": "jubishop@gmail.com",
|
|
|
|
"role": "Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Anthon Pang",
|
|
|
|
"email": "apang@softwaredevelopment.ca",
|
|
|
|
"role": "developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "PHP WebDriver for Selenium 2",
|
|
|
|
"homepage": "http://instaclick.com/",
|
|
|
|
"keywords": [
|
|
|
|
"browser",
|
|
|
|
"selenium",
|
|
|
|
"webdriver",
|
|
|
|
"webtest"
|
|
|
|
],
|
|
|
|
"time": "2013-10-04 15:03:51"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "moodlehq/behat-extension",
|
2015-06-03 11:50:11 +08:00
|
|
|
"version": "v1.30.0",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/moodlehq/moodle-behat-extension.git",
|
2015-05-14 12:48:00 +08:00
|
|
|
"reference": "0ea55a59bfbfef4e8dcf47067c56779e5a02cd63"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-05-14 12:48:00 +08:00
|
|
|
"url": "https://api.github.com/repos/moodlehq/moodle-behat-extension/zipball/0ea55a59bfbfef4e8dcf47067c56779e5a02cd63",
|
|
|
|
"reference": "0ea55a59bfbfef4e8dcf47067c56779e5a02cd63",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"behat/behat": "2.5.3",
|
|
|
|
"behat/mink": "1.5.0",
|
|
|
|
"behat/mink-extension": "1.2.0",
|
|
|
|
"behat/mink-goutte-driver": "1.0.9",
|
|
|
|
"behat/mink-selenium2-driver": "1.1.1",
|
|
|
|
"guzzlehttp/guzzle": "~3.1",
|
|
|
|
"php": ">=5.4.4",
|
2015-05-14 12:48:00 +08:00
|
|
|
"symfony/symfony": "2.4.10"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Moodle\\BehatExtension": "src/"
|
|
|
|
}
|
|
|
|
},
|
2015-06-30 13:58:53 -07:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2015-04-14 11:25:42 +08:00
|
|
|
"license": [
|
|
|
|
"GPLv3"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "David Monllaó",
|
|
|
|
"email": "david.monllao@gmail.com",
|
|
|
|
"homepage": "http://moodle.com",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Moodle behat extension",
|
|
|
|
"keywords": [
|
|
|
|
"BDD",
|
|
|
|
"Behat",
|
2015-06-30 13:58:53 -07:00
|
|
|
"moodle"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
2015-05-14 12:48:00 +08:00
|
|
|
"time": "2015-05-15 02:00:06"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
2015-07-27 00:30:00 +09:30
|
|
|
{
|
|
|
|
"name": "phpdocumentor/reflection-docblock",
|
|
|
|
"version": "2.0.4",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
|
|
|
"reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
|
|
|
|
"reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"dflydev/markdown": "~1.0",
|
|
|
|
"erusev/parsedown": "~1.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"phpDocumentor": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Mike van Riel",
|
|
|
|
"email": "mike.vanriel@naenius.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2015-02-03 12:10:50"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpspec/prophecy",
|
|
|
|
"version": "v1.4.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/phpspec/prophecy.git",
|
|
|
|
"reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
|
|
|
|
"reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"doctrine/instantiator": "^1.0.2",
|
|
|
|
"phpdocumentor/reflection-docblock": "~2.0",
|
|
|
|
"sebastian/comparator": "~1.1"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpspec/phpspec": "~2.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.4.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Prophecy\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Konstantin Kudryashov",
|
|
|
|
"email": "ever.zet@gmail.com",
|
|
|
|
"homepage": "http://everzet.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Marcello Duarte",
|
|
|
|
"email": "marcello.duarte@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Highly opinionated mocking framework for PHP 5.3+",
|
|
|
|
"homepage": "https://github.com/phpspec/prophecy",
|
|
|
|
"keywords": [
|
|
|
|
"Double",
|
|
|
|
"Dummy",
|
|
|
|
"fake",
|
|
|
|
"mock",
|
|
|
|
"spy",
|
|
|
|
"stub"
|
|
|
|
],
|
|
|
|
"time": "2015-04-27 22:15:08"
|
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
{
|
|
|
|
"name": "phpunit/dbunit",
|
2015-07-27 00:30:00 +09:30
|
|
|
"version": "1.4.0",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/dbunit.git",
|
2015-07-27 00:30:00 +09:30
|
|
|
"reference": "1afe25c90834ec499f007f48dd73767fdec3bf4f"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-07-27 00:30:00 +09:30
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/1afe25c90834ec499f007f48dd73767fdec3bf4f",
|
|
|
|
"reference": "1afe25c90834ec499f007f48dd73767fdec3bf4f",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-pdo": "*",
|
|
|
|
"ext-simplexml": "*",
|
|
|
|
"php": ">=5.3.3",
|
2015-07-27 00:30:00 +09:30
|
|
|
"phpunit/phpunit": "~4.0",
|
|
|
|
"symfony/yaml": "~2.1"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"bin": [
|
2015-07-27 00:30:00 +09:30
|
|
|
"composer/bin/dbunit"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-07-27 00:30:00 +09:30
|
|
|
"dev-master": "1.3.x-dev"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"PHPUnit/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"include-path": [
|
|
|
|
"",
|
|
|
|
"../../symfony/yaml/"
|
|
|
|
],
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sb@sebastian-bergmann.de",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "DbUnit port for PHP/PHPUnit to support database interaction testing.",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/dbunit/",
|
|
|
|
"keywords": [
|
|
|
|
"database",
|
|
|
|
"testing",
|
|
|
|
"xunit"
|
|
|
|
],
|
2015-07-27 00:30:00 +09:30
|
|
|
"time": "2015-05-21 21:11:02"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/php-code-coverage",
|
2015-07-27 00:30:00 +09:30
|
|
|
"version": "2.2.2",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
2015-07-27 00:30:00 +09:30
|
|
|
"reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-07-27 00:30:00 +09:30
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2d7c03c0e4e080901b8f33b2897b0577be18a13c",
|
|
|
|
"reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3",
|
2015-07-27 00:30:00 +09:30
|
|
|
"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-07-27 00:30:00 +09:30
|
|
|
"ext-xdebug": ">=2.1.4",
|
|
|
|
"phpunit/phpunit": "~4"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-dom": "*",
|
2015-07-27 00:30:00 +09:30
|
|
|
"ext-xdebug": ">=2.2.1",
|
|
|
|
"ext-xmlwriter": "*"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-07-27 00:30:00 +09:30
|
|
|
"dev-master": "2.2.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": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sb@sebastian-bergmann.de",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
|
|
|
"keywords": [
|
|
|
|
"coverage",
|
|
|
|
"testing",
|
|
|
|
"xunit"
|
|
|
|
],
|
2015-07-27 00:30:00 +09:30
|
|
|
"time": "2015-08-04 03:42:39"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/php-file-iterator",
|
2015-07-27 00:30:00 +09:30
|
|
|
"version": "1.4.1",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
2015-07-27 00:30:00 +09:30
|
|
|
"reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-07-27 00:30:00 +09:30
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
|
|
|
|
"reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.4.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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": "FilterIterator implementation that filters files based on a list of suffixes.",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
|
|
|
"keywords": [
|
|
|
|
"filesystem",
|
|
|
|
"iterator"
|
|
|
|
],
|
2015-07-27 00:30:00 +09:30
|
|
|
"time": "2015-06-21 13:08:43"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/php-text-template",
|
2015-06-30 13:58:53 -07:00
|
|
|
"version": "1.2.1",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
2015-06-30 13:58:53 -07:00
|
|
|
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-06-30 13:58:53 -07:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
|
|
|
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"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-06-30 13:58:53 -07:00
|
|
|
"email": "sebastian@phpunit.de",
|
2015-04-14 11:25:42 +08:00
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Simple template engine.",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
|
|
|
"keywords": [
|
|
|
|
"template"
|
|
|
|
],
|
2015-06-30 13:58:53 -07:00
|
|
|
"time": "2015-06-21 13:50:34"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/php-timer",
|
2015-07-27 00:30:00 +09:30
|
|
|
"version": "1.0.7",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
2015-07-27 00:30:00 +09:30
|
|
|
"reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-07-27 00:30:00 +09:30
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
|
|
|
|
"reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"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",
|
|
|
|
"email": "sb@sebastian-bergmann.de",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Utility class for timing",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-timer/",
|
|
|
|
"keywords": [
|
|
|
|
"timer"
|
|
|
|
],
|
2015-07-27 00:30:00 +09:30
|
|
|
"time": "2015-06-21 08:01:12"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/php-token-stream",
|
2015-07-27 00:30:00 +09:30
|
|
|
"version": "1.4.3",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
2015-07-27 00:30:00 +09:30
|
|
|
"reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-07-27 00:30:00 +09:30
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/7a9b0969488c3c54fd62b4d504b3ec758fd005d9",
|
|
|
|
"reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-tokenizer": "*",
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
2015-07-27 00:30:00 +09:30
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.2"
|
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-07-27 00:30:00 +09:30
|
|
|
"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": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
2015-07-27 00:30:00 +09:30
|
|
|
"email": "sebastian@phpunit.de"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Wrapper around PHP's tokenizer extension.",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
|
|
|
|
"keywords": [
|
|
|
|
"tokenizer"
|
|
|
|
],
|
2015-07-27 00:30:00 +09:30
|
|
|
"time": "2015-06-19 03:43:16"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/phpunit",
|
2015-07-27 00:30:00 +09:30
|
|
|
"version": "4.7.7",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
2015-07-27 00:30:00 +09:30
|
|
|
"reference": "9b97f9d807b862c2de2a36e86690000801c85724"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-07-27 00:30:00 +09:30
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9b97f9d807b862c2de2a36e86690000801c85724",
|
|
|
|
"reference": "9b97f9d807b862c2de2a36e86690000801c85724",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-dom": "*",
|
|
|
|
"ext-json": "*",
|
|
|
|
"ext-pcre": "*",
|
|
|
|
"ext-reflection": "*",
|
|
|
|
"ext-spl": "*",
|
|
|
|
"php": ">=5.3.3",
|
2015-07-27 00:30:00 +09:30
|
|
|
"phpspec/prophecy": "~1.3,>=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.2",
|
|
|
|
"sebastian/exporter": "~1.2",
|
|
|
|
"sebastian/global-state": "~1.0",
|
|
|
|
"sebastian/version": "~1.0",
|
|
|
|
"symfony/yaml": "~2.1|~3.0"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"phpunit/php-invoker": "~1.1"
|
|
|
|
},
|
|
|
|
"bin": [
|
2015-07-27 00:30:00 +09:30
|
|
|
"phpunit"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-07-27 00:30:00 +09:30
|
|
|
"dev-master": "4.7.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": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "The PHP Unit Testing framework.",
|
2015-07-27 00:30:00 +09:30
|
|
|
"homepage": "https://phpunit.de/",
|
2015-04-14 11:25:42 +08:00
|
|
|
"keywords": [
|
|
|
|
"phpunit",
|
|
|
|
"testing",
|
|
|
|
"xunit"
|
|
|
|
],
|
2015-07-27 00:30:00 +09:30
|
|
|
"time": "2015-07-13 11:28:34"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/phpunit-mock-objects",
|
2015-07-27 00:30:00 +09:30
|
|
|
"version": "2.3.6",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
2015-07-27 00:30:00 +09:30
|
|
|
"reference": "18dfbcb81d05e2296c0bcddd4db96cade75e6f42"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-07-27 00:30:00 +09:30
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/18dfbcb81d05e2296c0bcddd4db96cade75e6f42",
|
|
|
|
"reference": "18dfbcb81d05e2296c0bcddd4db96cade75e6f42",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-07-27 00:30:00 +09:30
|
|
|
"doctrine/instantiator": "~1.0,>=1.0.2",
|
2015-04-14 11:25:42 +08:00
|
|
|
"php": ">=5.3.3",
|
2015-07-27 00:30:00 +09:30
|
|
|
"phpunit/php-text-template": "~1.2",
|
|
|
|
"sebastian/exporter": "~1.2"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.4"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-soap": "*"
|
|
|
|
},
|
|
|
|
"type": "library",
|
2015-07-27 00:30:00 +09:30
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.3.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": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sb@sebastian-bergmann.de",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Mock Object library for PHPUnit",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
|
|
|
|
"keywords": [
|
|
|
|
"mock",
|
|
|
|
"xunit"
|
|
|
|
],
|
2015-07-27 00:30:00 +09:30
|
|
|
"time": "2015-07-10 06:54:24"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "psr/log",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/log.git",
|
|
|
|
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
|
|
|
|
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Psr\\Log\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "http://www.php-fig.org/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common interface for logging libraries",
|
|
|
|
"keywords": [
|
|
|
|
"log",
|
|
|
|
"psr",
|
|
|
|
"psr-3"
|
|
|
|
],
|
|
|
|
"time": "2012-12-21 11:40:51"
|
|
|
|
},
|
2015-07-27 00:30:00 +09:30
|
|
|
{
|
|
|
|
"name": "sebastian/comparator",
|
|
|
|
"version": "1.2.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/comparator.git",
|
|
|
|
"reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
|
|
|
|
"reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3",
|
|
|
|
"sebastian/diff": "~1.2",
|
|
|
|
"sebastian/exporter": "~1.2"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.4"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.2.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jeff Welch",
|
|
|
|
"email": "whatthejeff@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Volker Dusch",
|
|
|
|
"email": "github@wallbash.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Bernhard Schussek",
|
|
|
|
"email": "bschussek@2bepublished.at"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides the functionality to compare PHP values for equality",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/comparator",
|
|
|
|
"keywords": [
|
|
|
|
"comparator",
|
|
|
|
"compare",
|
|
|
|
"equality"
|
|
|
|
],
|
|
|
|
"time": "2015-07-26 15:48:44"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sebastian/diff",
|
|
|
|
"version": "1.3.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/diff.git",
|
|
|
|
"reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
|
|
|
|
"reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.2"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.3-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Kore Nordmann",
|
|
|
|
"email": "mail@kore-nordmann.de"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Diff implementation",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/diff",
|
|
|
|
"keywords": [
|
|
|
|
"diff"
|
|
|
|
],
|
|
|
|
"time": "2015-02-22 15:13:53"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sebastian/environment",
|
|
|
|
"version": "1.3.2",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/environment.git",
|
|
|
|
"reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
|
|
|
|
"reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.4"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.3.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides functionality to handle HHVM/PHP environments",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/environment",
|
|
|
|
"keywords": [
|
|
|
|
"Xdebug",
|
|
|
|
"environment",
|
|
|
|
"hhvm"
|
|
|
|
],
|
|
|
|
"time": "2015-08-03 06:14:51"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sebastian/exporter",
|
|
|
|
"version": "1.2.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/exporter.git",
|
|
|
|
"reference": "7ae5513327cb536431847bcc0c10edba2701064e"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
|
|
|
|
"reference": "7ae5513327cb536431847bcc0c10edba2701064e",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3",
|
|
|
|
"sebastian/recursion-context": "~1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.4"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.2.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jeff Welch",
|
|
|
|
"email": "whatthejeff@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Volker Dusch",
|
|
|
|
"email": "github@wallbash.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Bernhard Schussek",
|
|
|
|
"email": "bschussek@2bepublished.at"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Adam Harvey",
|
|
|
|
"email": "aharvey@php.net"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides the functionality to export PHP variables for visualization",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/exporter",
|
|
|
|
"keywords": [
|
|
|
|
"export",
|
|
|
|
"exporter"
|
|
|
|
],
|
|
|
|
"time": "2015-06-21 07:55:53"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sebastian/global-state",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/global-state.git",
|
|
|
|
"reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
|
|
|
|
"reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.2"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-uopz": "*"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Snapshotting of global state",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/global-state",
|
|
|
|
"keywords": [
|
|
|
|
"global state"
|
|
|
|
],
|
|
|
|
"time": "2014-10-06 09:23:50"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sebastian/recursion-context",
|
|
|
|
"version": "1.0.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
|
|
|
"reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
|
|
|
|
"reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.4"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jeff Welch",
|
|
|
|
"email": "whatthejeff@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Adam Harvey",
|
|
|
|
"email": "aharvey@php.net"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides functionality to recursively process PHP variables",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
|
|
|
"time": "2015-06-21 08:04:50"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sebastian/version",
|
|
|
|
"version": "1.0.6",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/version.git",
|
|
|
|
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
|
|
|
|
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/version",
|
|
|
|
"time": "2015-06-21 13:59:46"
|
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
{
|
|
|
|
"name": "symfony/icu",
|
|
|
|
"version": "v1.2.2",
|
|
|
|
"target-dir": "Symfony/Component/Icu",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/Icu.git",
|
|
|
|
"reference": "d4d85d6055b87f394d941b45ddd3a9173e1e3d2a"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/Icu/zipball/d4d85d6055b87f394d941b45ddd3a9173e1e3d2a",
|
|
|
|
"reference": "d4d85d6055b87f394d941b45ddd3a9173e1e3d2a",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-intl": "*",
|
|
|
|
"lib-icu": ">=4.4",
|
|
|
|
"php": ">=5.3.3",
|
|
|
|
"symfony/intl": "~2.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Symfony\\Component\\Icu\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "http://symfony.com/contributors"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Bernhard Schussek",
|
|
|
|
"email": "bschussek@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Contains an excerpt of the ICU data and classes to load it.",
|
|
|
|
"homepage": "http://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"icu",
|
|
|
|
"intl"
|
|
|
|
],
|
|
|
|
"time": "2014-07-25 09:58:17"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/symfony",
|
2015-05-14 12:48:00 +08:00
|
|
|
"version": "v2.4.10",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/symfony.git",
|
2015-05-14 12:48:00 +08:00
|
|
|
"reference": "daed178afd4700dd18f4fb0ea6b72dcfd9a4792a"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-05-14 12:48:00 +08:00
|
|
|
"url": "https://api.github.com/repos/symfony/symfony/zipball/daed178afd4700dd18f4fb0ea6b72dcfd9a4792a",
|
|
|
|
"reference": "daed178afd4700dd18f4fb0ea6b72dcfd9a4792a",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"doctrine/common": "~2.2",
|
|
|
|
"php": ">=5.3.3",
|
|
|
|
"psr/log": "~1.0",
|
|
|
|
"symfony/icu": "~1.0",
|
2015-05-14 12:48:00 +08:00
|
|
|
"twig/twig": "~1.12"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"replace": {
|
|
|
|
"symfony/browser-kit": "self.version",
|
|
|
|
"symfony/class-loader": "self.version",
|
|
|
|
"symfony/config": "self.version",
|
|
|
|
"symfony/console": "self.version",
|
|
|
|
"symfony/css-selector": "self.version",
|
|
|
|
"symfony/debug": "self.version",
|
|
|
|
"symfony/dependency-injection": "self.version",
|
|
|
|
"symfony/doctrine-bridge": "self.version",
|
|
|
|
"symfony/dom-crawler": "self.version",
|
|
|
|
"symfony/event-dispatcher": "self.version",
|
|
|
|
"symfony/expression-language": "self.version",
|
|
|
|
"symfony/filesystem": "self.version",
|
|
|
|
"symfony/finder": "self.version",
|
|
|
|
"symfony/form": "self.version",
|
|
|
|
"symfony/framework-bundle": "self.version",
|
|
|
|
"symfony/http-foundation": "self.version",
|
|
|
|
"symfony/http-kernel": "self.version",
|
|
|
|
"symfony/intl": "self.version",
|
|
|
|
"symfony/locale": "self.version",
|
|
|
|
"symfony/monolog-bridge": "self.version",
|
|
|
|
"symfony/options-resolver": "self.version",
|
|
|
|
"symfony/process": "self.version",
|
|
|
|
"symfony/propel1-bridge": "self.version",
|
|
|
|
"symfony/property-access": "self.version",
|
|
|
|
"symfony/proxy-manager-bridge": "self.version",
|
|
|
|
"symfony/routing": "self.version",
|
|
|
|
"symfony/security": "self.version",
|
|
|
|
"symfony/security-acl": "self.version",
|
|
|
|
"symfony/security-bundle": "self.version",
|
|
|
|
"symfony/security-core": "self.version",
|
|
|
|
"symfony/security-csrf": "self.version",
|
|
|
|
"symfony/security-http": "self.version",
|
|
|
|
"symfony/serializer": "self.version",
|
|
|
|
"symfony/stopwatch": "self.version",
|
|
|
|
"symfony/swiftmailer-bridge": "self.version",
|
|
|
|
"symfony/templating": "self.version",
|
|
|
|
"symfony/translation": "self.version",
|
|
|
|
"symfony/twig-bridge": "self.version",
|
|
|
|
"symfony/twig-bundle": "self.version",
|
|
|
|
"symfony/validator": "self.version",
|
|
|
|
"symfony/web-profiler-bundle": "self.version",
|
|
|
|
"symfony/yaml": "self.version"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"doctrine/data-fixtures": "1.0.*",
|
|
|
|
"doctrine/dbal": "~2.2",
|
|
|
|
"doctrine/orm": "~2.2,>=2.2.3",
|
|
|
|
"ircmaxell/password-compat": "1.0.*",
|
|
|
|
"monolog/monolog": "~1.3",
|
|
|
|
"ocramius/proxy-manager": ">=0.3.1,<0.6-dev",
|
|
|
|
"propel/propel1": "1.6.*"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.4-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Symfony\\": "src/"
|
|
|
|
},
|
|
|
|
"classmap": [
|
|
|
|
"src/Symfony/Component/HttpFoundation/Resources/stubs",
|
|
|
|
"src/Symfony/Component/Intl/Resources/stubs"
|
|
|
|
],
|
|
|
|
"files": [
|
|
|
|
"src/Symfony/Component/Intl/Resources/stubs/functions.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "http://symfony.com/contributors"
|
2015-05-14 12:48:00 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "The Symfony PHP framework",
|
|
|
|
"homepage": "http://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"framework"
|
|
|
|
],
|
2015-05-14 12:48:00 +08:00
|
|
|
"time": "2014-09-28 17:03:37"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "twig/twig",
|
2015-07-27 00:30:00 +09:30
|
|
|
"version": "v1.19.0",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/twigphp/Twig.git",
|
2015-07-27 00:30:00 +09:30
|
|
|
"reference": "edbeaf43b0a606cdaadc32a11d2673614a377b90"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-07-27 00:30:00 +09:30
|
|
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/edbeaf43b0a606cdaadc32a11d2673614a377b90",
|
|
|
|
"reference": "edbeaf43b0a606cdaadc32a11d2673614a377b90",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-05-14 12:48:00 +08:00
|
|
|
"php": ">=5.2.7"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-07-27 00:30:00 +09:30
|
|
|
"dev-master": "1.19-dev"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Twig_": "lib/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com",
|
|
|
|
"homepage": "http://fabien.potencier.org",
|
|
|
|
"role": "Lead Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Armin Ronacher",
|
|
|
|
"email": "armin.ronacher@active-4.com",
|
|
|
|
"role": "Project Founder"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Twig Team",
|
|
|
|
"homepage": "http://twig.sensiolabs.org/contributors",
|
|
|
|
"role": "Contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Twig, the flexible, fast, and secure template language for PHP",
|
|
|
|
"homepage": "http://twig.sensiolabs.org",
|
|
|
|
"keywords": [
|
|
|
|
"templating"
|
|
|
|
],
|
2015-07-27 00:30:00 +09:30
|
|
|
"time": "2015-07-31 13:45:26"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"stability-flags": [],
|
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": [],
|
|
|
|
"platform-dev": []
|
|
|
|
}
|