Composer update

This commit is contained in:
Michael Babker 2018-07-21 11:28:10 -05:00
parent 0f13b9893f
commit 94fd200a85
1 changed files with 143 additions and 85 deletions

228
composer.lock generated
View File

@ -1,7 +1,7 @@
{
"_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",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "edd2fd4e5088da2a5bc5b04969135d4d",
@ -9,27 +9,24 @@
"packages-dev": [
{
"name": "elkuku/crowdin-api",
"version": "1.1.1",
"version": "v1.2",
"source": {
"type": "git",
"url": "https://github.com/elkuku/crowdin-api.git",
"reference": "149578b9d9417d336530b74643dff11c132b3ad9"
"reference": "9fb1474bfe4cd9c2c8b2e73f972b6fe3ed0a3cff"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/elkuku/crowdin-api/zipball/149578b9d9417d336530b74643dff11c132b3ad9",
"reference": "149578b9d9417d336530b74643dff11c132b3ad9",
"url": "https://api.github.com/repos/elkuku/crowdin-api/zipball/9fb1474bfe4cd9c2c8b2e73f972b6fe3ed0a3cff",
"reference": "9fb1474bfe4cd9c2c8b2e73f972b6fe3ed0a3cff",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "6.*",
"php": ">=5.5|>=7.0"
"php": ">=5.6|>=7.0"
},
"require-dev": {
"phpdocumentor/phpdocumentor": "*",
"phpunit/phpunit": "~4.8|~5.0",
"phpunit/phpunit-skeleton-generator": "*",
"squizlabs/php_codesniffer": "1.*"
"phpunit/phpunit": "~5.0"
},
"type": "library",
"autoload": {
@ -48,20 +45,20 @@
}
],
"description": "A crowdin API implementation in PHP",
"time": "2016-08-02T01:04:16+00:00"
"time": "2017-07-01T13:35:05+00:00"
},
{
"name": "guzzlehttp/guzzle",
"version": "6.2.3",
"version": "6.3.3",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006"
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006",
"reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
"shasum": ""
},
"require": {
@ -71,13 +68,16 @@
},
"require-dev": {
"ext-curl": "*",
"phpunit/phpunit": "^4.0",
"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.2-dev"
"dev-master": "6.3-dev"
}
},
"autoload": {
@ -110,7 +110,7 @@
"rest",
"web service"
],
"time": "2017-02-28T22:50:30+00:00"
"time": "2018-04-22T15:46:56+00:00"
},
{
"name": "guzzlehttp/promises",
@ -272,16 +272,16 @@
},
{
"name": "joomla/application",
"version": "1.8.0",
"version": "1.9.1",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/application.git",
"reference": "9c93f22181ad5d6d4a18cd1aaacaa9e374efe0a5"
"reference": "a0360e578933e20e98da5c8e17cda72e2b5e2024"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/application/zipball/9c93f22181ad5d6d4a18cd1aaacaa9e374efe0a5",
"reference": "9c93f22181ad5d6d4a18cd1aaacaa9e374efe0a5",
"url": "https://api.github.com/repos/joomla-framework/application/zipball/a0360e578933e20e98da5c8e17cda72e2b5e2024",
"reference": "a0360e578933e20e98da5c8e17cda72e2b5e2024",
"shasum": ""
},
"require": {
@ -291,12 +291,12 @@
"psr/log": "~1.0"
},
"require-dev": {
"joomla/coding-standards": "~2.0@alpha",
"joomla/event": "~1.2|~2.0",
"joomla/session": "^1.2.1|~2.0",
"joomla/test": "~1.1",
"joomla/uri": "~1.1",
"phpunit/phpunit": "~4.8|>=5.0 <5.4",
"squizlabs/php_codesniffer": "1.*"
"phpunit/phpunit": "^4.8.35|^5.4.3|~6.0"
},
"suggest": {
"joomla/session": "To use AbstractWebApplication with session support, install joomla/session",
@ -315,7 +315,7 @@
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
"GPL-2.0-or-later"
],
"description": "Joomla Application Package",
"homepage": "https://github.com/joomla-framework/application",
@ -324,7 +324,7 @@
"framework",
"joomla"
],
"time": "2017-05-29T11:07:37+00:00"
"time": "2018-05-28T15:32:35+00:00"
},
{
"name": "joomla/compat",
@ -369,12 +369,12 @@
"source": {
"type": "git",
"url": "https://github.com/joomla-projects/crowdin-sync.git",
"reference": "97eab9e2c36db474cdee1c938a67c3da1624dca2"
"reference": "7fd941585793d9da6c291ee6e7c7f137d3874a67"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-projects/crowdin-sync/zipball/97eab9e2c36db474cdee1c938a67c3da1624dca2",
"reference": "97eab9e2c36db474cdee1c938a67c3da1624dca2",
"url": "https://api.github.com/repos/joomla-projects/crowdin-sync/zipball/7fd941585793d9da6c291ee6e7c7f137d3874a67",
"reference": "7fd941585793d9da6c291ee6e7c7f137d3874a67",
"shasum": ""
},
"require": {
@ -403,20 +403,20 @@
"crowdin",
"joomla"
],
"time": "2017-04-24T23:05:15+00:00"
"time": "2018-06-13T23:31:02+00:00"
},
{
"name": "joomla/filter",
"version": "1.3.2",
"version": "1.3.5",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/filter.git",
"reference": "1183f96e2dab5bf952415442e54bd67c083f3766"
"reference": "ee1d870b5c188056745e1dd3cece21522e2158b8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/filter/zipball/1183f96e2dab5bf952415442e54bd67c083f3766",
"reference": "1183f96e2dab5bf952415442e54bd67c083f3766",
"url": "https://api.github.com/repos/joomla-framework/filter/zipball/ee1d870b5c188056745e1dd3cece21522e2158b8",
"reference": "ee1d870b5c188056745e1dd3cece21522e2158b8",
"shasum": ""
},
"require": {
@ -424,9 +424,9 @@
"php": "^5.3.10|~7.0"
},
"require-dev": {
"joomla/coding-standards": "~2.0@alpha",
"joomla/language": "~1.3",
"phpunit/phpunit": "^4.8.35|^5.4.3|~6.0",
"squizlabs/php_codesniffer": "1.*"
"phpunit/phpunit": "^4.8.35|^5.4.3|~6.0"
},
"suggest": {
"joomla/language": "Required only if you want to use `OutputFilter::stringURLSafe`."
@ -444,7 +444,7 @@
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
"GPL-2.0-or-later"
],
"description": "Joomla Filter Package",
"homepage": "https://github.com/joomla-framework/filter",
@ -453,30 +453,30 @@
"framework",
"joomla"
],
"time": "2017-05-14T18:12:10+00:00"
"time": "2018-05-26T15:48:53+00:00"
},
{
"name": "joomla/input",
"version": "1.2.0",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/input.git",
"reference": "b6098276043e2d627221fe54d3c91232e6679d0f"
"reference": "17a9bc63a040f547e9eeda91ee391b15e9865815"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/input/zipball/b6098276043e2d627221fe54d3c91232e6679d0f",
"reference": "b6098276043e2d627221fe54d3c91232e6679d0f",
"url": "https://api.github.com/repos/joomla-framework/input/zipball/17a9bc63a040f547e9eeda91ee391b15e9865815",
"reference": "17a9bc63a040f547e9eeda91ee391b15e9865815",
"shasum": ""
},
"require": {
"joomla/filter": "~1.0",
"php": ">=5.3.10"
"php": "^5.3.10|~7.0"
},
"require-dev": {
"joomla/coding-standards": "~2.0@alpha",
"joomla/test": "~1.0",
"phpunit/phpunit": "4.*",
"squizlabs/php_codesniffer": "1.*"
"phpunit/phpunit": "^4.8.35|^5.4.3|~6.0"
},
"type": "joomla-package",
"extra": {
@ -486,13 +486,12 @@
},
"autoload": {
"psr-4": {
"Joomla\\Input\\": "src/",
"Joomla\\Input\\Tests\\": "Tests/"
"Joomla\\Input\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
"GPL-2.0-or-later"
],
"description": "Joomla Input Package",
"homepage": "https://github.com/joomla-framework/input",
@ -501,33 +500,33 @@
"input",
"joomla"
],
"time": "2014-10-12T18:01:36+00:00"
"time": "2018-06-26T02:10:46+00:00"
},
{
"name": "joomla/registry",
"version": "1.5.2",
"version": "1.6.2",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/registry.git",
"reference": "bd3592c6f0554a72811df52aeaea98c7815f6e5a"
"reference": "182eed3a56b2b7e14cef11fdbc63c253ddcfd924"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/registry/zipball/bd3592c6f0554a72811df52aeaea98c7815f6e5a",
"reference": "bd3592c6f0554a72811df52aeaea98c7815f6e5a",
"url": "https://api.github.com/repos/joomla-framework/registry/zipball/182eed3a56b2b7e14cef11fdbc63c253ddcfd924",
"reference": "182eed3a56b2b7e14cef11fdbc63c253ddcfd924",
"shasum": ""
},
"require": {
"joomla/compat": "~1.0",
"joomla/utilities": "~1.0",
"php": ">=5.3.10|>=7.0",
"joomla/utilities": "^1.4.1|~2.0",
"php": "^5.3.10|~7.0",
"symfony/polyfill-php55": "~1.0"
},
"require-dev": {
"joomla/coding-standards": "~2.0@alpha",
"joomla/test": "~1.0",
"phpunit/phpunit": "~4.8|~5.0",
"squizlabs/php_codesniffer": "1.*",
"symfony/yaml": "~2.0|~3.0"
"phpunit/phpunit": "^4.8.35|^5.4.3|~6.0",
"symfony/yaml": "~2.0|~3.0|~4.0"
},
"suggest": {
"symfony/yaml": "Install symfony/yaml if you require YAML support."
@ -545,7 +544,7 @@
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
"GPL-2.0-or-later"
],
"description": "Joomla Registry Package",
"homepage": "https://github.com/joomla-framework/registry",
@ -554,7 +553,7 @@
"joomla",
"registry"
],
"time": "2016-05-14T20:42:05+00:00"
"time": "2018-06-06T16:48:30+00:00"
},
{
"name": "joomla/string",
@ -624,25 +623,25 @@
},
{
"name": "joomla/utilities",
"version": "1.4.1",
"version": "1.5.0",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/utilities.git",
"reference": "8913ca02aad7b929e0d52d78fd5a6961070bdbc6"
"reference": "7407add476590c1a8e68d804d50b8911aaa26bcd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/utilities/zipball/8913ca02aad7b929e0d52d78fd5a6961070bdbc6",
"reference": "8913ca02aad7b929e0d52d78fd5a6961070bdbc6",
"url": "https://api.github.com/repos/joomla-framework/utilities/zipball/7407add476590c1a8e68d804d50b8911aaa26bcd",
"reference": "7407add476590c1a8e68d804d50b8911aaa26bcd",
"shasum": ""
},
"require": {
"joomla/string": "~1.3",
"joomla/string": "~1.3|~2.0",
"php": "^5.3.10|~7.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8|~5.0",
"squizlabs/php_codesniffer": "1.*"
"joomla/coding-standards": "~2.0@alpha",
"phpunit/phpunit": "^4.8.35|^5.4.3|~6.0"
},
"type": "joomla-package",
"extra": {
@ -657,7 +656,7 @@
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
"GPL-2.0-or-later"
],
"description": "Joomla Utilities Package",
"homepage": "https://github.com/joomla-framework/utilities",
@ -666,7 +665,7 @@
"joomla",
"utilities"
],
"time": "2016-12-10T17:09:33+00:00"
"time": "2018-03-15T00:42:47+00:00"
},
{
"name": "psr/http-message",
@ -841,17 +840,72 @@
"time": "2014-12-04T22:32:15+00:00"
},
{
"name": "symfony/polyfill-php55",
"version": "v1.3.0",
"name": "symfony/polyfill-ctype",
"version": "v1.8.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php55.git",
"reference": "03e3f0350bca2220e3623a0e340eef194405fc67"
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/03e3f0350bca2220e3623a0e340eef194405fc67",
"reference": "03e3f0350bca2220e3623a0e340eef194405fc67",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
"reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.8-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
},
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
"time": "2018-04-30T19:57:29+00:00"
},
{
"name": "symfony/polyfill-php55",
"version": "v1.8.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php55.git",
"reference": "a39456128377a85f2c5707fcae458678560cba46"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/a39456128377a85f2c5707fcae458678560cba46",
"reference": "a39456128377a85f2c5707fcae458678560cba46",
"shasum": ""
},
"require": {
@ -861,7 +915,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
"dev-master": "1.8-dev"
}
},
"autoload": {
@ -894,27 +948,31 @@
"portable",
"shim"
],
"time": "2016-11-14T01:06:16+00:00"
"time": "2018-04-26T10:06:28+00:00"
},
{
"name": "symfony/yaml",
"version": "v3.3.0",
"version": "v3.4.12",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "885db865f6b2b918404a1fae28f9ac640f71f994"
"reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/885db865f6b2b918404a1fae28f9ac640f71f994",
"reference": "885db865f6b2b918404a1fae28f9ac640f71f994",
"url": "https://api.github.com/repos/symfony/yaml/zipball/c5010cc1692ce1fa328b1fb666961eb3d4a85bb0",
"reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0",
"shasum": ""
},
"require": {
"php": ">=5.5.9"
"php": "^5.5.9|>=7.0.8",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/console": "<3.4"
},
"require-dev": {
"symfony/console": "~2.8|~3.0"
"symfony/console": "~3.4|~4.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
@ -922,7 +980,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.3-dev"
"dev-master": "3.4-dev"
}
},
"autoload": {
@ -949,7 +1007,7 @@
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
"time": "2017-05-28T10:56:20+00:00"
"time": "2018-05-03T23:18:14+00:00"
}
],
"aliases": [],