Newer
Older

Angie Byron
committed
"notification-url": "https://packagist.org/downloads/",
"license": [

Alex Pott
committed
"BSD-3-Clause"
],
"authors": [

catch
committed
{

Alex Pott
committed
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],

Alex Pott
committed
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
"keywords": [
"global state"
],
"time": "2014-10-06 09:23:50"
},
{

Alex Pott
committed
"name": "sebastian/recursion-context",
"version": "1.0.1",
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
},
"dist": {
"type": "zip",

Alex Pott
committed
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
"reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
"shasum": ""
},
"require": {

Alex Pott
committed
"php": ">=5.3.3"
},
"require-dev": {

Alex Pott
committed
"phpunit/phpunit": "~4.4"
"type": "library",
"extra": {
"branch-alias": {

Alex Pott
committed
"dev-master": "1.0.x-dev"
}
},
"autoload": {

Alex Pott
committed
"classmap": [
"src/"
]
},

Angie Byron
committed
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{

Alex Pott
committed
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{

Alex Pott
committed
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{

Alex Pott
committed
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],

Alex Pott
committed
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
"time": "2015-06-21 08:04:50"
},

Alex Pott
committed
{

Alex Pott
committed
"name": "sebastian/version",
"version": "1.0.6",

Alex Pott
committed
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/sebastianbergmann/version.git",
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"

Alex Pott
committed
},
"dist": {
"type": "zip",

Alex Pott
committed
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",

Alex Pott
committed
"shasum": ""
},
"type": "library",
"autoload": {

Alex Pott
committed
"classmap": [
"src/"
]

Alex Pott
committed
},
"notification-url": "https://packagist.org/downloads/",
"license": [

Alex Pott
committed
"BSD-3-Clause"

Alex Pott
committed
],

Alex Pott
committed
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}

Alex Pott
committed
],

Alex Pott
committed
"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"

Alex Pott
committed
},
{

Alex Pott
committed
"name": "symfony/browser-kit",
"version": "v2.8.16",
"source": {
"type": "git",
"url": "https://github.com/symfony/browser-kit.git",
"reference": "d2a5de15c8341a470a66becf4597bc675686a72b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/d2a5de15c8341a470a66becf4597bc675686a72b",
"reference": "d2a5de15c8341a470a66becf4597bc675686a72b",
"shasum": ""
},
"require": {
"php": ">=5.3.9",
"symfony/dom-crawler": "~2.1|~3.0.0"
},

Angie Byron
committed
"require-dev": {
"symfony/css-selector": "~2.0,>=2.0.5|~3.0.0",
"symfony/process": "~2.3.34|~2.7,>=2.7.6|~3.0.0"

Alex Pott
committed
},
"suggest": {
"symfony/process": ""

Angie Byron
committed
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
}
},
"autoload": {

Alex Pott
committed
"Symfony\\Component\\BrowserKit\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [

Alex Pott
committed
"MIT"
],

Alex Pott
committed
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],

Alex Pott
committed
"description": "Symfony BrowserKit Component",
"homepage": "https://symfony.com",
"time": "2017-01-02 20:30:24"
},
{

Alex Pott
committed
"name": "symfony/css-selector",
"version": "v2.8.16",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
"reference": "f45daea42232d9ca5cf561ec64f0d4aea820877f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/f45daea42232d9ca5cf561ec64f0d4aea820877f",
"reference": "f45daea42232d9ca5cf561ec64f0d4aea820877f",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
}
},
"autoload": {

Alex Pott
committed
"Symfony\\Component\\CssSelector\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [

Alex Pott
committed
"MIT"
],

Alex Pott
committed
"authors": [
{
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],

Alex Pott
committed
"description": "Symfony CssSelector Component",
"homepage": "https://symfony.com",
"time": "2017-01-02 20:30:24"
}
],
"aliases": [],

Alex Pott
committed
"minimum-stability": "dev",
"stability-flags": {
"behat/mink": 20
},

Alex Pott
committed
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": ">=5.5.9"
"platform-dev": []