mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +08:00
3068 lines
105 KiB
JSON
3068 lines
105 KiB
JSON
{
|
||
"_readme": [
|
||
"This file locks the dependencies of your project to a known state",
|
||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||
"This file is @generated automatically"
|
||
],
|
||
"hash": "6f47932716cfbd88646a021ea58c18b5",
|
||
"packages": [
|
||
{
|
||
"name": "danielstjules/stringy",
|
||
"version": "1.9.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/danielstjules/Stringy.git",
|
||
"reference": "3cf18e9e424a6dedc38b7eb7ef580edb0929461b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/danielstjules/Stringy/zipball/3cf18e9e424a6dedc38b7eb7ef580edb0929461b",
|
||
"reference": "3cf18e9e424a6dedc38b7eb7ef580edb0929461b",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-mbstring": "*",
|
||
"php": ">=5.3.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Stringy\\": "src/"
|
||
},
|
||
"files": [
|
||
"src/Create.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Daniel St. Jules",
|
||
"email": "danielst.jules@gmail.com",
|
||
"homepage": "http://www.danielstjules.com"
|
||
}
|
||
],
|
||
"description": "A string manipulation library with multibyte support",
|
||
"homepage": "https://github.com/danielstjules/Stringy",
|
||
"keywords": [
|
||
"UTF",
|
||
"helpers",
|
||
"manipulation",
|
||
"methods",
|
||
"multibyte",
|
||
"string",
|
||
"utf-8",
|
||
"utility",
|
||
"utils"
|
||
],
|
||
"time": "2015-02-10 06:19:18"
|
||
},
|
||
{
|
||
"name": "dflydev/fig-cookies",
|
||
"version": "v1.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/dflydev/dflydev-fig-cookies.git",
|
||
"reference": "3777cdff8d47fd914034e00a335c836c4ef8e84e"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/dflydev/dflydev-fig-cookies/zipball/3777cdff8d47fd914034e00a335c836c4ef8e84e",
|
||
"reference": "3777cdff8d47fd914034e00a335c836c4ef8e84e",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.4",
|
||
"psr/http-message": "~1.0"
|
||
},
|
||
"require-dev": {
|
||
"codeclimate/php-test-reporter": "~0.1@dev",
|
||
"phpunit/phpunit": "~4.5",
|
||
"squizlabs/php_codesniffer": "~2.3"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Dflydev\\FigCookies\\": "src/Dflydev/FigCookies"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Beau Simensen",
|
||
"email": "beau@dflydev.com"
|
||
}
|
||
],
|
||
"description": "Cookies for PSR-7 HTTP Message Interface.",
|
||
"keywords": [
|
||
"cookies",
|
||
"psr-7",
|
||
"psr7"
|
||
],
|
||
"time": "2015-06-03 18:02:30"
|
||
},
|
||
{
|
||
"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"
|
||
},
|
||
{
|
||
"name": "ezyang/htmlpurifier",
|
||
"version": "v4.6.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/ezyang/htmlpurifier.git",
|
||
"reference": "6f389f0f25b90d0b495308efcfa073981177f0fd"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/6f389f0f25b90d0b495308efcfa073981177f0fd",
|
||
"reference": "6f389f0f25b90d0b495308efcfa073981177f0fd",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.2"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-0": {
|
||
"HTMLPurifier": "library/"
|
||
},
|
||
"files": [
|
||
"library/HTMLPurifier.composer.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"LGPL"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Edward Z. Yang",
|
||
"email": "admin@htmlpurifier.org",
|
||
"homepage": "http://ezyang.com"
|
||
}
|
||
],
|
||
"description": "Standards compliant HTML filter written in PHP",
|
||
"homepage": "http://htmlpurifier.org/",
|
||
"keywords": [
|
||
"html"
|
||
],
|
||
"time": "2013-11-30 08:25:19"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/psr7",
|
||
"version": "1.1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/psr7.git",
|
||
"reference": "af0e1758de355eb113917ad79c3c0e3604bce4bd"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/psr7/zipball/af0e1758de355eb113917ad79c3c0e3604bce4bd",
|
||
"reference": "af0e1758de355eb113917ad79c3c0e3604bce4bd",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.4.0",
|
||
"psr/http-message": "~1.0"
|
||
},
|
||
"provide": {
|
||
"psr/http-message-implementation": "1.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"GuzzleHttp\\Psr7\\": "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": "PSR-7 message implementation",
|
||
"keywords": [
|
||
"http",
|
||
"message",
|
||
"stream",
|
||
"uri"
|
||
],
|
||
"time": "2015-06-24 19:55:15"
|
||
},
|
||
{
|
||
"name": "illuminate/container",
|
||
"version": "v5.0.33",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/container.git",
|
||
"reference": "aa85c752eb7c6ccc2c6ffc5bfffb3ba8dd9719d6"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/container/zipball/aa85c752eb7c6ccc2c6ffc5bfffb3ba8dd9719d6",
|
||
"reference": "aa85c752eb7c6ccc2c6ffc5bfffb3ba8dd9719d6",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"illuminate/contracts": "5.0.*",
|
||
"php": ">=5.4.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "5.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Illuminate\\Container\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Taylor Otwell",
|
||
"email": "taylorotwell@gmail.com"
|
||
}
|
||
],
|
||
"description": "The Illuminate Container package.",
|
||
"homepage": "http://laravel.com",
|
||
"time": "2015-05-29 20:16:27"
|
||
},
|
||
{
|
||
"name": "illuminate/contracts",
|
||
"version": "v5.0.33",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/contracts.git",
|
||
"reference": "b8b11d78724a6f8a62be3b1dfa20fa372f861398"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/contracts/zipball/b8b11d78724a6f8a62be3b1dfa20fa372f861398",
|
||
"reference": "b8b11d78724a6f8a62be3b1dfa20fa372f861398",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.4.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "5.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Illuminate\\Contracts\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Taylor Otwell",
|
||
"email": "taylorotwell@gmail.com"
|
||
}
|
||
],
|
||
"description": "The Illuminate Contracts package.",
|
||
"homepage": "http://laravel.com",
|
||
"time": "2015-05-15 07:22:28"
|
||
},
|
||
{
|
||
"name": "illuminate/database",
|
||
"version": "v5.0.33",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/database.git",
|
||
"reference": "6d79bb678a91123a15418863af901d2145b50349"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/database/zipball/6d79bb678a91123a15418863af901d2145b50349",
|
||
"reference": "6d79bb678a91123a15418863af901d2145b50349",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"illuminate/container": "5.0.*",
|
||
"illuminate/contracts": "5.0.*",
|
||
"illuminate/support": "5.0.*",
|
||
"nesbot/carbon": "~1.0",
|
||
"php": ">=5.4.0"
|
||
},
|
||
"suggest": {
|
||
"doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
|
||
"illuminate/console": "Required to use the database commands (5.0.*).",
|
||
"illuminate/events": "Required to use the observers with Eloquent (5.0.*).",
|
||
"illuminate/filesystem": "Required to use the migrations (5.0.*)."
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "5.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Illuminate\\Database\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Taylor Otwell",
|
||
"email": "taylorotwell@gmail.com"
|
||
}
|
||
],
|
||
"description": "The Illuminate Database package.",
|
||
"homepage": "http://laravel.com",
|
||
"keywords": [
|
||
"database",
|
||
"laravel",
|
||
"orm",
|
||
"sql"
|
||
],
|
||
"time": "2015-06-02 13:39:10"
|
||
},
|
||
{
|
||
"name": "illuminate/support",
|
||
"version": "v5.0.33",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/support.git",
|
||
"reference": "32a12f97029b624fc0f9454e7ca69eaafef49c5d"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/support/zipball/32a12f97029b624fc0f9454e7ca69eaafef49c5d",
|
||
"reference": "32a12f97029b624fc0f9454e7ca69eaafef49c5d",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"danielstjules/stringy": "~1.8",
|
||
"doctrine/inflector": "~1.0",
|
||
"ext-mbstring": "*",
|
||
"illuminate/contracts": "5.0.*",
|
||
"php": ">=5.4.0"
|
||
},
|
||
"suggest": {
|
||
"jeremeamia/superclosure": "Required to be able to serialize closures (~2.0).",
|
||
"symfony/var-dumper": "Required to use the dd function (2.6.*)."
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "5.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Illuminate\\Support\\": ""
|
||
},
|
||
"files": [
|
||
"helpers.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Taylor Otwell",
|
||
"email": "taylorotwell@gmail.com"
|
||
}
|
||
],
|
||
"description": "The Illuminate Support package.",
|
||
"homepage": "http://laravel.com",
|
||
"time": "2015-06-04 12:15:51"
|
||
},
|
||
{
|
||
"name": "intervention/image",
|
||
"version": "2.3.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Intervention/image.git",
|
||
"reference": "ff4f45412044f3ab26f29260570a14ff41631d87"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Intervention/image/zipball/ff4f45412044f3ab26f29260570a14ff41631d87",
|
||
"reference": "ff4f45412044f3ab26f29260570a14ff41631d87",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-fileinfo": "*",
|
||
"guzzlehttp/psr7": "~1.1",
|
||
"php": ">=5.4.0"
|
||
},
|
||
"require-dev": {
|
||
"mockery/mockery": "~0.9.2",
|
||
"phpunit/phpunit": "3.*"
|
||
},
|
||
"suggest": {
|
||
"ext-gd": "to use GD library based image processing.",
|
||
"ext-imagick": "to use Imagick based image processing.",
|
||
"intervention/imagecache": "Caching extension for the Intervention Image library"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Intervention\\Image\\": "src/Intervention/Image"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Oliver Vogel",
|
||
"email": "oliver@olivervogel.net",
|
||
"homepage": "http://olivervogel.net/"
|
||
}
|
||
],
|
||
"description": "Image handling and manipulation library with support for Laravel integration",
|
||
"homepage": "http://image.intervention.io/",
|
||
"keywords": [
|
||
"gd",
|
||
"image",
|
||
"imagick",
|
||
"laravel",
|
||
"thumbnail",
|
||
"watermark"
|
||
],
|
||
"time": "2015-06-28 15:55:12"
|
||
},
|
||
{
|
||
"name": "misd/linkify",
|
||
"version": "v1.1.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/misd-service-development/php-linkify.git",
|
||
"reference": "4dbe3e9f966e446a257d0f60a91f39e0b7f4f4d6"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/misd-service-development/php-linkify/zipball/4dbe3e9f966e446a257d0f60a91f39e0b7f4f4d6",
|
||
"reference": "4dbe3e9f966e446a257d0f60a91f39e0b7f4f4d6",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Misd\\Linkify\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Chris Wilkinson",
|
||
"email": "chris.wilkinson@admin.cam.ac.uk"
|
||
}
|
||
],
|
||
"description": "Converts URLs and email addresses in text into HTML links",
|
||
"homepage": "https://github.com/misd-service-development/php-linkify",
|
||
"keywords": [
|
||
"convert",
|
||
"email address",
|
||
"link",
|
||
"url"
|
||
],
|
||
"time": "2014-05-12 11:52:18"
|
||
},
|
||
{
|
||
"name": "nesbot/carbon",
|
||
"version": "1.20.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/briannesbitt/Carbon.git",
|
||
"reference": "bfd3eaba109c9a2405c92174c8e17f20c2b9caf3"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/bfd3eaba109c9a2405c92174c8e17f20c2b9caf3",
|
||
"reference": "bfd3eaba109c9a2405c92174c8e17f20c2b9caf3",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0",
|
||
"symfony/translation": "~2.6|~3.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Carbon": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Brian Nesbitt",
|
||
"email": "brian@nesbot.com",
|
||
"homepage": "http://nesbot.com"
|
||
}
|
||
],
|
||
"description": "A simple API extension for DateTime.",
|
||
"homepage": "http://carbon.nesbot.com",
|
||
"keywords": [
|
||
"date",
|
||
"datetime",
|
||
"time"
|
||
],
|
||
"time": "2015-06-25 04:19:39"
|
||
},
|
||
{
|
||
"name": "nikic/fast-route",
|
||
"version": "v0.6.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/nikic/FastRoute.git",
|
||
"reference": "31fa86924556b80735f98b294a7ffdfb26789f22"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/31fa86924556b80735f98b294a7ffdfb26789f22",
|
||
"reference": "31fa86924556b80735f98b294a7ffdfb26789f22",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.4.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"FastRoute\\": "src/"
|
||
},
|
||
"files": [
|
||
"src/functions.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Nikita Popov",
|
||
"email": "nikic@php.net"
|
||
}
|
||
],
|
||
"description": "Fast request router for PHP",
|
||
"keywords": [
|
||
"router",
|
||
"routing"
|
||
],
|
||
"time": "2015-06-18 19:15:47"
|
||
},
|
||
{
|
||
"name": "oyejorge/less.php",
|
||
"version": "v1.7.0.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/oyejorge/less.php.git",
|
||
"reference": "fc971e6d3eb54dff3d3eba4734ff207d37cb4e0e"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/oyejorge/less.php/zipball/fc971e6d3eb54dff3d3eba4734ff207d37cb4e0e",
|
||
"reference": "fc971e6d3eb54dff3d3eba4734ff207d37cb4e0e",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.2"
|
||
},
|
||
"bin": [
|
||
"bin/lessc"
|
||
],
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Less": "lib/"
|
||
},
|
||
"classmap": [
|
||
"lessc.inc.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Matt Agar",
|
||
"homepage": "https://github.com/agar"
|
||
},
|
||
{
|
||
"name": "Martin Jantošovič",
|
||
"homepage": "https://github.com/Mordred"
|
||
},
|
||
{
|
||
"name": "Josh Schmidt",
|
||
"homepage": "https://github.com/oyejorge"
|
||
}
|
||
],
|
||
"description": "PHP port of the Javascript version of LESS http://lesscss.org",
|
||
"homepage": "http://lessphp.gpeasy.com",
|
||
"keywords": [
|
||
"css",
|
||
"less",
|
||
"less.js",
|
||
"lesscss",
|
||
"php",
|
||
"stylesheet"
|
||
],
|
||
"time": "2015-05-27 17:50:32"
|
||
},
|
||
{
|
||
"name": "psr/http-message",
|
||
"version": "1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/http-message.git",
|
||
"reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
|
||
"reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\Http\\Message\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "http://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Common interface for HTTP messages",
|
||
"keywords": [
|
||
"http",
|
||
"http-message",
|
||
"psr",
|
||
"psr-7",
|
||
"request",
|
||
"response"
|
||
],
|
||
"time": "2015-05-04 20:22:00"
|
||
},
|
||
{
|
||
"name": "symfony/translation",
|
||
"version": "v2.7.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/Translation.git",
|
||
"reference": "8349a2b0d11bd0311df9e8914408080912983a0b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/Translation/zipball/8349a2b0d11bd0311df9e8914408080912983a0b",
|
||
"reference": "8349a2b0d11bd0311df9e8914408080912983a0b",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.9"
|
||
},
|
||
"conflict": {
|
||
"symfony/config": "<2.7"
|
||
},
|
||
"require-dev": {
|
||
"psr/log": "~1.0",
|
||
"symfony/config": "~2.7",
|
||
"symfony/intl": "~2.3",
|
||
"symfony/phpunit-bridge": "~2.7",
|
||
"symfony/yaml": "~2.2"
|
||
},
|
||
"suggest": {
|
||
"psr/log": "To use logging capability in translator",
|
||
"symfony/config": "",
|
||
"symfony/yaml": ""
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.7-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Component\\Translation\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony Translation Component",
|
||
"homepage": "https://symfony.com",
|
||
"time": "2015-06-11 17:26:34"
|
||
},
|
||
{
|
||
"name": "tobscure/json-api",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/tobscure/json-api.git",
|
||
"reference": "fe013caafe9ed0797b1b6abb116d514b301fbf1c"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/tobscure/json-api/zipball/2629b6f48eb380973848c7e5fc36d41f33b305b3",
|
||
"reference": "fe013caafe9ed0797b1b6abb116d514b301fbf1c",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.4.0"
|
||
},
|
||
"require-dev": {
|
||
"squizlabs/php_codesniffer": "1.5.3"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Tobscure\\JsonApi\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"authors": [
|
||
{
|
||
"name": "Toby Zerner",
|
||
"email": "toby.zerner@gmail.com"
|
||
}
|
||
],
|
||
"description": "JSON-API responses in PHP.",
|
||
"time": "2015-07-05 23:48:08"
|
||
},
|
||
{
|
||
"name": "tobscure/permissible",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/tobscure/permissible.git",
|
||
"reference": "0ba23dd1ed6f5372bf86fa917450cb70d08c012b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/tobscure/permissible/zipball/0ba23dd1ed6f5372bf86fa917450cb70d08c012b",
|
||
"reference": "0ba23dd1ed6f5372bf86fa917450cb70d08c012b",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"illuminate/database": "5.0.*",
|
||
"php": ">=5.4.0"
|
||
},
|
||
"require-dev": {
|
||
"squizlabs/php_codesniffer": "1.5.3"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Tobscure\\Permissible\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"authors": [
|
||
{
|
||
"name": "Toby Zerner",
|
||
"email": "toby.zerner@gmail.com"
|
||
}
|
||
],
|
||
"description": "Powerful, flexible, relational permissions using Eloquent.",
|
||
"time": "2015-05-29 05:01:56"
|
||
},
|
||
{
|
||
"name": "zendframework/zend-diactoros",
|
||
"version": "1.1.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/zendframework/zend-diactoros.git",
|
||
"reference": "eeedadd333b80bb5d93559e2285047463fe4fe33"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/eeedadd333b80bb5d93559e2285047463fe4fe33",
|
||
"reference": "eeedadd333b80bb5d93559e2285047463fe4fe33",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.4",
|
||
"psr/http-message": "~1.0"
|
||
},
|
||
"provide": {
|
||
"psr/http-message-implementation": "~1.0.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.6",
|
||
"squizlabs/php_codesniffer": "^2.3.1"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0-dev",
|
||
"dev-develop": "1.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Zend\\Diactoros\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-2-Clause"
|
||
],
|
||
"description": "PSR HTTP Message implementations",
|
||
"homepage": "https://github.com/zendframework/zend-diactoros",
|
||
"keywords": [
|
||
"http",
|
||
"psr",
|
||
"psr-7"
|
||
],
|
||
"time": "2015-06-25 18:07:28"
|
||
}
|
||
],
|
||
"packages-dev": [
|
||
{
|
||
"name": "codeception/codeception",
|
||
"version": "2.0.15",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Codeception/Codeception.git",
|
||
"reference": "3f38f54892194f924f15ad87c977dc41932241b6"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/3f38f54892194f924f15ad87c977dc41932241b6",
|
||
"reference": "3f38f54892194f924f15ad87c977dc41932241b6",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-json": "*",
|
||
"ext-mbstring": "*",
|
||
"facebook/webdriver": "~0.4|~0.5",
|
||
"guzzlehttp/guzzle": "~4.0|~5.0",
|
||
"php": ">=5.4.0",
|
||
"phpunit/phpunit": "~4.7.0",
|
||
"symfony/browser-kit": "~2.4",
|
||
"symfony/console": "~2.4",
|
||
"symfony/css-selector": "~2.4",
|
||
"symfony/dom-crawler": "~2.4,!=2.4.5",
|
||
"symfony/event-dispatcher": "~2.4",
|
||
"symfony/finder": "~2.4",
|
||
"symfony/yaml": "~2.4"
|
||
},
|
||
"require-dev": {
|
||
"codeception/specify": "~0.3",
|
||
"facebook/php-sdk": "~3.2",
|
||
"flow/jsonpath": "~0.2",
|
||
"monolog/monolog": "~1.8",
|
||
"pda/pheanstalk": "~2.0",
|
||
"videlalvaro/php-amqplib": "~2.4"
|
||
},
|
||
"suggest": {
|
||
"codeception/phpbuiltinserver": "Extension to start and stop PHP built-in web server for your tests",
|
||
"codeception/specify": "BDD-style code blocks",
|
||
"codeception/verify": "BDD-style assertions",
|
||
"monolog/monolog": "Log test steps",
|
||
"phpseclib/phpseclib": "Extension required to use the SFTP option in the FTP Module."
|
||
},
|
||
"bin": [
|
||
"codecept"
|
||
],
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Codeception": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Michael Bodnarchuk",
|
||
"email": "davert@mail.ua",
|
||
"homepage": "http://codegyre.com"
|
||
}
|
||
],
|
||
"description": "BDD-style testing framework",
|
||
"homepage": "http://codeception.com/",
|
||
"keywords": [
|
||
"BDD",
|
||
"TDD",
|
||
"acceptance testing",
|
||
"functional testing",
|
||
"unit testing"
|
||
],
|
||
"time": "2015-06-26 02:31:19"
|
||
},
|
||
{
|
||
"name": "codeception/mockery-module",
|
||
"version": "0.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Codeception/MockeryModule.git",
|
||
"reference": "178dd30c676220731d6d1efa07743143ad0b3525"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Codeception/MockeryModule/zipball/178dd30c676220731d6d1efa07743143ad0b3525",
|
||
"reference": "178dd30c676220731d6d1efa07743143ad0b3525",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"mockery/mockery": "~0.8"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Codeception\\Module\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Michael Bodnarchuk",
|
||
"email": "davert.php@mailican.com"
|
||
}
|
||
],
|
||
"description": "Mockery Module for Codeception",
|
||
"time": "2014-08-30 22:28:34"
|
||
},
|
||
{
|
||
"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"
|
||
},
|
||
{
|
||
"name": "facebook/webdriver",
|
||
"version": "v0.6.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/facebook/php-webdriver.git",
|
||
"reference": "2c5b305ea91b00ebbc433ad1663b7f16c1b31ec5"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/facebook/php-webdriver/zipball/2c5b305ea91b00ebbc433ad1663b7f16c1b31ec5",
|
||
"reference": "2c5b305ea91b00ebbc433ad1663b7f16c1b31ec5",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.19"
|
||
},
|
||
"require-dev": {
|
||
"phpdocumentor/phpdocumentor": "2.*",
|
||
"phpunit/phpunit": "3.7.*"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"classmap": [
|
||
"lib/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"description": "A php client for WebDriver",
|
||
"homepage": "https://github.com/facebook/php-webdriver",
|
||
"keywords": [
|
||
"facebook",
|
||
"php",
|
||
"selenium",
|
||
"webdriver"
|
||
],
|
||
"time": "2015-02-09 19:39:34"
|
||
},
|
||
{
|
||
"name": "fzaninotto/faker",
|
||
"version": "v1.4.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/fzaninotto/Faker.git",
|
||
"reference": "010c7efedd88bf31141a02719f51fb44c732d5a0"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/010c7efedd88bf31141a02719f51fb44c732d5a0",
|
||
"reference": "010c7efedd88bf31141a02719f51fb44c732d5a0",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0",
|
||
"squizlabs/php_codesniffer": "~1.5"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": []
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Faker": "src/",
|
||
"Faker\\PHPUnit": "test/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "François Zaninotto"
|
||
}
|
||
],
|
||
"description": "Faker is a PHP library that generates fake data for you.",
|
||
"keywords": [
|
||
"data",
|
||
"faker",
|
||
"fixtures"
|
||
],
|
||
"time": "2014-06-04 14:43:02"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/guzzle",
|
||
"version": "5.3.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/guzzle.git",
|
||
"reference": "f3c8c22471cb55475105c14769644a49c3262b93"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/f3c8c22471cb55475105c14769644a49c3262b93",
|
||
"reference": "f3c8c22471cb55475105c14769644a49c3262b93",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"guzzlehttp/ringphp": "^1.1",
|
||
"php": ">=5.4.0"
|
||
},
|
||
"require-dev": {
|
||
"ext-curl": "*",
|
||
"phpunit/phpunit": "^4.0",
|
||
"psr/log": "^1.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "5.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"GuzzleHttp\\": "src/"
|
||
}
|
||
},
|
||
"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": "2015-05-20 03:47:55"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/ringphp",
|
||
"version": "1.1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/RingPHP.git",
|
||
"reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
|
||
"reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"guzzlehttp/streams": "~3.0",
|
||
"php": ">=5.4.0",
|
||
"react/promise": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"ext-curl": "*",
|
||
"phpunit/phpunit": "~4.0"
|
||
},
|
||
"suggest": {
|
||
"ext-curl": "Guzzle will use specific adapters if cURL is present"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"GuzzleHttp\\Ring\\": "src/"
|
||
}
|
||
},
|
||
"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 API and specification that abstracts away the details of HTTP into a single PHP function.",
|
||
"time": "2015-05-20 03:37:09"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/streams",
|
||
"version": "3.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/streams.git",
|
||
"reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
|
||
"reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.4.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "3.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"GuzzleHttp\\Stream\\": "src/"
|
||
}
|
||
},
|
||
"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",
|
||
"homepage": "http://guzzlephp.org/",
|
||
"keywords": [
|
||
"Guzzle",
|
||
"stream"
|
||
],
|
||
"time": "2014-10-12 19:18:40"
|
||
},
|
||
{
|
||
"name": "hamcrest/hamcrest-php",
|
||
"version": "v1.2.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/hamcrest/hamcrest-php.git",
|
||
"reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
|
||
"reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.2"
|
||
},
|
||
"replace": {
|
||
"cordoval/hamcrest-php": "*",
|
||
"davedevelopment/hamcrest-php": "*",
|
||
"kodova/hamcrest-php": "*"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/php-file-iterator": "1.3.3",
|
||
"satooshi/php-coveralls": "dev-master"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"classmap": [
|
||
"hamcrest"
|
||
],
|
||
"files": [
|
||
"hamcrest/Hamcrest.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD"
|
||
],
|
||
"description": "This is the PHP port of Hamcrest Matchers",
|
||
"keywords": [
|
||
"test"
|
||
],
|
||
"time": "2015-05-11 14:41:42"
|
||
},
|
||
{
|
||
"name": "laracasts/testdummy",
|
||
"version": "2.3.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/laracasts/TestDummy.git",
|
||
"reference": "ba986a66b6f4a1e149355357353af3072d5521ee"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/laracasts/TestDummy/zipball/ba986a66b6f4a1e149355357353af3072d5521ee",
|
||
"reference": "ba986a66b6f4a1e149355357353af3072d5521ee",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"fzaninotto/faker": "~1.4",
|
||
"illuminate/support": "~4.0|~5.0",
|
||
"php": ">=5.4.0"
|
||
},
|
||
"require-dev": {
|
||
"illuminate/database": "~4.0|~5.0",
|
||
"phpspec/phpspec": "~2.0",
|
||
"phpunit/phpunit": "~4.7@dev"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Laracasts\\TestDummy\\": "src/"
|
||
},
|
||
"files": [
|
||
"src/functions.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Jeffrey Way",
|
||
"email": "jeffrey@laracasts.com"
|
||
}
|
||
],
|
||
"description": "Easy test stubs",
|
||
"keywords": [
|
||
"factorygirl",
|
||
"laravel",
|
||
"stubs",
|
||
"testing"
|
||
],
|
||
"time": "2015-04-27 15:56:12"
|
||
},
|
||
{
|
||
"name": "mockery/mockery",
|
||
"version": "0.9.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/padraic/mockery.git",
|
||
"reference": "70bba85e4aabc9449626651f48b9018ede04f86b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/padraic/mockery/zipball/70bba85e4aabc9449626651f48b9018ede04f86b",
|
||
"reference": "70bba85e4aabc9449626651f48b9018ede04f86b",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"hamcrest/hamcrest-php": "~1.1",
|
||
"lib-pcre": ">=7.0",
|
||
"php": ">=5.3.2"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "0.9.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Mockery": "library/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Pádraic Brady",
|
||
"email": "padraic.brady@gmail.com",
|
||
"homepage": "http://blog.astrumfutura.com"
|
||
},
|
||
{
|
||
"name": "Dave Marshall",
|
||
"email": "dave.marshall@atstsolutions.co.uk",
|
||
"homepage": "http://davedevelopment.co.uk"
|
||
}
|
||
],
|
||
"description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
|
||
"homepage": "http://github.com/padraic/mockery",
|
||
"keywords": [
|
||
"BDD",
|
||
"TDD",
|
||
"library",
|
||
"mock",
|
||
"mock objects",
|
||
"mockery",
|
||
"stub",
|
||
"test",
|
||
"test double",
|
||
"testing"
|
||
],
|
||
"time": "2015-04-02 19:54:00"
|
||
},
|
||
{
|
||
"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/php-diff",
|
||
"version": "v1.0.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/phpspec/php-diff.git",
|
||
"reference": "30e103d19519fe678ae64a60d77884ef3d71b28a"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/phpspec/php-diff/zipball/30e103d19519fe678ae64a60d77884ef3d71b28a",
|
||
"reference": "30e103d19519fe678ae64a60d77884ef3d71b28a",
|
||
"shasum": ""
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Diff": "lib/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Chris Boulton",
|
||
"homepage": "http://github.com/chrisboulton",
|
||
"role": "Original developer"
|
||
}
|
||
],
|
||
"description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
|
||
"time": "2013-11-01 13:02:21"
|
||
},
|
||
{
|
||
"name": "phpspec/phpspec",
|
||
"version": "2.2.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/phpspec/phpspec.git",
|
||
"reference": "e9a40577323e67f1de2e214abf32976a0352d8f8"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/phpspec/phpspec/zipball/e9a40577323e67f1de2e214abf32976a0352d8f8",
|
||
"reference": "e9a40577323e67f1de2e214abf32976a0352d8f8",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/instantiator": "^1.0.1",
|
||
"php": ">=5.3.3",
|
||
"phpspec/php-diff": "~1.0.0",
|
||
"phpspec/prophecy": "~1.4",
|
||
"sebastian/exporter": "~1.0",
|
||
"symfony/console": "~2.3",
|
||
"symfony/event-dispatcher": "~2.1",
|
||
"symfony/finder": "~2.1",
|
||
"symfony/process": "~2.1",
|
||
"symfony/yaml": "~2.1"
|
||
},
|
||
"require-dev": {
|
||
"behat/behat": "^3.0.11",
|
||
"bossa/phpspec2-expect": "~1.0",
|
||
"phpunit/phpunit": "~4.4",
|
||
"symfony/filesystem": "~2.1",
|
||
"symfony/process": "~2.1"
|
||
},
|
||
"suggest": {
|
||
"phpspec/nyan-formatters": "~1.0 – Adds Nyan formatters"
|
||
},
|
||
"bin": [
|
||
"bin/phpspec"
|
||
],
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.2.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"PhpSpec": "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",
|
||
"homepage": "http://marcelloduarte.net/"
|
||
}
|
||
],
|
||
"description": "Specification-oriented BDD framework for PHP 5.3+",
|
||
"homepage": "http://phpspec.net/",
|
||
"keywords": [
|
||
"BDD",
|
||
"SpecBDD",
|
||
"TDD",
|
||
"spec",
|
||
"specification",
|
||
"testing",
|
||
"tests"
|
||
],
|
||
"time": "2015-05-30 15:21:40"
|
||
},
|
||
{
|
||
"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"
|
||
},
|
||
{
|
||
"name": "phpunit/php-code-coverage",
|
||
"version": "2.1.7",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
||
"reference": "07e27765596d72c378a6103e80da5d84e802f1e4"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/07e27765596d72c378a6103e80da5d84e802f1e4",
|
||
"reference": "07e27765596d72c378a6103e80da5d84e802f1e4",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3",
|
||
"phpunit/php-file-iterator": "~1.3",
|
||
"phpunit/php-text-template": "~1.2",
|
||
"phpunit/php-token-stream": "~1.3",
|
||
"sebastian/environment": "~1.0",
|
||
"sebastian/version": "~1.0"
|
||
},
|
||
"require-dev": {
|
||
"ext-xdebug": ">=2.1.4",
|
||
"phpunit/phpunit": "~4"
|
||
},
|
||
"suggest": {
|
||
"ext-dom": "*",
|
||
"ext-xdebug": ">=2.2.1",
|
||
"ext-xmlwriter": "*"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.1.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": "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"
|
||
],
|
||
"time": "2015-06-30 06:52:35"
|
||
},
|
||
{
|
||
"name": "phpunit/php-file-iterator",
|
||
"version": "1.4.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
||
"reference": "a923bb15680d0089e2316f7a4af8f437046e96bb"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a923bb15680d0089e2316f7a4af8f437046e96bb",
|
||
"reference": "a923bb15680d0089e2316f7a4af8f437046e96bb",
|
||
"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"
|
||
],
|
||
"time": "2015-04-02 05:19:05"
|
||
},
|
||
{
|
||
"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": [
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sebastian@phpunit.de",
|
||
"role": "lead"
|
||
}
|
||
],
|
||
"description": "Simple template engine.",
|
||
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
||
"keywords": [
|
||
"template"
|
||
],
|
||
"time": "2015-06-21 13:50:34"
|
||
},
|
||
{
|
||
"name": "phpunit/php-timer",
|
||
"version": "1.0.6",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
||
"reference": "83fe1bdc5d47658b727595c14da140da92b3d66d"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/83fe1bdc5d47658b727595c14da140da92b3d66d",
|
||
"reference": "83fe1bdc5d47658b727595c14da140da92b3d66d",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"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-13 07:35:30"
|
||
},
|
||
{
|
||
"name": "phpunit/php-token-stream",
|
||
"version": "1.4.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
||
"reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/7a9b0969488c3c54fd62b4d504b3ec758fd005d9",
|
||
"reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-tokenizer": "*",
|
||
"php": ">=5.3.3"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.2"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.4-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"classmap": [
|
||
"src/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sebastian@phpunit.de"
|
||
}
|
||
],
|
||
"description": "Wrapper around PHP's tokenizer extension.",
|
||
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
|
||
"keywords": [
|
||
"tokenizer"
|
||
],
|
||
"time": "2015-06-19 03:43:16"
|
||
},
|
||
{
|
||
"name": "phpunit/phpunit",
|
||
"version": "4.7.6",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||
"reference": "0ebabb4cda7d066be8391dfdbaf57fe70ac9a99b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0ebabb4cda7d066be8391dfdbaf57fe70ac9a99b",
|
||
"reference": "0ebabb4cda7d066be8391dfdbaf57fe70ac9a99b",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-dom": "*",
|
||
"ext-json": "*",
|
||
"ext-pcre": "*",
|
||
"ext-reflection": "*",
|
||
"ext-spl": "*",
|
||
"php": ">=5.3.3",
|
||
"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"
|
||
},
|
||
"suggest": {
|
||
"phpunit/php-invoker": "~1.1"
|
||
},
|
||
"bin": [
|
||
"phpunit"
|
||
],
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "4.7.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"classmap": [
|
||
"src/"
|
||
]
|
||
},
|
||
"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.",
|
||
"homepage": "https://phpunit.de/",
|
||
"keywords": [
|
||
"phpunit",
|
||
"testing",
|
||
"xunit"
|
||
],
|
||
"time": "2015-06-30 06:53:57"
|
||
},
|
||
{
|
||
"name": "phpunit/phpunit-mock-objects",
|
||
"version": "2.3.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
||
"reference": "92408bb1968a81b3217a6fdf6c1a198da83caa35"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/92408bb1968a81b3217a6fdf6c1a198da83caa35",
|
||
"reference": "92408bb1968a81b3217a6fdf6c1a198da83caa35",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/instantiator": "~1.0,>=1.0.2",
|
||
"php": ">=5.3.3",
|
||
"phpunit/php-text-template": "~1.2"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.4"
|
||
},
|
||
"suggest": {
|
||
"ext-soap": "*"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.3.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": "Mock Object library for PHPUnit",
|
||
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
|
||
"keywords": [
|
||
"mock",
|
||
"xunit"
|
||
],
|
||
"time": "2015-06-11 15:55:48"
|
||
},
|
||
{
|
||
"name": "react/promise",
|
||
"version": "v2.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/reactphp/promise.git",
|
||
"reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/reactphp/promise/zipball/365fcee430dfa4ace1fbc75737ca60ceea7eeeef",
|
||
"reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.4.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"React\\Promise\\": "src/"
|
||
},
|
||
"files": [
|
||
"src/functions_include.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Jan Sorgalla",
|
||
"email": "jsorgalla@googlemail.com"
|
||
}
|
||
],
|
||
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
|
||
"time": "2014-12-30 13:32:42"
|
||
},
|
||
{
|
||
"name": "sebastian/comparator",
|
||
"version": "1.1.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/comparator.git",
|
||
"reference": "1dd8869519a225f7f2b9eb663e225298fade819e"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e",
|
||
"reference": "1dd8869519a225f7f2b9eb663e225298fade819e",
|
||
"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.1.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-01-29 16:28:08"
|
||
},
|
||
{
|
||
"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.2.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/environment.git",
|
||
"reference": "5a8c7d31914337b69923db26c4221b81ff5a196e"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5a8c7d31914337b69923db26c4221b81ff5a196e",
|
||
"reference": "5a8c7d31914337b69923db26c4221b81ff5a196e",
|
||
"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-01-01 10:01:08"
|
||
},
|
||
{
|
||
"name": "sebastian/exporter",
|
||
"version": "1.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/exporter.git",
|
||
"reference": "84839970d05254c73cde183a721c7af13aede943"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943",
|
||
"reference": "84839970d05254c73cde183a721c7af13aede943",
|
||
"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-01-27 07:23:06"
|
||
},
|
||
{
|
||
"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.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
||
"reference": "3989662bbb30a29d20d9faa04a846af79b276252"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252",
|
||
"reference": "3989662bbb30a29d20d9faa04a846af79b276252",
|
||
"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-01-24 09:48:32"
|
||
},
|
||
{
|
||
"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"
|
||
},
|
||
{
|
||
"name": "squizlabs/php_codesniffer",
|
||
"version": "2.3.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
|
||
"reference": "e96d8579fbed0c95ecf2a0501ec4f307a4aa6404"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/e96d8579fbed0c95ecf2a0501ec4f307a4aa6404",
|
||
"reference": "e96d8579fbed0c95ecf2a0501ec4f307a4aa6404",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-tokenizer": "*",
|
||
"ext-xmlwriter": "*",
|
||
"php": ">=5.1.2"
|
||
},
|
||
"bin": [
|
||
"scripts/phpcs",
|
||
"scripts/phpcbf"
|
||
],
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"classmap": [
|
||
"CodeSniffer.php",
|
||
"CodeSniffer/CLI.php",
|
||
"CodeSniffer/Exception.php",
|
||
"CodeSniffer/File.php",
|
||
"CodeSniffer/Fixer.php",
|
||
"CodeSniffer/Report.php",
|
||
"CodeSniffer/Reporting.php",
|
||
"CodeSniffer/Sniff.php",
|
||
"CodeSniffer/Tokens.php",
|
||
"CodeSniffer/Reports/",
|
||
"CodeSniffer/Tokenizers/",
|
||
"CodeSniffer/DocGenerators/",
|
||
"CodeSniffer/Standards/AbstractPatternSniff.php",
|
||
"CodeSniffer/Standards/AbstractScopeSniff.php",
|
||
"CodeSniffer/Standards/AbstractVariableSniff.php",
|
||
"CodeSniffer/Standards/IncorrectPatternException.php",
|
||
"CodeSniffer/Standards/Generic/Sniffs/",
|
||
"CodeSniffer/Standards/MySource/Sniffs/",
|
||
"CodeSniffer/Standards/PEAR/Sniffs/",
|
||
"CodeSniffer/Standards/PSR1/Sniffs/",
|
||
"CodeSniffer/Standards/PSR2/Sniffs/",
|
||
"CodeSniffer/Standards/Squiz/Sniffs/",
|
||
"CodeSniffer/Standards/Zend/Sniffs/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Greg Sherwood",
|
||
"role": "lead"
|
||
}
|
||
],
|
||
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
|
||
"homepage": "http://www.squizlabs.com/php-codesniffer",
|
||
"keywords": [
|
||
"phpcs",
|
||
"standards"
|
||
],
|
||
"time": "2015-04-28 23:28:20"
|
||
},
|
||
{
|
||
"name": "symfony/browser-kit",
|
||
"version": "v2.7.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/BrowserKit.git",
|
||
"reference": "d0a144a1a96d5dc90bed2814b2096a1322761672"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/BrowserKit/zipball/d0a144a1a96d5dc90bed2814b2096a1322761672",
|
||
"reference": "d0a144a1a96d5dc90bed2814b2096a1322761672",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.9",
|
||
"symfony/dom-crawler": "~2.0,>=2.0.5"
|
||
},
|
||
"require-dev": {
|
||
"symfony/css-selector": "~2.0,>=2.0.5",
|
||
"symfony/phpunit-bridge": "~2.7",
|
||
"symfony/process": "~2.0,>=2.0.5"
|
||
},
|
||
"suggest": {
|
||
"symfony/process": ""
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.7-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Component\\BrowserKit\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony BrowserKit Component",
|
||
"homepage": "https://symfony.com",
|
||
"time": "2015-06-04 20:11:48"
|
||
},
|
||
{
|
||
"name": "symfony/console",
|
||
"version": "v2.7.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/Console.git",
|
||
"reference": "564398bc1f33faf92fc2ec86859983d30eb81806"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/Console/zipball/564398bc1f33faf92fc2ec86859983d30eb81806",
|
||
"reference": "564398bc1f33faf92fc2ec86859983d30eb81806",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.9"
|
||
},
|
||
"require-dev": {
|
||
"psr/log": "~1.0",
|
||
"symfony/event-dispatcher": "~2.1",
|
||
"symfony/phpunit-bridge": "~2.7",
|
||
"symfony/process": "~2.1"
|
||
},
|
||
"suggest": {
|
||
"psr/log": "For using the console logger",
|
||
"symfony/event-dispatcher": "",
|
||
"symfony/process": ""
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.7-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Component\\Console\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony Console Component",
|
||
"homepage": "https://symfony.com",
|
||
"time": "2015-06-10 15:30:22"
|
||
},
|
||
{
|
||
"name": "symfony/css-selector",
|
||
"version": "v2.7.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/CssSelector.git",
|
||
"reference": "0b5c07b516226b7dd32afbbc82fe547a469c5092"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/CssSelector/zipball/0b5c07b516226b7dd32afbbc82fe547a469c5092",
|
||
"reference": "0b5c07b516226b7dd32afbbc82fe547a469c5092",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.9"
|
||
},
|
||
"require-dev": {
|
||
"symfony/phpunit-bridge": "~2.7"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.7-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Component\\CssSelector\\": ""
|
||
}
|
||
},
|
||
"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": "2015-05-15 13:33:16"
|
||
},
|
||
{
|
||
"name": "symfony/dom-crawler",
|
||
"version": "v2.7.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/DomCrawler.git",
|
||
"reference": "11d8eb8ccc1533f4c2d89a025f674894fda520b3"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/DomCrawler/zipball/11d8eb8ccc1533f4c2d89a025f674894fda520b3",
|
||
"reference": "11d8eb8ccc1533f4c2d89a025f674894fda520b3",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.9"
|
||
},
|
||
"require-dev": {
|
||
"symfony/css-selector": "~2.3",
|
||
"symfony/phpunit-bridge": "~2.7"
|
||
},
|
||
"suggest": {
|
||
"symfony/css-selector": ""
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.7-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Component\\DomCrawler\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony DomCrawler Component",
|
||
"homepage": "https://symfony.com",
|
||
"time": "2015-05-22 14:54:25"
|
||
},
|
||
{
|
||
"name": "symfony/event-dispatcher",
|
||
"version": "v2.7.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/EventDispatcher.git",
|
||
"reference": "be3c5ff8d503c46768aeb78ce6333051aa6f26d9"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/be3c5ff8d503c46768aeb78ce6333051aa6f26d9",
|
||
"reference": "be3c5ff8d503c46768aeb78ce6333051aa6f26d9",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.9"
|
||
},
|
||
"require-dev": {
|
||
"psr/log": "~1.0",
|
||
"symfony/config": "~2.0,>=2.0.5",
|
||
"symfony/dependency-injection": "~2.6",
|
||
"symfony/expression-language": "~2.6",
|
||
"symfony/phpunit-bridge": "~2.7",
|
||
"symfony/stopwatch": "~2.3"
|
||
},
|
||
"suggest": {
|
||
"symfony/dependency-injection": "",
|
||
"symfony/http-kernel": ""
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.7-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Component\\EventDispatcher\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony EventDispatcher Component",
|
||
"homepage": "https://symfony.com",
|
||
"time": "2015-06-08 09:37:21"
|
||
},
|
||
{
|
||
"name": "symfony/finder",
|
||
"version": "v2.7.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/Finder.git",
|
||
"reference": "c13a40d638aeede1e8400f8c956c7f9246c05f75"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/Finder/zipball/c13a40d638aeede1e8400f8c956c7f9246c05f75",
|
||
"reference": "c13a40d638aeede1e8400f8c956c7f9246c05f75",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.9"
|
||
},
|
||
"require-dev": {
|
||
"symfony/phpunit-bridge": "~2.7"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.7-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Component\\Finder\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony Finder Component",
|
||
"homepage": "https://symfony.com",
|
||
"time": "2015-06-04 20:11:48"
|
||
},
|
||
{
|
||
"name": "symfony/process",
|
||
"version": "v2.7.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/Process.git",
|
||
"reference": "48aeb0e48600321c272955132d7606ab0a49adb3"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/Process/zipball/48aeb0e48600321c272955132d7606ab0a49adb3",
|
||
"reference": "48aeb0e48600321c272955132d7606ab0a49adb3",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.9"
|
||
},
|
||
"require-dev": {
|
||
"symfony/phpunit-bridge": "~2.7"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.7-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Component\\Process\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony Process Component",
|
||
"homepage": "https://symfony.com",
|
||
"time": "2015-07-01 11:25:50"
|
||
},
|
||
{
|
||
"name": "symfony/yaml",
|
||
"version": "v2.7.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/Yaml.git",
|
||
"reference": "9808e75c609a14f6db02f70fccf4ca4aab53c160"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/Yaml/zipball/9808e75c609a14f6db02f70fccf4ca4aab53c160",
|
||
"reference": "9808e75c609a14f6db02f70fccf4ca4aab53c160",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.9"
|
||
},
|
||
"require-dev": {
|
||
"symfony/phpunit-bridge": "~2.7"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.7-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Component\\Yaml\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony Yaml Component",
|
||
"homepage": "https://symfony.com",
|
||
"time": "2015-06-10 15:30:22"
|
||
}
|
||
],
|
||
"aliases": [],
|
||
"minimum-stability": "stable",
|
||
"stability-flags": {
|
||
"tobscure/json-api": 20,
|
||
"tobscure/permissible": 20
|
||
},
|
||
"prefer-stable": false,
|
||
"prefer-lowest": false,
|
||
"platform": {
|
||
"php": ">=5.4.0"
|
||
},
|
||
"platform-dev": []
|
||
}
|