You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

724 lines
24 KiB

{
"_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"
],
"content-hash": "e304f6dc1fb22f83ace88e4c2c410e78",
"packages": [],
"packages-dev": [
{
"name": "aura/cli",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/auraphp/Aura.Cli.git",
"reference": "d69cfa6d81e94e13d831e38ad9e3d53aa0f08a8b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/auraphp/Aura.Cli/zipball/d69cfa6d81e94e13d831e38ad9e3d53aa0f08a8b",
"reference": "d69cfa6d81e94e13d831e38ad9e3d53aa0f08a8b",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"aura/di": "~2.0"
},
"type": "library",
"extra": {
"aura": {
"type": "library",
"config": {
"common": "Aura\\Cli\\_Config\\Common"
}
}
},
"autoload": {
"psr-4": {
"Aura\\Cli\\": "src/",
"Aura\\Cli\\_Config\\": "config/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Aura.Cli Contributors",
"homepage": "https://github.com/auraphp/Aura.Cli/contributors"
}
],
"description": "Provides the equivalent of request (Context) and response (Stdio) classes for a command line environment, including Getopt support.",
"homepage": "https://github.com/auraphp/Aura.Cli",
"keywords": [
"cli",
"command",
"command line",
"getopt",
"options",
"stdio"
],
"time": "2017-02-09T17:14:27+00:00"
},
{
"name": "dbdiff/dbdiff",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/DBDiff/DBDiff.git",
"reference": "c001e9f09083e16998d0005a7e33a3432e7f083a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/DBDiff/DBDiff/zipball/c001e9f09083e16998d0005a7e33a3432e7f083a",
"reference": "c001e9f09083e16998d0005a7e33a3432e7f083a",
"shasum": ""
},
"require": {
"aura/cli": "2.*@dev",
"diff/diff": "2.0.*@dev",
"illuminate/container": "4.*",
"illuminate/database": "4.*",
"illuminate/view": "4.*",
"symfony/yaml": "2.8.*@dev"
},
"require-dev": {
"phpunit/phpunit": "4.8.*@dev"
},
"bin": [
"./dbdiff"
],
"type": "project",
"autoload": {
"psr-4": {
"DBDiff\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"time": "2017-06-05T20:56:51+00:00"
},
{
"name": "diff/diff",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/wmde/Diff.git",
"reference": "779bd922b53a4483f722c546621c0a401e3f2900"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wmde/Diff/zipball/779bd922b53a4483f722c546621c0a401e3f2900",
"reference": "779bd922b53a4483f722c546621c0a401e3f2900",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpmd/phpmd": "~2.1",
"squizlabs/php_codesniffer": "~2.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"files": [
"Diff.php"
],
"psr-4": {
"Diff\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Jeroen De Dauw",
"email": "jeroendedauw@gmail.com",
"homepage": "http://jeroendedauw.com",
"role": "Developer"
}
],
"description": "Small standalone library for representing differences between data structures, computing such differences, and applying them as patches",
"homepage": "https://github.com/wmde/Diff",
"keywords": [
"diff",
"diffing",
"diffop",
"patching",
"wikidata"
],
"time": "2015-03-17T15:21:21+00:00"
},
{
"name": "illuminate/container",
"version": "v4.2.17",
"target-dir": "Illuminate/Container",
"source": {
"type": "git",
"url": "https://github.com/illuminate/container.git",
"reference": "bf0be54be5f10cfa66deba5666db68922452d587"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/container/zipball/bf0be54be5f10cfa66deba5666db68922452d587",
"reference": "bf0be54be5f10cfa66deba5666db68922452d587",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
}
},
"autoload": {
"psr-0": {
"Illuminate\\Container": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
}
],
"time": "2015-01-29T16:04:27+00:00"
},
{
"name": "illuminate/database",
"version": "v4.2.17",
"target-dir": "Illuminate/Database",
"source": {
"type": "git",
"url": "https://github.com/illuminate/database.git",
"reference": "ced28a1f1074b0767a3f0bfbcd7b95be0728be1f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/database/zipball/ced28a1f1074b0767a3f0bfbcd7b95be0728be1f",
"reference": "ced28a1f1074b0767a3f0bfbcd7b95be0728be1f",
"shasum": ""
},
"require": {
"illuminate/container": "4.2.*",
"illuminate/events": "4.2.*",
"illuminate/support": "4.2.*",
"nesbot/carbon": "~1.0",
"php": ">=5.4.0"
},
"require-dev": {
"illuminate/cache": "4.2.*",
"illuminate/console": "4.2.*",
"illuminate/filesystem": "4.2.*",
"illuminate/pagination": "4.2.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
}
},
"autoload": {
"psr-0": {
"Illuminate\\Database": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
}
],
"keywords": [
"database",
"laravel",
"orm",
"sql"
],
"time": "2015-02-11T20:10:47+00:00"
},
{
"name": "illuminate/events",
"version": "v4.2.17",
"target-dir": "Illuminate/Events",
"source": {
"type": "git",
"url": "https://github.com/illuminate/events.git",
"reference": "a8471d3f6c3e87c50e25e18f13908fffaef159df"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/events/zipball/a8471d3f6c3e87c50e25e18f13908fffaef159df",
"reference": "a8471d3f6c3e87c50e25e18f13908fffaef159df",
"shasum": ""
},
"require": {
"illuminate/container": "4.2.*",
"illuminate/support": "4.2.*",
"php": ">=5.4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
}
},
"autoload": {
"psr-0": {
"Illuminate\\Events": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
}
],
"time": "2014-10-02T19:49:50+00:00"
},
{
"name": "illuminate/filesystem",
"version": "v4.2.17",
"target-dir": "Illuminate/Filesystem",
"source": {
"type": "git",
"url": "https://github.com/illuminate/filesystem.git",
"reference": "9127fb58eb6b721d98d2f7077df6cb8004da24c0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/filesystem/zipball/9127fb58eb6b721d98d2f7077df6cb8004da24c0",
"reference": "9127fb58eb6b721d98d2f7077df6cb8004da24c0",
"shasum": ""
},
"require": {
"illuminate/support": "4.2.*",
"php": ">=5.4.0",
"symfony/finder": "2.5.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
}
},
"autoload": {
"psr-0": {
"Illuminate\\Filesystem": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
}
],
"time": "2014-12-29T18:11:33+00:00"
},
{
"name": "illuminate/support",
"version": "v4.2.17",
"target-dir": "Illuminate/Support",
"source": {
"type": "git",
"url": "https://github.com/illuminate/support.git",
"reference": "db61f3f6d507ce417ca993e1f93585db7efd8b12"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/support/zipball/db61f3f6d507ce417ca993e1f93585db7efd8b12",
"reference": "db61f3f6d507ce417ca993e1f93585db7efd8b12",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"jeremeamia/superclosure": "~1.0.1",
"patchwork/utf8": "~1.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
}
},
"autoload": {
"psr-0": {
"Illuminate\\Support": ""
},
"files": [
"Illuminate/Support/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
}
],
"time": "2015-01-27T20:51:43+00:00"
},
{
"name": "illuminate/view",
"version": "v4.2.17",
"target-dir": "Illuminate/View",
"source": {
"type": "git",
"url": "https://github.com/illuminate/view.git",
"reference": "fae95d7abde600353b935756e5328ed143760c47"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/view/zipball/fae95d7abde600353b935756e5328ed143760c47",
"reference": "fae95d7abde600353b935756e5328ed143760c47",
"shasum": ""
},
"require": {
"illuminate/container": "4.2.*",
"illuminate/events": "4.2.*",
"illuminate/filesystem": "4.2.*",
"illuminate/support": "4.2.*",
"php": ">=5.4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
}
},
"autoload": {
"psr-0": {
"Illuminate\\View": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
}
],
"time": "2015-01-27T20:51:43+00:00"
},
{
"name": "nesbot/carbon",
"version": "1.22.1",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
"reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"symfony/translation": "~2.6 || ~3.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2",
"phpunit/phpunit": "~4.0 || ~5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.23-dev"
}
},
"autoload": {
"psr-4": {
"Carbon\\": "src/Carbon/"
}
},
"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": "2017-01-16T07:55:07+00:00"
},
{
"name": "symfony/finder",
"version": "v2.5.12",
"target-dir": "Symfony/Component/Finder",
"source": {
"type": "git",
"url": "https://github.com/symfony/Finder.git",
"reference": "e527ebf47ff912a45e148b7d0b107b80ec0b3cc2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/Finder/zipball/e527ebf47ff912a45e148b7d0b107b80ec0b3cc2",
"reference": "e527ebf47ff912a45e148b7d0b107b80ec0b3cc2",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.5-dev"
}
},
"autoload": {
"psr-0": {
"Symfony\\Component\\Finder\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "Symfony Finder Component",
"homepage": "http://symfony.com",
"time": "2015-01-03T08:01:13+00:00"
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.6.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
"reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.6-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": "2017-10-11T12:05:26+00:00"
},
{
"name": "symfony/translation",
"version": "v3.2.14",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
"reference": "df36a48672b929bf3995eb62c58d83004b1d0d50"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/df36a48672b929bf3995eb62c58d83004b1d0d50",
"reference": "df36a48672b929bf3995eb62c58d83004b1d0d50",
"shasum": ""
},
"require": {
"php": ">=5.5.9",
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/config": "<2.8"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~2.8|~3.0",
"symfony/intl": "^2.8.18|^3.2.5",
"symfony/yaml": "~2.8|~3.0"
},
"suggest": {
"psr/log": "To use logging capability in translator",
"symfony/config": "",
"symfony/yaml": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Translation\\": ""
},
"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 Translation Component",
"homepage": "https://symfony.com",
"time": "2017-06-24T16:45:17+00:00"
},
{
"name": "symfony/yaml",
"version": "v2.8.32",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "968ef42161e4bc04200119da473077f9e7015128"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/968ef42161e4bc04200119da473077f9e7015128",
"reference": "968ef42161e4bc04200119da473077f9e7015128",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"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 Yaml Component",
"homepage": "https://symfony.com",
"time": "2017-11-29T09:33:18+00:00"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"dbdiff/dbdiff": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}