1
0
Fork 0
mirror of https://github.com/friendica/friendica-directory synced 2025-12-01 11:11:34 +01:00

[Composer] Update byjg/migration to version 4.0.2

This commit is contained in:
Hypolite Petovan 2018-12-19 03:55:30 -05:00
commit 6c01f2d3e5
2 changed files with 301 additions and 584 deletions

View file

@ -19,7 +19,7 @@
"asika/simple-console": "^1.0",
"atlas/pdo": "^1.1",
"boronczyk/localization-middleware": "^1.4",
"byjg/migration": "^2.1",
"byjg/migration": "^4.0",
"byjg/webrequest": "^1.0",
"gettext/gettext": "^4.6",
"gofabian/negotiation-middleware": "^0.1.3",

883
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "dcef13a8b9735b0678fb0020e80e666d",
"content-hash": "5eb39ba139e34a3dca80e1859ef5d303",
"packages": [
{
"name": "asika/simple-console",
@ -86,89 +86,6 @@
],
"time": "2018-08-08T13:04:27+00:00"
},
{
"name": "aws/aws-sdk-php",
"version": "3.73.0",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "3b6ebec911d85503f107f2b748acacb2e8485ebb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/3b6ebec911d85503f107f2b748acacb2e8485ebb",
"reference": "3b6ebec911d85503f107f2b748acacb2e8485ebb",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-pcre": "*",
"ext-simplexml": "*",
"ext-spl": "*",
"guzzlehttp/guzzle": "^5.3.3|^6.2.1",
"guzzlehttp/promises": "~1.0",
"guzzlehttp/psr7": "^1.4.1",
"mtdowling/jmespath.php": "~2.2",
"php": ">=5.5"
},
"require-dev": {
"andrewsville/php-token-reflection": "^1.4",
"aws/aws-php-sns-message-validator": "~1.0",
"behat/behat": "~3.0",
"doctrine/cache": "~1.4",
"ext-dom": "*",
"ext-openssl": "*",
"ext-pcntl": "*",
"ext-sockets": "*",
"nette/neon": "^2.3",
"phpunit/phpunit": "^4.8.35|^5.4.3",
"psr/cache": "^1.0"
},
"suggest": {
"aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
"doctrine/cache": "To use the DoctrineCacheAdapter",
"ext-curl": "To send requests using cURL",
"ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
"ext-sockets": "To use client-side monitoring"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"Aws\\": "src/"
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Amazon Web Services",
"homepage": "http://aws.amazon.com"
}
],
"description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
"homepage": "http://aws.amazon.com/sdkforphp",
"keywords": [
"amazon",
"aws",
"cloud",
"dynamodb",
"ec2",
"glacier",
"s3",
"sdk"
],
"time": "2018-11-20T00:09:45+00:00"
},
{
"name": "boronczyk/localization-middleware",
"version": "1.4",
@ -272,43 +189,33 @@
},
{
"name": "byjg/anydataset",
"version": "3.0.5",
"version": "4.0.0",
"source": {
"type": "git",
"url": "https://github.com/byjg/anydataset.git",
"reference": "411617431581e29d7d8670cb4554b432cadf11c9"
"reference": "e3a891fdc6e2438f2cffc03b7ebc904f87fba3dc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/byjg/anydataset/zipball/411617431581e29d7d8670cb4554b432cadf11c9",
"reference": "411617431581e29d7d8670cb4554b432cadf11c9",
"url": "https://api.github.com/repos/byjg/anydataset/zipball/e3a891fdc6e2438f2cffc03b7ebc904f87fba3dc",
"reference": "e3a891fdc6e2438f2cffc03b7ebc904f87fba3dc",
"shasum": ""
},
"require": {
"aws/aws-sdk-php": "3.*",
"byjg/serializer": "1.0.*",
"byjg/sparqllib": "1.0.*",
"byjg/uri": "1.0.*",
"byjg/xmlutil": "1.0.*",
"ext-json": "*",
"php": ">=5.6.0",
"psr/cache": "1.0.*",
"psr/log": "1.0.*"
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": ">5.7"
},
"suggest": {
"byjg/cache-engine": "1.0.*",
"ext-curl": "*",
"ext-mongodb": "*",
"ext-pdo_mysql": "*",
"ext-pdo_pgsql": "*"
"ext-dom": "*"
},
"type": "library",
"autoload": {
"psr-4": {
"ByJG\\AnyDataset\\": "src/"
"ByJG\\AnyDataset\\Core\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
@ -321,34 +228,123 @@
"email": "joao@byjg.com.br"
}
],
"description": "A data abstraction layer in PHP for access read and write Relational Databases, No Sql, Text, Xml, Json, SparQl and others",
"time": "2018-07-01T17:45:22+00:00"
"description": "Anydataset is an agnostic data source abstraction layer in PHP. Core Module.",
"time": "2018-11-24T15:06:56+00:00"
},
{
"name": "byjg/migration",
"version": "2.1.0",
"name": "byjg/anydataset-array",
"version": "4.0.0",
"source": {
"type": "git",
"url": "https://github.com/byjg/migration.git",
"reference": "0b78c0f0eaf9ed7e267ae43c041f8e2d5f3d8e79"
"url": "https://github.com/byjg/anydataset-array.git",
"reference": "e66aa343b8ccd32baec0545120ea9948e1d0b0c5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/byjg/migration/zipball/0b78c0f0eaf9ed7e267ae43c041f8e2d5f3d8e79",
"reference": "0b78c0f0eaf9ed7e267ae43c041f8e2d5f3d8e79",
"url": "https://api.github.com/repos/byjg/anydataset-array/zipball/e66aa343b8ccd32baec0545120ea9948e1d0b0c5",
"reference": "e66aa343b8ccd32baec0545120ea9948e1d0b0c5",
"shasum": ""
},
"require": {
"byjg/anydataset": "^3.0",
"byjg/anydataset": "4.0.*",
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": ">5.7"
},
"type": "library",
"autoload": {
"psr-4": {
"ByJG\\AnyDataset\\Lists\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "João Gilberto Magalhães",
"email": "joao@byjg.com.br"
}
],
"description": "Anydataset Array abstraction. Anydataset is an agnostic data source abstraction layer in PHP.",
"time": "2018-11-24T15:20:06+00:00"
},
{
"name": "byjg/anydataset-db",
"version": "4.0.0",
"source": {
"type": "git",
"url": "https://github.com/byjg/anydataset-db.git",
"reference": "bbe133f059a3ff0e554646b113f631bf9f029b1c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/byjg/anydataset-db/zipball/bbe133f059a3ff0e554646b113f631bf9f029b1c",
"reference": "bbe133f059a3ff0e554646b113f631bf9f029b1c",
"shasum": ""
},
"require": {
"byjg/anydataset": "4.0.*",
"byjg/anydataset-array": "4.0.*",
"byjg/uri": "1.0.*",
"ext-pdo": "*",
"php": ">=5.6.0",
"psr/cache": "1.0.*"
},
"require-dev": {
"byjg/cache-engine": "4.0.*",
"phpunit/phpunit": ">5.7"
},
"suggest": {
"byjg/cache-engine": "4.0.*",
"ext-curl": "*",
"ext-oci8": "*",
"ext-pdo_mysql": "*",
"ext-pdo_pgsql": "*"
},
"type": "library",
"autoload": {
"psr-4": {
"ByJG\\AnyDataset\\Db\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "João Gilberto Magalhães",
"email": "joao@byjg.com.br"
}
],
"description": "Anydataset Database Relational abstraction. Anydataset is an agnostic data source abstraction layer in PHP.",
"time": "2018-11-24T16:06:30+00:00"
},
{
"name": "byjg/migration",
"version": "4.0.2",
"source": {
"type": "git",
"url": "https://github.com/byjg/migration.git",
"reference": "7f1dfbabfb953faae683a62c107407f8c54a8c8a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/byjg/migration/zipball/7f1dfbabfb953faae683a62c107407f8c54a8c8a",
"reference": "7f1dfbabfb953faae683a62c107407f8c54a8c8a",
"shasum": ""
},
"require": {
"byjg/anydataset-db": "4.0.*",
"byjg/uri": "^1.0",
"symfony/console": "^3.1"
"ext-pdo": "*"
},
"require-dev": {
"phpunit/phpunit": ">=5.7"
},
"bin": [
"scripts/migrate"
],
"type": "library",
"autoload": {
"psr-4": {
@ -366,7 +362,7 @@
}
],
"description": "Simple library in PHP for database version control. Supports Sqlite, MySql, Sql Server and Postgres.",
"time": "2018-09-24T02:41:04+00:00"
"time": "2018-12-17T21:15:43+00:00"
},
{
"name": "byjg/serializer",
@ -412,49 +408,6 @@
"description": "Serialize any object into array and format it JSON or XML",
"time": "2018-03-09T05:59:31+00:00"
},
{
"name": "byjg/sparqllib",
"version": "1.0.7",
"source": {
"type": "git",
"url": "https://github.com/byjg/PHP-SPARQL-Lib.git",
"reference": "19b67d960aff44f40aa8d9d53d7642268a294edd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/byjg/PHP-SPARQL-Lib/zipball/19b67d960aff44f40aa8d9d53d7642268a294edd",
"reference": "19b67d960aff44f40aa8d9d53d7642268a294edd",
"shasum": ""
},
"require": {
"byjg/webrequest": "1.0.*"
},
"require-dev": {
"phpunit/phpunit": ">5.7"
},
"type": "library",
"autoload": {
"psr-4": {
"SparQL\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0"
],
"authors": [
{
"name": "jg",
"email": "joao@byjg.com.br"
},
{
"name": "Christopher Gutteridge",
"email": "cjg@ecs.soton.ac.uk"
}
],
"description": "Simple library to query SPARQL from PHP",
"time": "2018-03-10T13:54:10+00:00"
},
{
"name": "byjg/uri",
"version": "1.0.4",
@ -839,187 +792,6 @@
],
"time": "2017-02-22T18:45:01+00:00"
},
{
"name": "guzzlehttp/guzzle",
"version": "6.3.3",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
"shasum": ""
},
"require": {
"guzzlehttp/promises": "^1.0",
"guzzlehttp/psr7": "^1.4",
"php": ">=5.5"
},
"require-dev": {
"ext-curl": "*",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
"psr/log": "^1.0"
},
"suggest": {
"psr/log": "Required for using the Log middleware"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "6.3-dev"
}
},
"autoload": {
"files": [
"src/functions_include.php"
],
"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",
"homepage": "http://guzzlephp.org/",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
],
"time": "2018-04-22T15:46:56+00:00"
},
{
"name": "guzzlehttp/promises",
"version": "v1.3.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"shasum": ""
},
"require": {
"php": ">=5.5.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
"time": "2016-12-20T10:07:11+00:00"
},
{
"name": "guzzlehttp/psr7",
"version": "1.4.2",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
"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.4-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Tobias Schultze",
"homepage": "https://github.com/Tobion"
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
"request",
"response",
"stream",
"uri",
"url"
],
"time": "2017-03-20T17:10:46+00:00"
},
{
"name": "masterminds/html5",
"version": "2.4.0",
@ -1228,61 +1000,6 @@
"description": "More info available on: http://pear.php.net/package/Net_Ping",
"time": "2018-11-08T12:14:54+00:00"
},
{
"name": "mtdowling/jmespath.php",
"version": "2.4.0",
"source": {
"type": "git",
"url": "https://github.com/jmespath/jmespath.php.git",
"reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
"reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"bin": [
"bin/jp.php"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"JmesPath\\": "src/"
},
"files": [
"src/JmesPath.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Declaratively specify how to extract elements from a JSON document",
"keywords": [
"json",
"jsonpath"
],
"time": "2016-12-03T22:08:25+00:00"
},
{
"name": "nikic/fast-route",
"version": "v1.3.0",
@ -1581,16 +1298,16 @@
},
{
"name": "psr/log",
"version": "1.0.2",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
"url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
"shasum": ""
},
"require": {
@ -1624,7 +1341,7 @@
"psr",
"psr-3"
],
"time": "2016-10-10T12:19:37+00:00"
"time": "2018-11-20T15:27:04+00:00"
},
{
"name": "psr/simple-cache",
@ -1882,190 +1599,6 @@
],
"time": "2018-09-16T10:54:21+00:00"
},
{
"name": "symfony/console",
"version": "v3.4.18",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "1d228fb4602047d7b26a0554e0d3efd567da5803"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/1d228fb4602047d7b26a0554e0d3efd567da5803",
"reference": "1d228fb4602047d7b26a0554e0d3efd567da5803",
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/debug": "~2.8|~3.0|~4.0",
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/dependency-injection": "<3.4",
"symfony/process": "<3.3"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~3.3|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
"symfony/lock": "~3.4|~4.0",
"symfony/process": "~3.3|~4.0"
},
"suggest": {
"psr/log-implementation": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/lock": "",
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"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 Console Component",
"homepage": "https://symfony.com",
"time": "2018-10-30T16:50:50+00:00"
},
{
"name": "symfony/debug",
"version": "v4.1.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
"reference": "19090917b848a799cbae4800abf740fe4eb71c1d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/19090917b848a799cbae4800abf740fe4eb71c1d",
"reference": "19090917b848a799cbae4800abf740fe4eb71c1d",
"shasum": ""
},
"require": {
"php": "^7.1.3",
"psr/log": "~1.0"
},
"conflict": {
"symfony/http-kernel": "<3.4"
},
"require-dev": {
"symfony/http-kernel": "~3.4|~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.1-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Debug\\": ""
},
"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 Debug Component",
"homepage": "https://symfony.com",
"time": "2018-10-31T09:09:42+00:00"
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.10.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
"reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9-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": "2018-09-21T13:07:52+00:00"
},
{
"name": "willdurand/negotiation",
"version": "v2.3.1",
@ -3945,6 +3478,131 @@
"homepage": "https://github.com/sebastianbergmann/version",
"time": "2016-10-03T07:35:21+00:00"
},
{
"name": "symfony/console",
"version": "v3.4.18",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "1d228fb4602047d7b26a0554e0d3efd567da5803"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/1d228fb4602047d7b26a0554e0d3efd567da5803",
"reference": "1d228fb4602047d7b26a0554e0d3efd567da5803",
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/debug": "~2.8|~3.0|~4.0",
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/dependency-injection": "<3.4",
"symfony/process": "<3.3"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~3.3|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
"symfony/lock": "~3.4|~4.0",
"symfony/process": "~3.3|~4.0"
},
"suggest": {
"psr/log-implementation": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/lock": "",
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"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 Console Component",
"homepage": "https://symfony.com",
"time": "2018-10-30T16:50:50+00:00"
},
{
"name": "symfony/debug",
"version": "v4.1.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
"reference": "19090917b848a799cbae4800abf740fe4eb71c1d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/19090917b848a799cbae4800abf740fe4eb71c1d",
"reference": "19090917b848a799cbae4800abf740fe4eb71c1d",
"shasum": ""
},
"require": {
"php": "^7.1.3",
"psr/log": "~1.0"
},
"conflict": {
"symfony/http-kernel": "<3.4"
},
"require-dev": {
"symfony/http-kernel": "~3.4|~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.1-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Debug\\": ""
},
"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 Debug Component",
"homepage": "https://symfony.com",
"time": "2018-10-31T09:09:42+00:00"
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.10.0",
@ -4003,6 +3661,65 @@
],
"time": "2018-08-06T14:22:27+00:00"
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.10.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
"reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9-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": "2018-09-21T13:07:52+00:00"
},
{
"name": "symfony/yaml",
"version": "v4.1.7",