scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 87  →  ?path2? @ 88
/composer.lock
@@ -4,215 +4,9 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "717816fb10e9af4ea0bbaf36aea58dca",
"content-hash": "61c148e08de814e894502782967155bf",
"packages": [
{
"name": "fusonic/linq",
"version": "v1.1.0",
"source": {
"type": "git",
"url": "https://github.com/fusonic/linq.git",
"reference": "63520ef1470ca771acbd26871efb945dd4a7a5d8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fusonic/linq/zipball/63520ef1470ca771acbd26871efb945dd4a7a5d8",
"reference": "63520ef1470ca771acbd26871efb945dd4a7a5d8",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"type": "library",
"autoload": {
"psr-0": {
"Fusonic\\Linq": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fusonic",
"homepage": "http://www.fusonic.net"
}
],
"description": "LINQ 2 objects class for PHP",
"homepage": "http://fusonic.github.io/fusonic-linq/",
"keywords": [
"linq",
"linq2objects"
],
"time": "2015-02-26T22:49:17+00:00"
},
{
"name": "fusonic/opengraph",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/fusonic/opengraph.git",
"reference": "971ccd0beb5816c8acd7f4eb901bf7e1fe99d9d3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fusonic/opengraph/zipball/971ccd0beb5816c8acd7f4eb901bf7e1fe99d9d3",
"reference": "971ccd0beb5816c8acd7f4eb901bf7e1fe99d9d3",
"shasum": ""
},
"require": {
"fusonic/linq": "~1.0",
"guzzlehttp/guzzle": "^4.0",
"php": "^5.4|^7.0",
"symfony/css-selector": "^2.5",
"symfony/dom-crawler": "^2.5"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.7"
},
"type": "library",
"autoload": {
"psr-4": {
"Fusonic\\OpenGraph\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fusonic",
"homepage": "http://www.fusonic.net"
}
],
"description": "PHP library for consuming and publishing Open Graph resources.",
"homepage": "https://github.com/fusonic/fusonic-opengraph",
"keywords": [
"opengraph"
],
"time": "2016-12-31 15:23:08"
},
{
"name": "guzzlehttp/guzzle",
"version": "4.2.4",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "13a8e5acff26b0a87d353042170b48976da004a1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/13a8e5acff26b0a87d353042170b48976da004a1",
"reference": "13a8e5acff26b0a87d353042170b48976da004a1",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/streams": "~2.1",
"php": ">=5.4.0"
},
"require-dev": {
"ext-curl": "*",
"phpunit/phpunit": "~4.0",
"psr/log": "~1.0"
},
"suggest": {
"ext-curl": "Guzzle will use specific adapters if cURL is present"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\": "src/"
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"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": "2016-07-15T17:44:18+00:00"
},
{
"name": "guzzlehttp/streams",
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/streams.git",
"reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/streams/zipball/f91b721d73f0e561410903b3b3c90a5d0e40b534",
"reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Stream\\": "src/"
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Provides a simple abstraction over streams of data (Guzzle 4+)",
"homepage": "http://guzzlephp.org/",
"keywords": [
"Guzzle",
"stream"
],
"time": "2014-08-17T21:15:53+00:00"
},
{
"name": "mustangostang/spyc",
"version": "0.6.2",
"source": {
@@ -261,182 +55,12 @@
"yml"
],
"time": "2017-02-24T16:06:33+00:00"
},
{
"name": "symfony/css-selector",
"version": "v2.8.18",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
"reference": "742bd688bd778dde8991ba696cb372570610afcd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/742bd688bd778dde8991ba696cb372570610afcd",
"reference": "742bd688bd778dde8991ba696cb372570610afcd",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\CssSelector\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"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"
}
],
"description": "Symfony CssSelector Component",
"homepage": "https://symfony.com",
"time": "2017-02-21T08:33:48+00:00"
},
{
"name": "symfony/dom-crawler",
"version": "v2.8.18",
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
"reference": "24b1a3ffa5b64e4f8b1c5f2cdffd16368640704a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/24b1a3ffa5b64e4f8b1c5f2cdffd16368640704a",
"reference": "24b1a3ffa5b64e4f8b1c5f2cdffd16368640704a",
"shasum": ""
},
"require": {
"php": ">=5.3.9",
"symfony/polyfill-mbstring": "~1.0"
},
"require-dev": {
"symfony/css-selector": "~2.8|~3.0.0"
},
"suggest": {
"symfony/css-selector": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\DomCrawler\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony DomCrawler Component",
"homepage": "https://symfony.com",
"time": "2017-02-21T08:33:48+00:00"
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
"reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3-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": "2016-11-14T01:06:16+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"fusonic/opengraph": 20
},
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],